deleteJAXWSHandlerList command

Use the deleteJAXWSHandlerList command to delete the configuration for a Java™ API for XML-based Web Services (JAX-WS) handler list that is configured for use with Version 7.0 WS-Notification services.

You can delete a JAX-WS handler list by using the wsadmin tool as described in this topic, or by using the administrative console.

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

[IBM i][IBM i]The wsadmin scripting client is run from Qshell.

Command-line help is provided for commands of the service integration bus:
  • 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 specific command, enter the following command at the wsadmin prompt:

    print AdminTask.help('command_name')

After you use the command, save your changes to the master configuration by using the following command.

AdminConfig.save()

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 deletes the specified JAX-WS handler list.

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 list object that is to be deleted.

Parameters

None.

Example

Delete the JAX-WS handler list object JAXWSHandlerList:
  • Using Jython:
    AdminTask.deleteJAXWSHandlerList(JAXWSHandlerList)
  • Using Jacl:
    $AdminTask deleteJAXWSHandlerList JAXWSHandlerList