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.phase |
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
|
org.apache.cxf.transport |
Transport related classes.
|
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 |
OutFaultChainInitiatorObserver.initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain) |
protected void |
InFaultChainInitiatorObserver.initializeInterceptors(Exchange ex,
PhaseInterceptorChain chain) |
Modifier and Type | Method and Description |
---|---|
protected PhaseInterceptorChain |
MultipleEndpointObserver.createChain() |
Apache CXF