JAX-RPC Handlers [Settings]

A JAX-RPC handler provides customization of Web service request or response handling.

To view this pane in the console, click the following path:

Service integration > Web services > JAX-RPC handlers > [Content Pane] handler_name.

Configuration tab

Configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.

General properties

Name

The name of this JAX-RPC handler.

This name must be unique, and it must obey the following syntax rules:
  • It must not start with "." (a period).
  • It must not start or end with a space.
  • It must not contain any of the following characters: \ / , # $ @ : ; " * ? < > | = + & % '

When you change a handler name, the system looks up all objects that refer to it and updates the name.

Required Yes
Data type Text

Description

An optional description of the JAX-RPC handler.

Required No
Data type Text area

Class name

The name of the class that implements the JAX-RPC handler.

Before you can create a JAX-RPC handler configuration, you must make the handler class available to the application server in one of the following ways:
  • Copy the individual class file into a directory structure under app_server_root/classes that matches the package name of the class, where app_server_root is the root directory for the installation of IBM® WebSphere® Application Server. For example a handler class com.ibm.jaxrpc.handler.TestHandler is copied into the app_server_root/classes/com/ibm/jaxrpc/handler directory.
  • Package the class files for all your handlers as a JAR file, then copy it into the app_server_root/lib/app directory.
Required Yes
Data type Text

Additional properties

JAX-RPC Header
Defines the JAX-RPC headers against which this handler operates.
SOAP Roles
Defines the SOAP roles in which this handler acts
Custom properties
Extra properties of the service.



Reference topic Reference 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=JAXRPCHandler_DetailForm
File name: JAXRPCHandler_DetailForm.html