org.codehaus.enunciate.modules.spring_app.config
Class GlobalServiceInterceptor

java.lang.Object
  extended by org.codehaus.enunciate.modules.spring_app.config.GlobalServiceInterceptor

public class GlobalServiceInterceptor
extends java.lang.Object

Config element specifying a service interceptor to add to each web service bean.

Author:
Ryan Heaton

Constructor Summary
GlobalServiceInterceptor()
           
 
Method Summary
 java.lang.String getBeanName()
          The bean name of the interceptor (advice or advisor).
 java.lang.String getInterceptorClass()
          The class of the interceptor (advice or advisor).
 void setBeanName(java.lang.String beanName)
          The bean name of the interceptor (advice or advisor).
 void setInterceptorClass(java.lang.String clazz)
          The class of the interceptor (advice or advisor).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalServiceInterceptor

public GlobalServiceInterceptor()
Method Detail

getInterceptorClass

public java.lang.String getInterceptorClass()
The class of the interceptor (advice or advisor).

Returns:
The class of the interceptor (advice or advisor).

setInterceptorClass

public void setInterceptorClass(java.lang.String clazz)
The class of the interceptor (advice or advisor).

Parameters:
clazz - The class of the interceptor (advice or advisor).

getBeanName

public java.lang.String getBeanName()
The bean name of the interceptor (advice or advisor).

Returns:
The bean name of the interceptor (advice or advisor).

setBeanName

public void setBeanName(java.lang.String beanName)
The bean name of the interceptor (advice or advisor).

Parameters:
beanName - The bean name of the interceptor (advice or advisor).