org.apache.cxf.bus.spring
Class BusDefinitionParser.BusConfig
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
- All Implemented Interfaces:
- org.apache.cxf.interceptor.InterceptorProvider, org.springframework.context.ApplicationContextAware
- Enclosing class:
- BusDefinitionParser
public static class BusDefinitionParser.BusConfig
- extends org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
- implements org.springframework.context.ApplicationContextAware
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BusDefinitionParser.BusConfig
public BusDefinitionParser.BusConfig(String busName)
setBus
public void setBus(org.apache.cxf.Bus bb)
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
getOutFaultInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
- Specified by:
getOutFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider- Overrides:
getOutFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
- Specified by:
getInFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider- Overrides:
getInFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
- Specified by:
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider- Overrides:
getInInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getOutInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
- Specified by:
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider- Overrides:
getOutInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
setInInterceptors
public void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
- Overrides:
setInInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
setInFaultInterceptors
public void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
- Overrides:
setInFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
setOutInterceptors
public void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
- Overrides:
setOutInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
setOutFaultInterceptors
public void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
- Overrides:
setOutFaultInterceptors in class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getFeatures
public Collection<org.apache.cxf.feature.AbstractFeature> getFeatures()
setFeatures
public void setFeatures(Collection<org.apache.cxf.feature.AbstractFeature> features)
getProperties
public Map<String,Object> getProperties()
setProperties
public void setProperties(Map<String,Object> s)
setId
public void setId(String s)
Apache CXF