Ce contenu n'est pas disponible dans la langue sélectionnée.
Appendix G. Apache CXF Provided Interceptors
G.1. Core Apache CXF Interceptors
Inbound
Table G.1, “Core inbound interceptors” lists the core inbound interceptors that are added to all Apache CXF endpoints.
Class | Phase | Description |
---|---|---|
ServiceInvokerInterceptor | INVOKE | Invokes the proper method on the service. |
Outbound
The Apache CXF does not add any core interceptors to the outbound interceptor chain by default. The contents of an endpoint's outbound interceptor chain depend on the features in use.