Creating JAX-WS handlers

To create a JAX-WS handler:
  1. In the Package Explorer, expand the package where the Java class is located.
  2. Right-click the Java file and select JAX-WS Tools > Create JAX-WS Handler.
  3. In the JAX-WS Handler wizard, enter a name for the handler.
  4. Select a handler type, either Logical or SOAP.
  5. Select one of the following:
    • Create a new handler chain file - Click Create and provide a name and a path for the new file.
    • Add this handler to an existing handler chain file - Click Browse and select a file.
  6. Click Finish.
Related concepts
JAX-WS handlers
Related tasks
Creating a JAX-WS Java First project
Creating a JAX-WS WSDL First project