Uses of Interface
org.apache.cxf.interceptor.InterceptorChain
- 
Packages that use InterceptorChain Package Description org.apache.cxf.endpoint org.apache.cxf.interceptor org.apache.cxf.message org.apache.cxf.phase 
- 
- 
Uses of InterceptorChain in org.apache.cxf.endpointMethods in org.apache.cxf.endpoint with parameters of type InterceptorChain Modifier and Type Method Description protected voidClientImpl. modifyChain(InterceptorChain chain, Message ctx, boolean in)protected voidClientImpl. modifyOnewayChain(InterceptorChain chain, Message ctx)
- 
Uses of InterceptorChain in org.apache.cxf.interceptorMethods in org.apache.cxf.interceptor that return InterceptorChain Modifier and Type Method Description static InterceptorChainOutgoingChainInterceptor. getOutInterceptorChain(Exchange ex)
- 
Uses of InterceptorChain in org.apache.cxf.messageMethods in org.apache.cxf.message that return InterceptorChain Modifier and Type Method Description InterceptorChainAbstractWrappedMessage. getInterceptorChain()InterceptorChainMessage. getInterceptorChain()Returns a live copy of the messages interceptor chain.InterceptorChainMessageImpl. getInterceptorChain()Methods in org.apache.cxf.message with parameters of type InterceptorChain Modifier and Type Method Description voidAbstractWrappedMessage. setInterceptorChain(InterceptorChain chain)voidMessage. setInterceptorChain(InterceptorChain chain)voidMessageImpl. setInterceptorChain(InterceptorChain ic)
- 
Uses of InterceptorChain in org.apache.cxf.phaseClasses in org.apache.cxf.phase that implement InterceptorChain Modifier and Type Class Description classPhaseInterceptorChainA PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.
 
-