|
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 an ability to add and remove interceptors within the chains of the InterceptorProvider.
Method Summary | |
---|---|
java.util.List<Interceptor> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor chain of the object. |
java.util.List<Interceptor> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object. |
java.util.List<Interceptor> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object. |
java.util.List<Interceptor> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object. |
Method Detail |
---|
java.util.List<Interceptor> getInInterceptors()
List
incoming interceptor chainjava.util.List<Interceptor> getOutInterceptors()
List
outgoing interceptor chainjava.util.List<Interceptor> getInFaultInterceptors()
List
incoming fault interceptor chainjava.util.List<Interceptor> 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 |