org.apache.cxf.interceptor
Interface InterceptorProvider
- All Known Subinterfaces:
- Binding, Bus, Client, Endpoint, PolicyInterceptorProvider, Service
- All Known Implementing Classes:
- AbstractAttributedInterceptorProvider, AbstractBasicInterceptorProvider, AbstractEndpointFactory, AbstractServiceFactory, AddressingPolicyInterceptorProvider, ClientFactoryBean, ClientImpl, ClientProxyFactoryBean, CXFBusImpl, EndpointImpl, EndpointImpl, ExtensionManagerBus, JaxWsClientEndpointImpl, JaxWsClientFactoryBean, JaxWsEndpointImpl, JaxWsProxyFactoryBean, JaxWsServerFactoryBean, JaxwsServiceBuilder, MTOMPolicyInterceptorProvider, ObjectBinding, PolicyInterceptorProviderImpl, RMPolicyInterceptorProvider, ServerFactoryBean, ServiceImpl, SimpleServiceBuilder, SoapBinding, WrappedEndpoint, WrappedService, XMLBinding
public interface InterceptorProvider
getInInterceptors
java.util.List<Interceptor> getInInterceptors()
getOutInterceptors
java.util.List<Interceptor> getOutInterceptors()
getOutFaultInterceptors
java.util.List<Interceptor> getOutFaultInterceptors()
getInFaultInterceptors
java.util.List<Interceptor> getInFaultInterceptors()
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.