|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterceptorProvider
The InterceptorProvider
interface is implemented by objects
that have interceptor chains associated with them. The methods in this
interface provide the ability to add and remove interceptors to the chains
of the InterceptorProvider.
Method Summary | |
---|---|
List<Interceptor<? extends Message>> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor chain of the object. |
List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object. |
List<Interceptor<? extends Message>> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object. |
List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object. |
Method Detail |
---|
List<Interceptor<? extends Message>> getInInterceptors()
List
incoming interceptor chainList<Interceptor<? extends Message>> getOutInterceptors()
List
outgoing interceptor chainList<Interceptor<? extends Message>> getInFaultInterceptors()
List
incoming fault interceptor chainList<Interceptor<? extends Message>> getOutFaultInterceptors()
List
outgoing fault interceptor chain
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |