About Creating Handlers

See Also 

A handler is a Java class that provides a filtering mechanism for preprocessing and postprocessing the web service message, by intercepting it and acting on the request or response.

Typical uses of handlers include:

There are two types of handlers: message handlers and logical handlers.

See Also
About Web Services
Configuring a Handler
Creating a Handler
Testing and Using a Handler

Legal Notices