Package | Description |
---|---|
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.
|
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.soap |
Modifier and Type | Method and Description |
---|---|
protected void |
ColocInFaultObserver.initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain) |
Modifier and Type | Method and Description |
---|---|
protected PhaseInterceptorChain |
ClientImpl.setupInterceptorChain(Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFaultChainInitiatorObserver.initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain) |
protected void |
InFaultChainInitiatorObserver.initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain) |
protected void |
OutFaultChainInitiatorObserver.initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain) |
Modifier and Type | Method and Description |
---|---|
protected static PhaseInterceptorChain |
AbstractClient.setupInInterceptorChain(ClientConfiguration cfg) |
protected static PhaseInterceptorChain |
AbstractClient.setupOutInterceptorChain(ClientConfiguration cfg) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PhaseInterceptorChain.setCurrentMessage(PhaseInterceptorChain chain,
Message m) |
Modifier and Type | Method and Description |
---|---|
protected PhaseInterceptorChain |
MultipleEndpointObserver.createChain() |
Modifier and Type | Method and Description |
---|---|
PhaseInterceptorChain |
RMManager.getRetransmitChain(Message msg)
Get interceptor chain for retransmitting a message.
|
Modifier and Type | Method and Description |
---|---|
protected PhaseInterceptorChain |
RetransmissionQueueImpl.buildRetransmitChain(Endpoint endpoint,
PhaseChainCache cache) |
Apache CXF