Uses of Class
org.apache.cxf.phase.PhaseInterceptorChain
-
-
Uses of PhaseInterceptorChain in org.apache.cxf.binding.coloc
Methods in org.apache.cxf.binding.coloc with parameters of type PhaseInterceptorChain Modifier and Type Method Description protected voidColocInFaultObserver. initializeInterceptors(Exchange ex, PhaseInterceptorChain chain) -
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.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return PhaseInterceptorChain Modifier and Type Method Description protected static PhaseInterceptorChainAbstractClient. setupInInterceptorChain(ClientConfiguration cfg)protected static PhaseInterceptorChainAbstractClient. setupOutInterceptorChain(ClientConfiguration cfg) -
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() -
Uses of PhaseInterceptorChain in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return PhaseInterceptorChain Modifier and Type Method Description PhaseInterceptorChainRMManager. getRetransmitChain(Message msg)Get interceptor chain for retransmitting a message. -
Uses of PhaseInterceptorChain in org.apache.cxf.ws.rm.soap
Methods in org.apache.cxf.ws.rm.soap that return PhaseInterceptorChain Modifier and Type Method Description protected PhaseInterceptorChainRetransmissionQueueImpl. buildRetransmitChain(Endpoint endpoint, PhaseChainCache cache)
-