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 Summary
-
Method Summary
Modifier 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.void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
void
setFeatures
(Collection<? extends Feature> features) void
void
setInFaultInterceptors
(List<Interceptor<? extends Message>> interceptors) void
setInInterceptors
(List<Interceptor<? extends Message>> interceptors) void
setOutFaultInterceptors
(List<Interceptor<? extends Message>> interceptors) void
setOutInterceptors
(List<Interceptor<? extends Message>> interceptors) void
setProperties
(Map<String, Object> s)
-
Constructor Details
-
BusConfig
-
-
Method Details
-
setBus
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-
getOutFaultInterceptors
Description copied from interface:InterceptorProvider
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.- Specified by:
getOutFaultInterceptors
in interfaceInterceptorProvider
- Overrides:
getOutFaultInterceptors
in classAbstractBasicInterceptorProvider
- Returns:
List
outgoing fault interceptor chain
-
getInFaultInterceptors
Description copied from interface:InterceptorProvider
Returns the list of interceptors attached to the incoming fault interceptor chain of the object.- Specified by:
getInFaultInterceptors
in interfaceInterceptorProvider
- Overrides:
getInFaultInterceptors
in classAbstractBasicInterceptorProvider
- Returns:
List
incoming fault interceptor chain
-
getInInterceptors
Description copied from interface:InterceptorProvider
Returns the list of interceptors attached to the incoming interceptor chain of the object.- Specified by:
getInInterceptors
in interfaceInterceptorProvider
- Overrides:
getInInterceptors
in classAbstractBasicInterceptorProvider
- Returns:
List
incoming interceptor chain
-
getOutInterceptors
Description copied from interface:InterceptorProvider
Returns the list of interceptors attached to the outgoing interceptor chain of the object.- Specified by:
getOutInterceptors
in interfaceInterceptorProvider
- Overrides:
getOutInterceptors
in classAbstractBasicInterceptorProvider
- Returns:
List
outgoing interceptor chain
-
setInInterceptors
- Overrides:
setInInterceptors
in classAbstractBasicInterceptorProvider
-
setInFaultInterceptors
- Overrides:
setInFaultInterceptors
in classAbstractBasicInterceptorProvider
-
setOutInterceptors
- Overrides:
setOutInterceptors
in classAbstractBasicInterceptorProvider
-
setOutFaultInterceptors
- Overrides:
setOutFaultInterceptors
in classAbstractBasicInterceptorProvider
-
getFeatures
-
setFeatures
-
getProperties
-
setProperties
-
setId
-