org.apache.cxf.phase
public interface PhaseInterceptor<T extends Message> extends Interceptor<T>
PhaseInterceptorChain| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAfter()
Returns a set containing the IDs of the interceptors that should be
executed before this interceptor.
|
Set<String> |
getBefore()
Returns a set containing the IDs of the interceptors that should be
executed after this interceptor.
|
String |
getId()
Returns the ID of this interceptor.
|
String |
getPhase()
Returns the phase in which this interceptor is excecuted.
|
handleFault, handleMessageSet<String> getAfter()
Set<String> getBefore()
String getId()
String getPhase()
Apache CXF