|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Handler in org.apache.axis |
Subinterfaces of Handler in org.apache.axis | |
interface |
Chain
|
interface |
TargetedChain
|
Classes in org.apache.axis that implement Handler | |
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
|
class |
SimpleTargetedChain
|
Fields in org.apache.axis declared as Handler | |
protected Handler |
FaultableHandler.workHandler
|
protected Handler |
SimpleTargetedChain.requestHandler
|
protected Handler |
SimpleTargetedChain.pivotHandler
|
protected Handler |
SimpleTargetedChain.responseHandler
|
Methods in org.apache.axis that return Handler | |
Handler[] |
SimpleChain.getHandlers()
|
Handler |
TargetedChain.getRequestHandler()
Returns the Request handler |
Handler |
TargetedChain.getPivotHandler()
Returns the Pivot Handler |
Handler |
TargetedChain.getResponseHandler()
Returns the Response Handler |
Handler |
MessageContext.getServiceHandler()
|
Handler[] |
Chain.getHandlers()
Get the list of handlers in the chain - is Handler[] the right form? |
Handler |
Supplier.getHandler()
Right now this is trivial. |
Handler |
SimpleTargetedChain.getRequestHandler()
|
Handler |
SimpleTargetedChain.getPivotHandler()
|
Handler |
SimpleTargetedChain.getResponseHandler()
|
Methods in org.apache.axis with parameters of type Handler | |
void |
SimpleChain.addHandler(Handler handler)
|
boolean |
SimpleChain.contains(Handler handler)
|
void |
TargetedChain.setRequestHandler(Handler reqHandler)
Sets the Request Chain |
void |
TargetedChain.setPivotHandler(Handler handler)
Sets the Pivot Handler |
void |
TargetedChain.setResponseHandler(Handler respHandler)
Sets the Response Handler |
void |
AxisEngine.deployHandler(java.lang.String key,
Handler handler)
Deploy a Handler into our handler registry |
void |
AxisEngine.deployTransport(java.lang.String key,
Handler transport)
Deploy a (client) Transport |
void |
MessageContext.setServiceHandler(Handler sh)
|
void |
HandlerIterationStrategy.visit(Handler handler,
MessageContext msgContext)
|
void |
Chain.addHandler(Handler handler)
Adds a handler to the end of the chain |
boolean |
Chain.contains(Handler handler)
Is this handler in the chain? |
void |
SimpleTargetedChain.setRequestHandler(Handler reqHandler)
|
void |
SimpleTargetedChain.setPivotHandler(Handler handler)
|
void |
SimpleTargetedChain.setResponseHandler(Handler respHandler)
|
Constructors in org.apache.axis with parameters of type Handler | |
FaultableHandler(Handler workHandler)
Constructor |
Uses of Handler in org.apache.axis.client |
Classes in org.apache.axis.client that implement Handler | |
class |
AxisClient
Provides the equivalent of an "Axis engine" on the client side. |
Uses of Handler in org.apache.axis.deployment |
Methods in org.apache.axis.deployment that return Handler | |
abstract Handler |
DeploymentRegistry.getDeployedItem(java.lang.String name)
retrieve an instance of the named handler |
abstract Handler |
DeploymentRegistry.getDeployedItem(QName qname)
retrieve an instance of the named handler |
Handler |
SimpleDeploymentManager.getDeployedItem(QName qname)
Return an instance of the deployed item |
Handler |
SimpleDeploymentManager.getDeployedItem(java.lang.String name)
Return an instance of the deployed item |
Handler |
DeployableItem.newInstance(DeploymentRegistry registry)
|
Uses of Handler in org.apache.axis.deployment.v2dd |
Methods in org.apache.axis.deployment.v2dd that return Handler | |
Handler |
V2DDDeployableItem.newInstance(DeploymentRegistry registry)
|
Uses of Handler in org.apache.axis.deployment.wsdd |
Methods in org.apache.axis.deployment.wsdd that return Handler | |
Handler |
WSDDTransport.newInstance(DeploymentRegistry registry)
|
Handler |
WSDDTransport.newInstance(Handler pivot,
DeploymentRegistry registry)
|
Handler |
WSDDHandler.newInstance(DeploymentRegistry registry)
|
Handler |
WSDDProvider.newInstance(DeploymentRegistry registry)
|
abstract Handler |
WSDDProvider.newProviderInstance(DeploymentRegistry registry)
|
Handler |
WSDDFlow.newInstance(DeploymentRegistry registry)
|
Handler |
WSDDChain.newInstance(DeploymentRegistry registry)
Creates a new instance of this Chain |
Handler |
WSDDService.newInstance(DeploymentRegistry registry)
|
Methods in org.apache.axis.deployment.wsdd with parameters of type Handler | |
Handler |
WSDDTransport.newInstance(Handler pivot,
DeploymentRegistry registry)
|
Uses of Handler in org.apache.axis.deployment.wsdd.providers |
Methods in org.apache.axis.deployment.wsdd.providers that return Handler | |
Handler |
WSDDComProvider.newProviderInstance(DeploymentRegistry registry)
|
Handler |
WSDDBsfProvider.newProviderInstance(DeploymentRegistry registry)
|
Handler |
WSDDJavaProvider.newProviderInstance(DeploymentRegistry registry)
|
Uses of Handler in org.apache.axis.deployment.wsml |
Methods in org.apache.axis.deployment.wsml that return Handler | |
Handler |
WSMLDeployableItem.newInstance(DeploymentRegistry registry)
|
Uses of Handler in org.apache.axis.handlers |
Classes in org.apache.axis.handlers that implement Handler | |
class |
BasicHandler
BasicHandler is a utility class which implements simple
property setting/getting behavior, and stubs out a lot of the Handler
methods. |
class |
DebugHandler
|
class |
EchoHandler
|
class |
ErrorHandler
|
class |
JWSHandler
A JWSHandler sets the target service and JWS filename
in the context depending on the JWS configuration and the target URL. |
class |
JWSProcessor
This handler will use the MC_REALPATH property of the MsgContext to locate a *.jws (JavaWebService) file. |
class |
LogHandler
|
class |
LogMessage
This handler simply prints a custom message to the debug log. |
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. |
Uses of Handler in org.apache.axis.handlers.http |
Classes in org.apache.axis.handlers.http that implement Handler | |
class |
HTTPActionHandler
An HTTPActionHandler simply sets the context's TargetService
property from the HTTPAction property. |
class |
HTTPAuthHandler
An HTTPAuthHandler simply sets the context's username
and password properties from the HTTP auth headers. |
class |
URLMapper
An URLMapper attempts to use the extra path info
of this request as the service name. |
Uses of Handler in org.apache.axis.handlers.soap |
Classes in org.apache.axis.handlers.soap that implement Handler | |
class |
SOAPService
A SOAPService is a Handler which encapsulates a SOAP
invocation. |
Constructors in org.apache.axis.handlers.soap with parameters of type Handler | |
SOAPService(Handler serviceHandler)
Convenience constructor for wrapping SOAP semantics around "service handlers" which actually do work. |
Uses of Handler in org.apache.axis.providers |
Classes in org.apache.axis.providers that implement Handler | |
class |
BasicProvider
This class has one way of keeping track of the operations declared for a particular service provider. |
class |
BSFProvider
|
class |
ComProvider
|
class |
JWSProvider
|
Uses of Handler in org.apache.axis.providers.java |
Classes in org.apache.axis.providers.java that implement Handler | |
class |
EJBProvider
A basic EJB Provider |
class |
JavaProvider
Base class for Java dispatching. |
class |
MsgProvider
|
class |
RPCProvider
Implement message processing by walking over RPCElements of the envelope body, invoking the appropriate methods on the service object. |
Methods in org.apache.axis.providers.java with parameters of type Handler | |
java.lang.Object |
JavaProvider.getServiceObject(MessageContext msgContext,
Handler service,
java.lang.String clsName)
Get the service object whose method actually provides the service. |
protected java.lang.String |
JavaProvider.getServiceClassName(Handler service)
|
protected java.lang.String |
JavaProvider.getServiceAllowedMethods(Handler service)
|
protected java.lang.String |
EJBProvider.getServiceClassName(Handler service)
|
protected java.lang.String |
EJBProvider.getServiceAllowedMethods(Handler service)
|
Uses of Handler in org.apache.axis.registries |
Methods in org.apache.axis.registries that return Handler | |
Handler |
SimpleRegistry.remove(java.lang.String key)
Remove a Handler (locate by key) from the registry - returns old value if it was there - or null if not. |
Handler |
SimpleRegistry.find(java.lang.String key)
Given a 'key' return the corresponding Handler |
Handler |
HandlerRegistry.remove(java.lang.String key)
Remove a Handler (locate by key) from the registry - returns old value if it was there - or null if not. |
Handler |
HandlerRegistry.find(java.lang.String key)
Given a 'key' return the corresponding Handler |
Handler |
SupplierRegistry.remove(java.lang.String key)
Remove a Handler (locate by key) from the registry - returns old value if it was there - or null if not. |
Handler |
SupplierRegistry.find(java.lang.String key)
Given a 'key' return the corresponding Handler |
Methods in org.apache.axis.registries with parameters of type Handler | |
void |
SimpleRegistry.add(java.lang.String key,
Handler handler)
Add a new Handler to the registry. |
void |
HandlerRegistry.add(java.lang.String key,
Handler handler)
Add a new Handler to the registry. |
void |
SupplierRegistry.add(java.lang.String key,
Handler handler)
Add a new Handler to the registry. |
Uses of Handler in org.apache.axis.server |
Classes in org.apache.axis.server that implement Handler | |
class |
AxisServer
|
class |
Transport
Transport is a targeted chain that knows it's a transport. |
Uses of Handler in org.apache.axis.strategies |
Methods in org.apache.axis.strategies with parameters of type Handler | |
void |
InvocationStrategy.visit(Handler handler,
MessageContext msgContext)
|
void |
WSDLGenStrategy.visit(Handler handler,
MessageContext msgContext)
|
Uses of Handler in org.apache.axis.suppliers |
Methods in org.apache.axis.suppliers that return Handler | |
Handler |
TargetedChainSupplier.getHandler()
|
Handler |
SimpleSupplier.getHandler()
|
Handler |
SimpleChainSupplier.getHandler()
|
Handler |
FactorySupplier.getHandler()
|
Constructors in org.apache.axis.suppliers with parameters of type Handler | |
SimpleSupplier(Handler handler)
|
Uses of Handler in org.apache.axis.transport.http |
Classes in org.apache.axis.transport.http that implement Handler | |
class |
HTTPSender
This is meant to be used on a SOAP Client to call a SOAP server. |
Uses of Handler in org.apache.axis.transport.local |
Classes in org.apache.axis.transport.local that implement Handler | |
class |
LocalResponder
Tiny Handler which just makes sure to Stringize the outgoing Message to appropriately use serializers on the server side. |
class |
LocalSender
This is meant to be used on a SOAP Client to call a SOAP server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |