listJAXWSHandlerLists command

Use the listJAXWSHandlerLists command to list the Java API for XML-based Web Services (JAX-WS) handler lists that are configured, for a given cell, for use with Version 7.0 WS-Notification services.

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

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 the following command at the wsadmin prompt:

    print AdminTask.help('WSNotificationCommands')

  • For overview help on a given command, enter the following command at the wsadmin prompt:

    print AdminTask.help('command_name')

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 lists all the JAX-WS handler lists for a given cell.

Target Object

A cell scope object.

Parameters

None.

Example

List the JAX-WS handler lists for a given cell:
  • Using Jython:
    targetCell = AdminConfig.list('Cell')
    AdminTask.listJAXWSHandlerLists(targetCell)
  • Using Jacl:
    $AdminTask listJAXWSHandlerLists targetCell



Related concepts
WS-Notification
Related tasks
Using WS-Notification for publish and subscribe messaging for web services
Securing WS-Notification
Related reference
WS-Notification troubleshooting tips
Related information
JAX-WS Handler Lists [Collection]
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Jun 11, 2013 8:40:09 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v701sca&product=was-nd-mp&topic=rjwsn_cli_jaxws_handler_list_list
File name: rjwsn_cli_jaxws_handler_list_list.html