|
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 can control where in the chain the interceptor is placed relative to other interceptors
PhaseInterceptorChain| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getAfter()
Returns a set of IDs specifying the interceptors that this interceptor should be placed after in the interceptor chain |
java.util.Set<java.lang.String> |
getBefore()
Returns a set of IDs specifying the interceptors that this interceptor needs to be before in the inteceptor chain. |
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 |
| 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 | |||||||||