|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
public static class BusDefinitionParser.BusConfig
| Constructor Summary | |
|---|---|
BusDefinitionParser.BusConfig(String busName)
|
|
| Method Summary | |
|---|---|
Collection<AbstractFeature> |
getFeatures()
|
List<Interceptor<? extends Message>> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor chain of the object. |
List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object. |
List<Interceptor<? extends Message>> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object. |
List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object. |
Map<String,Object> |
getProperties()
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setBus(Bus bb)
|
void |
setFeatures(Collection<AbstractFeature> features)
|
void |
setId(String s)
|
void |
setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
setInInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
|
void |
setProperties(Map<String,Object> s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusDefinitionParser.BusConfig(String busName)
| Method Detail |
|---|
public void setBus(Bus bb)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic List<Interceptor<? extends Message>> getOutFaultInterceptors()
InterceptorProvider
getOutFaultInterceptors in interface InterceptorProvidergetOutFaultInterceptors in class AbstractBasicInterceptorProviderList outgoing fault interceptor chainpublic List<Interceptor<? extends Message>> getInFaultInterceptors()
InterceptorProvider
getInFaultInterceptors in interface InterceptorProvidergetInFaultInterceptors in class AbstractBasicInterceptorProviderList incoming fault interceptor chainpublic List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvider
getInInterceptors in interface InterceptorProvidergetInInterceptors in class AbstractBasicInterceptorProviderList incoming interceptor chainpublic List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvider
getOutInterceptors in interface InterceptorProvidergetOutInterceptors in class AbstractBasicInterceptorProviderList outgoing interceptor chainpublic void setInInterceptors(List<Interceptor<? extends Message>> interceptors)
setInInterceptors in class AbstractBasicInterceptorProviderpublic void setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
setInFaultInterceptors in class AbstractBasicInterceptorProviderpublic void setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
setOutInterceptors in class AbstractBasicInterceptorProviderpublic void setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
setOutFaultInterceptors in class AbstractBasicInterceptorProviderpublic Collection<AbstractFeature> getFeatures()
public void setFeatures(Collection<AbstractFeature> features)
public Map<String,Object> getProperties()
public void setProperties(Map<String,Object> s)
public void setId(String s)
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||