|
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 participates in a PhaseInterceptorChain.
The before and after properties contain a list of Ids that the particular interceptor runs before or after.
PhaseInterceptorChain| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getAfter()
Returns a set of IDs specifying the interceptors that should be run after this interceptor. |
java.util.Set<java.lang.String> |
getBefore()
Returns a set of IDs specifying the interceptors that should be run before this interceptor. |
java.lang.String |
getId()
The ID of this interceptor. |
java.lang.String |
getPhase()
The phase of this interceptor. |
| Methods inherited from interface org.apache.cxf.interceptor.Interceptor |
|---|
handleFault, handleMessage, postHandleMessage |
| Method Detail |
|---|
java.util.Set<java.lang.String> getAfter()
java.util.Set<java.lang.String> getBefore()
java.lang.String getId()
java.lang.String getPhase()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||