org.apache.servicemix.cxfbc
Interface CxfBcEndpointWithInterceptor
- All Superinterfaces:
- CxfBcEndpointType
- All Known Implementing Classes:
- CxfBcConsumer, CxfBcProvider
public interface CxfBcEndpointWithInterceptor
- extends CxfBcEndpointType
getOutFaultInterceptors
List<org.apache.cxf.interceptor.Interceptor> getOutFaultInterceptors()
getInFaultInterceptors
List<org.apache.cxf.interceptor.Interceptor> getInFaultInterceptors()
getInInterceptors
List<org.apache.cxf.interceptor.Interceptor> getInInterceptors()
getOutInterceptors
List<org.apache.cxf.interceptor.Interceptor> getOutInterceptors()
setInInterceptors
void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
setInFaultInterceptors
void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
setOutInterceptors
void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
setOutFaultInterceptors
void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.