Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)


deleteJAXWSHandler command

Use the deleteJAXWSHandler command to delete the configuration for 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.

We can delete a JAX-WS handler configuration by using wsadmin.sh as described in this topic, or by using the administrative console as described in Delete JAX-WS handler configurations.

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

Command-line help is provided for service integration bus commands:

After using the command, save changes to the master configuration; for example, by using the following command:


AdminConfig.save()

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 deletes the specified JAX-WS handler configuration that enables the handler to be used (as part of a handler list) with v7.0 WS-Notification services.

When you remove a handler that is currently used by one or more web services on a service integration bus, the system removes the handler from the handler lists for each associated web service.


Target object

The JAX-WS handler configuration object that is to be deleted.


Parameters

None


Example

Delete the JAX-WS handler configuration object JAXWSHandler.


WS-Notification
Use WS-Notification for publish and subscribe messaging for web services
Secure WS-Notification
Delete JAX-WS handler configurations


Related


WS-Notification troubleshooting tips
JAX-WS Handlers [Collection]

+

Search Tips   |   Advanced Search