public interface PhaseInterceptor<T extends Message> extends Interceptor<T>
PhaseInterceptorChain| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PhaseInterceptor<? extends Message>> |
getAdditionalInterceptors()
Returns a collection of Interceptors that should be added to the chain
whenever this interceptor is added.
|
java.util.Set<java.lang.String> |
getAfter()
Returns a set containing the IDs of the interceptors that should be
executed before this interceptor.
|
java.util.Set<java.lang.String> |
getBefore()
Returns a set containing the IDs of the interceptors that should be
executed after this interceptor.
|
java.lang.String |
getId()
Returns the ID of this interceptor.
|
java.lang.String |
getPhase()
Returns the phase in which this interceptor is excecuted.
|
handleFault, handleMessagejava.util.Set<java.lang.String> getAfter()
java.util.Set<java.lang.String> getBefore()
java.lang.String getId()
java.lang.String getPhase()
java.util.Collection<PhaseInterceptor<? extends Message>> getAdditionalInterceptors()