Earthly Powers
- All
- Fast Infoset
- General
- Java
- REST
Example of a plugable transport in JAX-WS
The rearchitectured JAX-WS RI supports plugable transport components, so it is possible to transmit SOAP messages over transports other than HTTP, for example JMS, SMTP or TCP/IP.
One such example explored in more detail is a plugable JMS transport. Alexey Stashok has created a example JMS Web service transport component at java.net. This simple example is specifically designed to show how transports can be easily developed.
If you are interested in developing transports for JAX-WS check this out!
Posted at 04:08AM May 16, 2006 by Paul Sandoz in General | Comments[2]
Posted by JC Martin on May 16, 2006 at 05:14 AM CEST #
Posted by Paul Sandoz on May 17, 2006 at 05:34 PM CEST #