public static class BusDefinitionParser.BusConfig
extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
BusDefinitionParser.BusConfig(String busName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.cxf.feature.Feature> |
getFeatures() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getInFaultInterceptors() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getInInterceptors() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getOutFaultInterceptors() |
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> |
getOutInterceptors() |
Map<String,Object> |
getProperties() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBus(org.apache.cxf.Bus bb) |
void |
setFeatures(Collection<? extends org.apache.cxf.feature.Feature> features) |
void |
setId(String s) |
void |
setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) |
void |
setInInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) |
void |
setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) |
void |
setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) |
void |
setProperties(Map<String,Object> s) |
public BusDefinitionParser.BusConfig(String busName)
public void setBus(org.apache.cxf.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<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
getOutFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvidergetOutFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
getInFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvidergetInFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProvidergetInInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProvidergetOutInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
setInInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
setInFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
setOutInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
setOutFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProviderpublic Collection<org.apache.cxf.feature.Feature> getFeatures()
public void setFeatures(Collection<? extends org.apache.cxf.feature.Feature> features)
public void setId(String s)
Apache CXF