|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AxisEngine
is the base class for AxisClient and
AxisServer.BasicHandler
is a utility class which implements simple
property setting/getting behavior, and stubs out a lot of the Handler
methods.FactorySupplier
always gives you a new Handler instance.FaultableHandler
is essentially a wrapper for any other
Handler which provides flexible fault handling semantics.HTTPActionHandler
simply sets the context's TargetService
property from the HTTPAction property.HTTPAuthHandler
simply sets the context's username
and password properties from the HTTP auth headers.JWSHandler
sets the target service and JWS filename
in the context depending on the JWS configuration and the target URL.AdminClient
and
invokes process(args)
.
MapSerializer
is be used to serialize and
deserialize Maps using the SOAP-ENC
encoding style.SimpleChainSupplier
SimpleSupplier
just returns a single static instance.SOAPService
is a Handler which encapsulates a SOAP
invocation.Supplier
is used to abstract creation patterns for Handlers.SupplierRegistry
contains Suppliers, which are used
by the find() method to obtain actual Handler references.TargetedChainSupplier
URLMapper
attempts to use the extra path info
of this request as the service name.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |