WebSphere WebSphere Application Server Network Deployment, Version 6.0.x Operating Systems: AIX, HP-UX, Linux, Solaris, Windows

JAX-RPC handlers settings

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

To view this administrative console page, click Service integration > Web services > JAX-RPC handlers > [Content Pane] handler_name.

Related information
JAX-RPC handlers collection
Administrative console buttons
Administrative console preference settings

Configuration tab

Configuration properties for this object. These property values are preserved even if the run-time environment is stopped then restarted. Changing these property values typically has no effect until the run-time environment is restarted; for example, by stopping then restarting an application server. See the information center task descriptions for information about how to apply configuration changes to the run-time 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

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 install_root/classes that matches the package name of the class, where install_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 install_root/classes/com/ibm/jaxrpc/handler directory.
  • Package the class files for all your handlers as a JAR file, then copy it into the install_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
Service properties
Extra properties of the service.

Reference topic

Terms of Use | Feedback

Last updated: 15 Mar 2007
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.pmc.nd.doc\sibusresources\JAXRPCHandler_DetailForm.html

© Copyright IBM Corporation 2004, 2007. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)