showJAXWSHandlerList command
Use the showJAXWSHandlerList command to show the properties of a Java API for XML-based Web Services (JAX-WS) handler list configured for use with v7.0 WS-Notification services.
To run the command, use the AdminTask object of the wsadmin scripting client.
(iSeries) (iSeries) The wsadmin scripting client is run from Qshell. (iSeries) See Configure Qshell to run WebSphere scripts .
Command-line help is provided for service integration bus commands:
- For a list of the available WS-Notification commands, plus a brief description of each command, enter at the wsadmin prompt:
print AdminTask.help('WSNotificationCommands')
- For overview help on a given command, enter at the wsadmin prompt:
print AdminTask.help('command_name')
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:
- Use Jython:
AdminTask.showJAXWSHandlerList(JAXWSHandlerList)- Use Jacl:
$AdminTask showJAXWSHandlerList JAXWSHandlerList