Apache CXF API

Uses of Class
org.apache.cxf.phase.PhaseInterceptorChain

Packages that use PhaseInterceptorChain
org.apache.cxf.binding.coloc   
org.apache.cxf.endpoint   
org.apache.cxf.interceptor   
org.apache.cxf.jaxrs.client   
org.apache.cxf.phase   
org.apache.cxf.transport   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.soap   
 

Uses of PhaseInterceptorChain in org.apache.cxf.binding.coloc
 

Methods in org.apache.cxf.binding.coloc with parameters of type PhaseInterceptorChain
protected  void ColocInFaultObserver.initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
           
 

Uses of PhaseInterceptorChain in org.apache.cxf.endpoint
 

Methods in org.apache.cxf.endpoint that return PhaseInterceptorChain
protected  PhaseInterceptorChain ClientImpl.setupInterceptorChain(Endpoint endpoint)
           
 

Uses of PhaseInterceptorChain in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor with parameters of type PhaseInterceptorChain
protected  void AbstractFaultChainInitiatorObserver.initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
           
protected  void InFaultChainInitiatorObserver.initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
           
protected  void OutFaultChainInitiatorObserver.initializeInterceptors(Exchange ex, PhaseInterceptorChain chain)
           
 

Uses of PhaseInterceptorChain in org.apache.cxf.jaxrs.client
 

Methods in org.apache.cxf.jaxrs.client that return PhaseInterceptorChain
protected static PhaseInterceptorChain AbstractClient.setupInInterceptorChain(ClientConfiguration cfg)
           
protected static PhaseInterceptorChain AbstractClient.setupOutInterceptorChain(ClientConfiguration cfg)
           
 

Uses of PhaseInterceptorChain in org.apache.cxf.phase
 

Methods in org.apache.cxf.phase that return PhaseInterceptorChain
 PhaseInterceptorChain PhaseInterceptorChain.cloneChain()
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1)
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2)
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3)
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4)
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4, List<Interceptor<? extends Message>> p5)
           
 

Methods in org.apache.cxf.phase with parameters of type PhaseInterceptorChain
static boolean PhaseInterceptorChain.setCurrentMessage(PhaseInterceptorChain chain, Message m)
           
 

Uses of PhaseInterceptorChain in org.apache.cxf.transport
 

Methods in org.apache.cxf.transport that return PhaseInterceptorChain
protected  PhaseInterceptorChain MultipleEndpointObserver.createChain()
           
 

Uses of PhaseInterceptorChain in org.apache.cxf.ws.rm
 

Methods in org.apache.cxf.ws.rm that return PhaseInterceptorChain
 PhaseInterceptorChain RMManager.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
protected  PhaseInterceptorChain RetransmissionQueueImpl.buildRetransmitChain(Endpoint endpoint, PhaseChainCache cache)
           
 


Apache CXF API

Apache CXF