| Package | Description |
|---|---|
| org.apache.cxf.phase |
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
|
| Class and Description |
|---|
| Phase |
| PhaseInterceptor
A phase interceptor is an intercetor that participates in a
PhaseInterceptorChain.
|
| PhaseInterceptorChain
A PhaseInterceptorChain orders Interceptors according to the phase they
participate in and also according to the before & after properties on an
Interceptor.
|
Apache CXF