Package 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:
- InterceptorProvider,- org.springframework.beans.factory.Aware,- org.springframework.context.ApplicationContextAware
- Enclosing class:
- BusDefinitionParser
public static class BusDefinitionParser.BusConfig
extends AbstractBasicInterceptorProvider
implements org.springframework.context.ApplicationContextAware
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionList<Interceptor<? extends Message>>Returns the list of interceptors attached to the incoming fault interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the incoming interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the outgoing interceptor chain of the object.voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidvoidsetFeatures(Collection<? extends Feature> features) voidvoidsetInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetInInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetOutInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetProperties(Map<String, Object> s) 
- 
Constructor Details- 
BusConfig
 
- 
- 
Method Details- 
setBus
- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
 
- 
getOutFaultInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing fault interceptor chain of the object.- Specified by:
- getOutFaultInterceptorsin interface- InterceptorProvider
- Overrides:
- getOutFaultInterceptorsin class- AbstractBasicInterceptorProvider
- Returns:
- Listoutgoing fault interceptor chain
 
- 
getInFaultInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the incoming fault interceptor chain of the object.- Specified by:
- getInFaultInterceptorsin interface- InterceptorProvider
- Overrides:
- getInFaultInterceptorsin class- AbstractBasicInterceptorProvider
- Returns:
- Listincoming fault interceptor chain
 
- 
getInInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the incoming interceptor chain of the object.- Specified by:
- getInInterceptorsin interface- InterceptorProvider
- Overrides:
- getInInterceptorsin class- AbstractBasicInterceptorProvider
- Returns:
- Listincoming interceptor chain
 
- 
getOutInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing interceptor chain of the object.- Specified by:
- getOutInterceptorsin interface- InterceptorProvider
- Overrides:
- getOutInterceptorsin class- AbstractBasicInterceptorProvider
- Returns:
- Listoutgoing interceptor chain
 
- 
setInInterceptors- Overrides:
- setInInterceptorsin class- AbstractBasicInterceptorProvider
 
- 
setInFaultInterceptors- Overrides:
- setInFaultInterceptorsin class- AbstractBasicInterceptorProvider
 
- 
setOutInterceptors- Overrides:
- setOutInterceptorsin class- AbstractBasicInterceptorProvider
 
- 
setOutFaultInterceptors- Overrides:
- setOutFaultInterceptorsin class- AbstractBasicInterceptorProvider
 
- 
getFeatures
- 
setFeatures
- 
getProperties
- 
setProperties
- 
setId
 
-