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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Feature>
getFeatures()
List<Interceptor<? extends Message>>
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor chain of the object.List<Interceptor<? extends Message>>
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object.List<Interceptor<? extends Message>>
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.List<Interceptor<? extends Message>>
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object.Map<String,Object>
getProperties()
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
void
setBus(Bus bb)
void
setFeatures(Collection<? extends Feature> features)
void
setId(String s)
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 Detail
-
BusConfig
public BusConfig(String busName)
-
-
Method Detail
-
setBus
public void setBus(Bus bb)
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-
getOutFaultInterceptors
public List<Interceptor<? extends Message>> 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
public List<Interceptor<? extends Message>> 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
public List<Interceptor<? extends Message>> 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
public List<Interceptor<? extends Message>> 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
public void setInInterceptors(List<Interceptor<? extends Message>> interceptors)
- Overrides:
setInInterceptors
in classAbstractBasicInterceptorProvider
-
setInFaultInterceptors
public void setInFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
- Overrides:
setInFaultInterceptors
in classAbstractBasicInterceptorProvider
-
setOutInterceptors
public void setOutInterceptors(List<Interceptor<? extends Message>> interceptors)
- Overrides:
setOutInterceptors
in classAbstractBasicInterceptorProvider
-
setOutFaultInterceptors
public void setOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors)
- Overrides:
setOutFaultInterceptors
in classAbstractBasicInterceptorProvider
-
getFeatures
public Collection<Feature> getFeatures()
-
setFeatures
public void setFeatures(Collection<? extends Feature> features)
-
setId
public void setId(String s)
-
-