|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicHandler | |
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.handlers |
Uses of BasicHandler in org.apache.axis |
Subclasses of BasicHandler in org.apache.axis | |
class |
AxisEngine
An AxisEngine is the base class for AxisClient and
AxisServer. |
class |
FaultableHandler
A FaultableHandler is essentially a wrapper for any other
Handler which provides flexible fault handling semantics. |
class |
SimpleChain
A Simple Chain is a 'composite' Handler in that it aggregates a collection of Handlers and also acts as a Handler which delegates its operations to the collection. |
class |
SimpleTargetedChain
A SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains). |
Uses of BasicHandler in org.apache.axis.client |
Subclasses of BasicHandler in org.apache.axis.client | |
class |
AxisClient
Provides the equivalent of an "Axis engine" on the client side. |
Uses of BasicHandler in org.apache.axis.handlers |
Subclasses of BasicHandler in org.apache.axis.handlers | |
class |
DebugHandler
|
class |
EchoHandler
|
class |
ErrorHandler
|
class |
JAXRPCHandler
Handles JAXRPC style handlers. |
class |
JWSHandler
A JWSHandler sets the target service and JWS filename
in the context depending on the JWS configuration and the target URL. |
class |
LogHandler
A simple Handler which logs the request and response messages to either the console or a specified file (default "axis.log"). |
class |
LogMessage
This handler simply prints a custom message to the debug log. |
class |
MD5AttachHandler
|
class |
SimpleAuthenticationHandler
Just a simple Authentication Handler to see if the user specified in the Bag in the MessageContext is allowed to continue. |
class |
SimpleAuthorizationHandler
Just a simple Authorization Handler to see if the user specified in the Bag in the MessageContext is allowed to preform this action. |
class |
SimpleSessionHandler
This handler uses SOAP headers to do simple session management. |
class |
SOAPMonitorHandler
This handler is used to route SOAP messages to the SOAP monitor service. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |