Uses of Interface
org.apache.axis2.engine.Handler

Packages that use Handler
org.apache.axis2.clustering   
org.apache.axis2.context   
org.apache.axis2.context.externalize   
org.apache.axis2.description   
org.apache.axis2.dispatchers   
org.apache.axis2.engine   
org.apache.axis2.handlers   
org.apache.axis2.transport   
org.apache.axis2.util   
 

Uses of Handler in org.apache.axis2.clustering
 

Classes in org.apache.axis2.clustering that implement Handler
 class RequestBlockingHandler
           
 

Uses of Handler in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return types with arguments of type Handler
 java.util.Iterator<Handler> MessageContext.getExecutedPhases()
          Get an iterator over the executed phase list.
 java.util.ArrayList<Handler> MessageContext.getExecutionChain()
           
 

Methods in org.apache.axis2.context with parameters of type Handler
 void MessageContext.addExecutedPhase(Handler phase)
          Add a Phase to the collection of executed phases for the path.
 

Method parameters in org.apache.axis2.context with type arguments of type Handler
 void MessageContext.setExecutedPhasesExplicit(java.util.LinkedList<Handler> inb)
           
 void MessageContext.setExecutionChain(java.util.ArrayList<Handler> executionChain)
          Set the execution chain of Handler in this MessageContext.
 

Uses of Handler in org.apache.axis2.context.externalize
 

Method parameters in org.apache.axis2.context.externalize with type arguments of type Handler
static java.lang.Object ActivateUtils.findHandler(java.util.List<Handler> existingHandlers, MetaDataEntry metaDataEntry)
          Find the Handler object that matches the criteria
 

Uses of Handler in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return Handler
 Handler HandlerDescription.getHandler()
           
 

Methods in org.apache.axis2.description that return types with arguments of type Handler
 java.util.ArrayList<Handler> AxisMessage.getMessageFlow()
           
 

Methods in org.apache.axis2.description with parameters of type Handler
 void HandlerDescription.setHandler(Handler handler)
          Explicitly set the Handler object
 

Method parameters in org.apache.axis2.description with type arguments of type Handler
 void AxisMessage.setMessageFlow(java.util.ArrayList<Handler> operationFlow)
           
 

Uses of Handler in org.apache.axis2.dispatchers
 

Classes in org.apache.axis2.dispatchers that implement Handler
 class AbstractOperationDispatcher
           
 class AbstractServiceDispatcher
           
 class ActionBasedOperationDispatcher
           
 class AddressingBasedDispatcher
          Dispatcher based on the WS-Addressing properties.
 class HTTPLocationBasedDispatcher
          Dispatches the operation based on the information from the target endpoint URL.
 class RelatesToBasedOperationDispatcher
           
 class RelatesToBasedServiceDispatcher
           
 class RequestURIBasedDispatcher
          Dispatches the service based on the information from the target endpoint URL.
 class RequestURIBasedOperationDispatcher
          Dispatches the operation based on the information from the target endpoint URL.
 class RequestURIBasedServiceDispatcher
           
 class RequestURIOperationDispatcher
          Dispatches the operation based on the information from the target endpoint URL.
 class SOAPActionBasedDispatcher
          Dispatches based on the SOAPAction.
 class SOAPMessageBodyBasedDispatcher
          Dispatches based on the namespace URI of the first child of the body.
 class SOAPMessageBodyBasedOperationDispatcher
           
 class SOAPMessageBodyBasedServiceDispatcher
           
 

Uses of Handler in org.apache.axis2.engine
 

Classes in org.apache.axis2.engine that implement Handler
 class AbstractDispatcher
          This the base class for all dispatchers.
 class DispatchPhase
           
 class InstanceDispatcher
          Deprecated. The functionality of this class has moved into the DispatchPhase postconditions
 class Phase
          A Phase is an ordered collection of Handlers.
 

Methods in org.apache.axis2.engine that return types with arguments of type Handler
 java.util.List<Handler> Phase.getHandlers()
          Gets all the handlers in the phase.
 

Methods in org.apache.axis2.engine with parameters of type Handler
 void Phase.addHandler(Handler handler)
          Add a handler to the Phase.
 void Phase.addHandler(Handler handler, int index)
          Add a Handler at a particular index within the Phase.
 void Phase.setPhaseFirst(Handler handler)
          Add a Handler to the Phase in the very first position, and ensure no other Handler will come before it.
 void Phase.setPhaseLast(Handler handler)
          Add a Handler to the Phase in the very last position, and ensure no other Handler will come after it.
 

Uses of Handler in org.apache.axis2.handlers
 

Classes in org.apache.axis2.handlers that implement Handler
 class AbstractHandler
          Class AbstractHandler
 class AbstractTemplatedHandler
          This abstract class differentiates the concern of the conditional check to see whether this particular message needs to be handled by the handler implementation and the actual invocation logic.
 

Uses of Handler in org.apache.axis2.transport
 

Subinterfaces of Handler in org.apache.axis2.transport
 interface TransportSender
          TransportSender sends the SOAP Message to other SOAP nodes.
 

Uses of Handler in org.apache.axis2.util
 

Methods in org.apache.axis2.util with parameters of type Handler
static void Utils.addHandler(Flow flow, Handler handler, java.lang.String phaseName)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.