Package org.apache.cxf.interceptor
Class AbstractBasicInterceptorProvider
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
- All Implemented Interfaces:
- InterceptorProvider
- Direct Known Subclasses:
- AbstractEndpointFactory,- BusDefinitionParser.BusConfig,- ClientImpl,- ExtensionManagerBus
public abstract class AbstractBasicInterceptorProvider
extends Object
implements InterceptorProvider
- 
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.voidsetInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetInInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetOutInterceptors(List<Interceptor<? extends Message>> interceptors) 
- 
Constructor Details- 
AbstractBasicInterceptorProviderpublic AbstractBasicInterceptorProvider()
 
- 
- 
Method Details- 
getOutFaultInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing fault interceptor chain of the object.- Specified by:
- getOutFaultInterceptorsin interface- InterceptorProvider
- 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
- 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
- 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
- Returns:
- Listoutgoing interceptor chain
 
- 
setInInterceptors
- 
setInFaultInterceptors
- 
setOutInterceptors
- 
setOutFaultInterceptors
 
-