Loading JAX-RPC handler classes
A JAX-RPC handler interacts with messages as they pass into and out of the service integration bus, therefore you make the handler class available to the server or cluster that hosts the inbound or outbound port for the service that you want to monitor.
Before you begin
This task assumes that you have already created your handler. You can do this by using IBM® Rational® Application Developer or a similar tool. For more information, see the IBM developerWorks® article Support for J2EE Web Services in WebSphere® Studio Application Developer V5.1 -- Part 3: JAX-RPC Handlers.
About this task
Before you can configure your JAX-RPC handler for use with service integration bus-deployed web services, you must make the handler class available. If you want to monitor an inbound port, make the handler class available to the server on which the endpoint listener for that port is located. If you want to monitor an outbound port, make the handler class available to the server on which the outbound port destination is localized.
To make the handler class available to the server or cluster that hosts the port that you want to monitor, you create a shared library for the class then add the shared library to the class loader for the server.