A JAX-WS handler list defines an ordered list of JAX-WS handlers to be invoked against requests and responses.
To view this page in the console, click the following path:
.
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. To enable handlers to undertake more complex operations, you chain them together into handler lists. You associate each handler list with one or more JAX-WS based Version 7.0 WS-Notification services or service points, so that the handler list can monitor WS-Notification activity and take appropriate action depending upon the sender and content of each inbound or outbound message.
The Configuration tab shows 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.
The name of the JAX-WS handler list
When you change a handler list name, the system looks up all objects that refer to it and updates the name.
Information | Value |
---|---|
Required | Yes |
Data type | String |
Description of the JAX-WS handler list
Information | Value |
---|---|
Required | No |
Data type | Text area |
The JAX-WS handlers in the handler list
Information | Value |
---|---|
Required | No |
Data type | Custom |
Button | Description |
---|---|
Add | Add a selected handler to the handler list. |
Remove | Remove a selected handler from the handler list. |
Down | Move the selected handler down the handler list. |
Up | Move the selected handler up the handler list. |