+

Search Tips   |   Advanced Search

JAX-WS Handlers settings

A JAX-WS handler provides customization of web service request or response handling.

Console path:

Service integration -> WS-Notification -> JAX-WS Handlers -> handler_name.

A 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.


Configuration tab

The Configuration tab shows configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted.


General Properties


Name

The name of the JAX-WS Handler

This name must be unique, and it must obey the following syntax rules:

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

Information Value
Required Yes
Data type String


Description

Description of the JAX-WS Handler

Information Value
Required No
Data type Text area


Class name

The class name of the JAX-WS Handler

Before we can create a handler configuration, make the handler class available to the application server in one of the following ways:

Information Value
Required Yes
Data type String

  • Create a new JAX-WS handler configuration
  • Modifying an existing JAX-WS handler configuration
  • createJAXWSHandler command
  • modifyJAXWSHandler command
  • showJAXWSHandler command
  • Administrative console buttons
  • Administrative console preference settings