Get HTTP header from service implementator class with CXF
| Apr 17, 2013SOAP runtimes like CXF allows to interact with the inbound/outbound messages with interceptors. Interceptors are the fundamental processing unit inside CXF. When a service is invoked, an InterceptorChain is created and invoked. Each interceptor gets a chance to do what they want with the message. This can include reading it, transforming it, processing headers, validating […]
Read More →