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 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
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)
-
Constructor Details
-
AbstractBasicInterceptorProvider
public AbstractBasicInterceptorProvider()
-
-
Method Details
-
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
- 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
- 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
- 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
- Returns:
List
outgoing interceptor chain
-
setInInterceptors
-
setInFaultInterceptors
-
setOutInterceptors
-
setOutFaultInterceptors
-