| Package | Description | 
|---|---|
| org.apache.cxf.endpoint | |
| org.apache.cxf.interceptor | |
| org.apache.cxf.message | |
| org.apache.cxf.phase | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ClientImpl. modifyChain(InterceptorChain chain,
           Message ctx,
           boolean in) | 
| protected void | ClientImpl. modifyOnewayChain(InterceptorChain chain,
                 Message ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| static InterceptorChain | OutgoingChainInterceptor. getOutInterceptorChain(Exchange ex) | 
| Modifier and Type | Method and Description | 
|---|---|
| InterceptorChain | Message. getInterceptorChain()Returns a live copy of the messages interceptor chain. | 
| InterceptorChain | AbstractWrappedMessage. getInterceptorChain() | 
| InterceptorChain | MessageImpl. getInterceptorChain() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Message. setInterceptorChain(InterceptorChain chain) | 
| void | AbstractWrappedMessage. setInterceptorChain(InterceptorChain chain) | 
| void | MessageImpl. setInterceptorChain(InterceptorChain ic) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PhaseInterceptorChainA PhaseInterceptorChain orders Interceptors according to the phase they
 participate in and also according to the before & after properties on an
 Interceptor. | 
Apache CXF