Uses of Interface
org.apache.cxf.interceptor.InterceptorChain
Packages that use InterceptorChain
Package
Description
-
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) protected void
ClientImpl.modifyOnewayChain
(InterceptorChain chain, Message ctx) -
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.