Search in sources :

Example 1 with OutgoingChainInterceptor

use of org.apache.cxf.interceptor.OutgoingChainInterceptor in project cxf by apache.

the class AbstractServiceFactoryBean method initializeDefaultInterceptors.

protected void initializeDefaultInterceptors() {
    service.getInInterceptors().add(new ServiceInvokerInterceptor());
    service.getInInterceptors().add(new OutgoingChainInterceptor());
    service.getInInterceptors().add(new OneWayProcessorInterceptor());
}
Also used : OutgoingChainInterceptor(org.apache.cxf.interceptor.OutgoingChainInterceptor) OneWayProcessorInterceptor(org.apache.cxf.interceptor.OneWayProcessorInterceptor) ServiceInvokerInterceptor(org.apache.cxf.interceptor.ServiceInvokerInterceptor)

Aggregations

OneWayProcessorInterceptor (org.apache.cxf.interceptor.OneWayProcessorInterceptor)1 OutgoingChainInterceptor (org.apache.cxf.interceptor.OutgoingChainInterceptor)1 ServiceInvokerInterceptor (org.apache.cxf.interceptor.ServiceInvokerInterceptor)1