Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)
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 v7.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, run at the wsadmin prompt:
print AdminTask.help('WSNotificationCommands')
- For overview help on a given command, run 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. 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.
### Jython
AdminTask.showJAXWSHandler(JAXWSHandler)### Jacl
$AdminTask showJAXWSHandler JAXWSHandler
WS-Notification
Use WS-Notification for publish and subscribe messaging for web services
Secure WS-Notification
Modify an existing JAX-WS handler configuration
Related
WS-Notification troubleshooting tips
JAX-WS Handlers [Settings]