| This example shows how to setup a JSR 160 connector server that uses SOAP as
communication protocol with the client.
MX4J's implementation of the SOAP provider requires Axis 1.1, that in turn requires
a servlet container to run. The default servlet container used is Jetty 4.2.x.
Incoming connections from a client will be accepted by Jetty, handed to the
Axis servlet that interpretes the SOAP invocation, and passed to MX4J's
SOAPConnectorServer implementation, and finally routed the MBeanServer.
Remote notifications are delivered transparently.
To run this example, you need the following jars:
- MX4J 2.x
- mx4j.jar
- mx4j-remote.jar
- mx4j-tools.jar
- mx4j-examples.jar
- Jetty 4.2.x
- org.mortbay.jetty.jar
- servlet.jar
- Axis 1.1
- axis.jar
- jaxrpc.jar
- commons-logging.jar
- commons-discovery.jar
- saaj.jar
- wsdl4j.jar
version: : $Revision: 1.1 $ |