Uses of Interface
org.apache.cxf.interceptor.InterceptorChain
Packages that use 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
Methods in org.apache.cxf.endpoint with parameters of type InterceptorChainModifier and TypeMethodDescriptionprotected void
ClientImpl.modifyChain
(InterceptorChain chain, Message ctx, boolean in) -
Uses of InterceptorChain in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return InterceptorChainModifier and TypeMethodDescriptionstatic InterceptorChain
OutgoingChainInterceptor.getOutInterceptorChain
(Exchange ex) -
Uses of InterceptorChain in org.apache.cxf.message
Methods in org.apache.cxf.message that return InterceptorChainModifier and TypeMethodDescriptionAbstractWrappedMessage.getInterceptorChain()
Message.getInterceptorChain()
Returns a live copy of the messages interceptor chain.MessageImpl.getInterceptorChain()
Methods in org.apache.cxf.message with parameters of type InterceptorChainModifier and TypeMethodDescriptionvoid
AbstractWrappedMessage.setInterceptorChain
(InterceptorChain chain) void
Message.setInterceptorChain
(InterceptorChain chain) void
MessageImpl.setInterceptorChain
(InterceptorChain ic) -
Uses of InterceptorChain in org.apache.cxf.phase
Classes in org.apache.cxf.phase that implement InterceptorChainModifier and TypeClassDescriptionclass
A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.