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 java.lang.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 java.util.List<Interceptor> getOutFaultInterceptors()
getInFaultInterceptors
public java.util.List<Interceptor> getInFaultInterceptors()
getInInterceptors
public java.util.List<Interceptor> getInInterceptors()
getOutInterceptors
public java.util.List<Interceptor> getOutInterceptors()
setInInterceptors
public void setInInterceptors(java.util.List<Interceptor> interceptors)
setInFaultInterceptors
public void setInFaultInterceptors(java.util.List<Interceptor> interceptors)
setOutInterceptors
public void setOutInterceptors(java.util.List<Interceptor> interceptors)
setOutFaultInterceptors
public void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
getFeatures
public java.util.Collection<AbstractFeature> getFeatures()
setFeatures
public void setFeatures(java.util.Collection<AbstractFeature> features)
getProperties
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> s)
Apache CXF