|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhaseInterceptor<T extends Message>
A phase interceptor is an intercetor that participates in a PhaseInterceptorChain. The phase property controls the phase in which the interceptor is placed. The before and after properties allow for fine grained control over where the phase the interceptor is placed. They specify the IDs of the interceptors that must be placed before and after the interceptor.
PhaseInterceptorChain
Method Summary | |
---|---|
Collection<PhaseInterceptor<? extends Message>> |
getAdditionalInterceptors()
Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added. |
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. |
Methods inherited from interface org.apache.cxf.interceptor.Interceptor |
---|
handleFault, handleMessage |
Method Detail |
---|
Set<String> getAfter()
Set<String> getBefore()
String getId()
String getPhase()
Collection<PhaseInterceptor<? extends Message>> getAdditionalInterceptors()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |