While the JAX-WS APIs make creating services and consumers easy, it also offers a number of advanced APIs. These APIs allow you to make asynchronous requests on a service, access message and transport properties, and develop services that process raw XML messages. They also allow you to develop custom message handlers.
Contents
- 17. Using SOAP over JMS
- 18. Developing Asynchronous Applications
- 19. Using Raw XML Messages
- 20. Working with Contexts
- 21. Writing Handlers