Working with JAX-RPC handlers and clients

The Java API for XML-based remote procedure calls (JAX-RPC) provides you with a standard way of developing interoperable and portable Web services. You can use JAX-RPC handlers, handler lists and client applications with your service integration bus-enabled Web services.

About this task

There are two main elements of JAX-RPC that you can use directly with the service integration bus:
  • JAX-RPC handlers and handler lists.
  • JAX-RPC client applications.

A JAX-RPC handler is a Java class that performs a range of handling tasks.For example: logging messages, or transforming their contents, or terminating an incoming request. To create a JAX-RPC handler, you can use a tool such as WebSphere® Studio Application Developer (WSAD). To enable JAX-RPC handlers to perform more complex operations they can be chained together into handler lists. You associate each JAX-RPC handler list with one or more ports, so that the handler list can monitor activity at the port, and take appropriate action depending upon the sender and content of each message that passes through the port.

JAX-RPC client applications send and receive Web service request and response messages. JAX-RPC client applications that use the IBM® JAX-RPC run-time environment can do this in a number of different ways, depending on the bindings in the WSDL document that they are developed against, and the configuration data that is used at run time.

Detailed instructions on how to configure JAX-RPC handlers, handler lists and client applications for use with the service integration bus are provided in the following topics:




In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic Task topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 31, 2013 1:23:07 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-dist&topic=tjw_jaxrpc
File name: tjw_jaxrpc.html