org.apache.cxf.interceptor
Interface InterceptorProvider
- All Known Subinterfaces:
- Binding, Bus, Client, Endpoint, PolicyInterceptorProvider, Service
- All Known Implementing Classes:
- AbstractAttributedInterceptorProvider, AbstractBasicInterceptorProvider, PolicyInterceptorProviderImpl
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.