Handler example using JAXWS 2.0
This techtip will focus on how to use JAX-WS 2.0 LogicalMessage Handlers and SOAP Handlers to read a message sent from a client to a webservice endpoint and back again. The example code below was developed and tested using a GlassFish implementation.
To understand the configuration and use of handlers in JAX-WS 2.0 you will need to be familiar with the following specifications
Read comments or post a reply to : Handler example using JAXWS 2.0