|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.spring_app.config.GlobalServiceInterceptor
public class GlobalServiceInterceptor
Config element specifying a service interceptor to add to each web service bean.
| 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 |
|---|
public GlobalServiceInterceptor()
| Method Detail |
|---|
public java.lang.String getInterceptorClass()
public void setInterceptorClass(java.lang.String clazz)
clazz - The class of the interceptor (advice or advisor).public java.lang.String getBeanName()
public void setBeanName(java.lang.String beanName)
beanName - The bean name of the interceptor (advice or advisor).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||