Uses of Class
org.apache.cxf.phase.PhaseInterceptorChain
-
Packages that use PhaseInterceptorChain Package Description org.apache.cxf.endpoint Client and Server related classes.org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF.org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains.org.apache.cxf.transport Transport related classes. -
-
Uses of PhaseInterceptorChain in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that return PhaseInterceptorChain Modifier and Type Method Description protected PhaseInterceptorChainClientImpl. setupInterceptorChain(Endpoint endpoint) -
Uses of PhaseInterceptorChain in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor with parameters of type PhaseInterceptorChain Modifier and Type Method Description protected voidAbstractFaultChainInitiatorObserver. initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)protected voidInFaultChainInitiatorObserver. initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)protected voidOutFaultChainInitiatorObserver. initializeInterceptors(Exchange ex, PhaseInterceptorChain chain) -
Uses of PhaseInterceptorChain in org.apache.cxf.phase
Methods in org.apache.cxf.phase with parameters of type PhaseInterceptorChain Modifier and Type Method Description static booleanPhaseInterceptorChain. setCurrentMessage(PhaseInterceptorChain chain, Message m) -
Uses of PhaseInterceptorChain in org.apache.cxf.transport
Methods in org.apache.cxf.transport that return PhaseInterceptorChain Modifier and Type Method Description protected PhaseInterceptorChainMultipleEndpointObserver. createChain()
-