|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhaseInterceptorChain | |
---|---|
org.apache.cxf.binding.coloc | |
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.jaxrs.client | |
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.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 |
OutFaultChainInitiatorObserver.initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain)
|
protected void |
AbstractFaultChainInitiatorObserver.initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain)
|
protected void |
InFaultChainInitiatorObserver.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 |
---|
Uses of PhaseInterceptorChain in org.apache.cxf.transport |
---|
Methods in org.apache.cxf.transport that return PhaseInterceptorChain | |
---|---|
protected PhaseInterceptorChain |
MultipleEndpointObserver.createChain()
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |