showJAXWSHandler command

Use the showJAXWSHandler command to show the properties of a Java API for XML-based Web Services (JAX-WS) handler that is 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.

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. This command shows the properties of the specified JAX-WS handler configuration that enables the handler to be used (as part of a handler list) with Version 7.0 WS-Notification services.

Target object

A JAX-WS handler configuration object.

Parameters

None.

Example

Show the properties of the JAX-WS handler configuration object JAXWSHandler.
  • Using Jython:
    AdminTask.showJAXWSHandler(JAXWSHandler)
  • Using Jacl:
    $AdminTask showJAXWSHandler JAXWSHandler



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 configuration
Related reference
WS-Notification troubleshooting tips
Related information
JAX-WS Handlers [Settings]
Reference topic Reference topic    

Terms of Use | Feedback

Last updatedLast updated: Sep 19, 2011 3:08:41 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-nd-zos&topic=rjwsn_cli_jaxws_handler_show
File name: rjwsn_cli_jaxws_handler_show.html