Package org.jboss.axis.handlers

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