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.
print AdminTask.help('WSNotificationCommands')
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 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.
A cell scope object.
None.
targetCell = AdminConfig.list('Cell') AdminTask.listJAXWSHandlers(targetCell)
$AdminTask listJAXWSHandlers targetCell