showJAXWSHandlerList command

Use the showJAXWSHandlerList command to show the properties of a Java API for XML-based Web Services (JAX-WS) handler list that is configured for use with Version 7.0 WS-Notification services.

To run the command, use the AdminTask object of the wsadmin scripting client.

The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere scripts using wsadmin scripting .

Command-line help is provided for service integration bus commands:

Purpose

A Java API for XML-based Web Services (JAX-WS) 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. This command shows the properties of the specified JAX-WS handler list.

Target object

A JAX-WS handler list object.

Parameters

None.

Example

Show the properties of the JAX-WS handler list JAXWSHandlerList:
  • Using Jython:
    AdminTask.showJAXWSHandlerList(JAXWSHandlerList)
  • Using Jacl:
    $AdminTask showJAXWSHandlerList JAXWSHandlerList



Related concepts
WS-Notification
Related tasks
Using WS-Notification for publish and subscribe messaging for web services
Securing WS-Notification
Modifying an existing JAX-WS handler list
Related reference
WS-Notification troubleshooting tips
Related information
JAX-WS Handler Lists [Settings]
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Feb 6, 2014 8:11:25 PM CST
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-nd-mp&topic=rjwsn_cli_jaxws_handler_list_show
File name: rjwsn_cli_jaxws_handler_list_show.html