org.apache.cxf.bus.spring
Class BusDefinitionParser.BusConfig
java.lang.Object
org.apache.cxf.bus.spring.BusDefinitionParser.BusConfig
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware
- Enclosing class:
- BusDefinitionParser
public static class BusDefinitionParser.BusConfig
- extends Object
- 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()
BusDefinitionParser.BusConfig
public BusDefinitionParser.BusConfig(Bus b)
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<Interceptor<? extends Message>> getOutFaultInterceptors()
getInFaultInterceptors
public List<Interceptor<? extends Message>> getInFaultInterceptors()
getInInterceptors
public List<Interceptor<? extends Message>> getInInterceptors()
getOutInterceptors
public List<Interceptor<? extends Message>> getOutInterceptors()
setInInterceptors
public void setInInterceptors(List<Interceptor<? extends Message>> interceptors)
setInFaultInterceptors
public void setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
setOutInterceptors
public void setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
setOutFaultInterceptors
public void setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
getFeatures
public Collection<AbstractFeature> getFeatures()
setFeatures
public void setFeatures(Collection<AbstractFeature> features)
getProperties
public Map<String,Object> getProperties()
setProperties
public void setProperties(Map<String,Object> s)
Apache CXF