Uses of Interface
org.apache.axis.Handler

Packages that use Handler
org.apache.axis   
org.apache.axis.client   
org.apache.axis.deployment   
org.apache.axis.deployment.v2dd   
org.apache.axis.deployment.wsdd   
org.apache.axis.deployment.wsdd.providers   
org.apache.axis.deployment.wsml   
org.apache.axis.handlers   
org.apache.axis.handlers.http   
org.apache.axis.handlers.soap   
org.apache.axis.providers   
org.apache.axis.providers.java   
org.apache.axis.resolver   
org.apache.axis.server   
org.apache.axis.strategies   
org.apache.axis.transport.http   
org.apache.axis.transport.local   
 

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[] Chain.getHandlers()
          Get the list of handlers in the chain - is Handler[] the right form?
 Handler[] SimpleChain.getHandlers()
           
 Handler AxisEngine.getHandler(java.lang.String name)
          (should throw more specific exceptions)
 Handler AxisEngine.getService(java.lang.String name)
          (should throw more specific exceptions)
 Handler AxisEngine.getTransport(java.lang.String name)
           
 Handler AxisEngine.getGlobalRequest()
           
 Handler AxisEngine.getGlobalResponse()
           
 Handler MessageContext.getServiceHandler()
           
 Handler TargetedChain.getRequestHandler()
          Returns the Request handler
 Handler TargetedChain.getPivotHandler()
          Returns the Pivot Handler
 Handler TargetedChain.getResponseHandler()
          Returns the Response Handler
 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 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 SimpleChain.addHandler(Handler handler)
           
 boolean SimpleChain.contains(Handler handler)
           
 void HandlerIterationStrategy.visit(Handler handler, MessageContext msgContext)
           
 void AxisEngine.deployHandler(java.lang.String key, Handler handler)
          Deploy a Handler into our handler registry
 void MessageContext.setServiceHandler(Handler sh)
           
 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 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.getHandler(QName qname)
          retrieve an instance of the named handler
abstract  Handler DeploymentRegistry.getService(QName qname)
          retrieve an instance of the named handler
abstract  Handler DeploymentRegistry.getTransport(QName qname)
          retrieve an instance of the named transport
 Handler SimpleDeploymentManager.getHandler(QName qname)
          Return an instance of the deployed item
 Handler SimpleDeploymentManager.getService(QName qname)
          Return an instance of the deployed service
 Handler SimpleDeploymentManager.getTransport(QName qname)
          Return an instance of the deployed transport
 Handler DeployableItem.getInstance(DeploymentRegistry registry)
          Obtain an instance of this item.
 

Uses of Handler in org.apache.axis.deployment.v2dd
 

Methods in org.apache.axis.deployment.v2dd that return Handler
 Handler V2DDDeployableItem.getInstance(DeploymentRegistry registry)
           
 

Uses of Handler in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return Handler
 Handler WSDDDeployableItem.getInstance(DeploymentRegistry registry)
           
protected  Handler WSDDDeployableItem.makeNewInstance(DeploymentRegistry registry)
          Creates a new instance of this deployable.
 Handler WSDDChain.makeNewInstance(DeploymentRegistry registry)
          Creates a new instance of this Chain
 Handler WSDDTargetedChain.makeNewInstance(DeploymentRegistry registry)
           
 Handler WSDDService.makeNewInstance(DeploymentRegistry registry)
           
 Handler WSDDGlobalConfiguration.makeNewInstance(DeploymentRegistry registry)
           
static Handler WSDDProvider.getInstance(QName providerType, WSDDService service, DeploymentRegistry registry)
           
abstract  Handler WSDDProvider.newProviderInstance(WSDDService service, DeploymentRegistry registry)
           
 

Uses of Handler in org.apache.axis.deployment.wsdd.providers
 

Methods in org.apache.axis.deployment.wsdd.providers that return Handler
 Handler WSDDJavaMsgProvider.newProviderInstance(WSDDService service, DeploymentRegistry registry)
           
 Handler WSDDJavaEJBProvider.newProviderInstance(WSDDService service, DeploymentRegistry registry)
           
 Handler WSDDComProvider.newProviderInstance(WSDDService service, DeploymentRegistry registry)
           
 Handler WSDDBsfProvider.newProviderInstance(WSDDService service, DeploymentRegistry registry)
           
 Handler WSDDJavaRPCProvider.newProviderInstance(WSDDService service, DeploymentRegistry registry)
           
 Handler WSDDHandlerProvider.newProviderInstance(WSDDService service, DeploymentRegistry registry)
           
 

Uses of Handler in org.apache.axis.deployment.wsml
 

Methods in org.apache.axis.deployment.wsml that return Handler
 Handler WSMLDeployableItem.getInstance(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 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.
 

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.resolver
 

Methods in org.apache.axis.resolver that return Handler
 Handler Resolver.resolve(ResolverContext context)
          Resolves a handler instance
 Handler AxisResolver.resolve(ResolverContext context)
          Resolve a handler by looping through the list of registered resolvers.
 Handler ConfigurationResolver.resolve(ResolverContext context)
           
 

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 WSDLGenStrategy.visit(Handler handler, MessageContext msgContext)
           
 void InvocationStrategy.visit(Handler handler, MessageContext msgContext)
           
 

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.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.