|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorProvider | |
---|---|
org.apache.cxf | Contains the Bus, which is the central touch point of CXF, and its related classes. |
org.apache.cxf.binding | Interfaces for protocol bindings and their factories. |
org.apache.cxf.endpoint | Client and Server related classes. |
org.apache.cxf.feature | |
org.apache.cxf.headers | |
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
org.apache.cxf.service | This package and its sub packages contain classes relating to services and the CXF service model |
org.apache.cxf.ws.addressing |
Uses of InterceptorProvider in org.apache.cxf |
---|
Subinterfaces of InterceptorProvider in org.apache.cxf | |
---|---|
interface |
Bus
The Bus is the central place in CXF. |
Uses of InterceptorProvider in org.apache.cxf.binding |
---|
Subinterfaces of InterceptorProvider in org.apache.cxf.binding | |
---|---|
interface |
Binding
A Binding provides interceptors and message creation logic for a specific protocol binding. |
Uses of InterceptorProvider in org.apache.cxf.endpoint |
---|
Subinterfaces of InterceptorProvider in org.apache.cxf.endpoint | |
---|---|
interface |
Client
|
interface |
Endpoint
Represents an endpoint that receives messages. |
Classes in org.apache.cxf.endpoint that implement InterceptorProvider | |
---|---|
class |
AbstractEndpointFactory
|
class |
ClientImpl
|
class |
EndpointImpl
|
Uses of InterceptorProvider in org.apache.cxf.feature |
---|
Methods in org.apache.cxf.feature with parameters of type InterceptorProvider | |
---|---|
void |
Feature.initialize(InterceptorProvider interceptorProvider,
Bus bus)
|
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus)
|
void |
WrappedFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus)
|
protected void |
StaxTransformFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
protected void |
FastInfosetFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
protected void |
AbstractFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
Uses of InterceptorProvider in org.apache.cxf.headers |
---|
Methods in org.apache.cxf.headers that return InterceptorProvider | |
---|---|
InterceptorProvider |
HeaderProcessor.getInterceptorProvider()
|
Uses of InterceptorProvider in org.apache.cxf.interceptor |
---|
Classes in org.apache.cxf.interceptor that implement InterceptorProvider | |
---|---|
class |
AbstractAttributedInterceptorProvider
|
class |
AbstractBasicInterceptorProvider
|
Uses of InterceptorProvider in org.apache.cxf.service |
---|
Subinterfaces of InterceptorProvider in org.apache.cxf.service | |
---|---|
interface |
Service
|
Classes in org.apache.cxf.service that implement InterceptorProvider | |
---|---|
class |
ServiceImpl
|
Uses of InterceptorProvider in org.apache.cxf.ws.addressing |
---|
Methods in org.apache.cxf.ws.addressing with parameters of type InterceptorProvider | |
---|---|
protected void |
WSAddressingFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
void |
WSAddressingFeature.WSAddressingFeatureApplier.initializeProvider(WSAddressingFeature feature,
InterceptorProvider provider,
Bus bus)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |