|
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> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor chain of the object. |
List<Interceptor> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object. |
List<Interceptor> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object. |
List<Interceptor> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object. |
| Method Detail |
|---|
List<Interceptor> getInInterceptors()
List incoming interceptor chainList<Interceptor> getOutInterceptors()
List outgoing interceptor chainList<Interceptor> getInFaultInterceptors()
List incoming fault interceptor chainList<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 | |||||||||