| BasicHandler |
BasicHandler is a utility class which implements simple
property setting/getting behavior, and stubs out a lot of the Handler
methods.
|
| DebugHandler |
|
| EchoHandler |
|
| ErrorHandler |
|
| HandlerChainImpl |
Implementation of HandlerChain
|
| HandlerInfoChainFactory |
|
| JAXRPCHandler |
Handles JAXRPC style handlers.
|
| JWSHandler |
A JWSHandler sets the target service and JWS filename
in the context depending on the JWS configuration and the target URL.
|
| LogHandler |
A simple Handler which logs the request and response messages to either
the console or a specified file (default "axis.log").
|
| LogMessage |
This handler simply prints a custom message to the debug log.
|
| MD5AttachHandler |
|
| SimpleAuthenticationHandler |
Just a simple Authentication Handler to see if the user
specified in the Bag in the MessageContext is allowed to continue.
|
| SimpleAuthorizationHandler |
Just a simple Authorization Handler to see if the user
specified in the Bag in the MessageContext is allowed to preform this
action.
|
| SimpleSessionHandler |
This handler uses SOAP headers to do simple session management.
|
| SOAPMonitorHandler |
This handler is used to route SOAP messages to the
SOAP monitor service.
|