Uses of Interface
org.apache.cxf.interceptor.InterceptorChain
Package
Description
Client and Server related classes.
Core interceptor interfaces which form the basis for message processing chains
in CXF.
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
-
Uses of InterceptorChain in org.apache.cxf.endpoint
Modifier and TypeMethodDescriptionprotected void
ClientImpl.modifyChain
(InterceptorChain chain, Message ctx, boolean in) -
Uses of InterceptorChain in org.apache.cxf.interceptor
Modifier and TypeMethodDescriptionstatic InterceptorChain
OutgoingChainInterceptor.getOutInterceptorChain
(Exchange ex) -
Uses of InterceptorChain in org.apache.cxf.message
Modifier and TypeMethodDescriptionAbstractWrappedMessage.getInterceptorChain()
Message.getInterceptorChain()
Returns a live copy of the messages interceptor chain.MessageImpl.getInterceptorChain()
Modifier and TypeMethodDescriptionvoid
AbstractWrappedMessage.setInterceptorChain
(InterceptorChain chain) void
Message.setInterceptorChain
(InterceptorChain chain) void
MessageImpl.setInterceptorChain
(InterceptorChain ic) -
Uses of InterceptorChain in org.apache.cxf.phase
Modifier and TypeClassDescriptionclass
A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.