listJAXWSHandlers command

Use the listJAXWSHandlers command to list the Java API for XML-based Web Services (JAX-WS) handlers that are configured for use, as part of a handler list, with Version 7.0 WS-Notification services.

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

[IBM i] 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:
  • 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. This command lists all the JAX-WS handlers, for a given cell, that are configured for use, as part of a handler list, with Version 7.0 WS-Notification services.

Target Object

A cell scope object.

Parameters

None.

Example

List the JAX-WS Handler configuration objects for a given cell:
  • Using Jython:
    targetCell = AdminConfig.list('Cell')
    AdminTask.listJAXWSHandlers(targetCell)
  • Using Jacl:
    $AdminTask listJAXWSHandlers targetCell
Reference topic    

Terms and conditions for information centers | Feedback

Last updated: April 18, 2014 05:01 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=rjwsn_cli_jaxws_handler_list
File name: rjwsn_cli_jaxws_handler_list.html