Uses of Interface
org.apache.axis2.engine.Handler
-
-
Uses of Handler in org.apache.axis2.clustering
Classes in org.apache.axis2.clustering that implement Handler Modifier and Type Class Description classRequestBlockingHandler -
Uses of Handler in org.apache.axis2.context
Methods in org.apache.axis2.context that return types with arguments of type Handler Modifier and Type Method Description Iterator<Handler>MessageContext. getExecutedPhases()Get an iterator over the executed phase list.ArrayList<Handler>MessageContext. getExecutionChain()Methods in org.apache.axis2.context with parameters of type Handler Modifier and Type Method Description voidMessageContext. 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 Modifier and Type Method Description voidMessageContext. setExecutedPhasesExplicit(LinkedList<Handler> inb)voidMessageContext. setExecutionChain(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 Modifier and Type Method Description static ObjectActivateUtils. findHandler(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 Modifier and Type Method Description HandlerHandlerDescription. getHandler()Methods in org.apache.axis2.description that return types with arguments of type Handler Modifier and Type Method Description ArrayList<Handler>AxisMessage. getMessageFlow()Methods in org.apache.axis2.description with parameters of type Handler Modifier and Type Method Description voidHandlerDescription. setHandler(Handler handler)Explicitly set the Handler objectMethod parameters in org.apache.axis2.description with type arguments of type Handler Modifier and Type Method Description voidAxisMessage. setMessageFlow(ArrayList<Handler> operationFlow) -
Uses of Handler in org.apache.axis2.dispatchers
Classes in org.apache.axis2.dispatchers that implement Handler Modifier and Type Class Description classAbstractOperationDispatcherclassAbstractServiceDispatcherclassActionBasedOperationDispatcherclassAddressingBasedDispatcherDispatcher based on the WS-Addressing properties.classHTTPLocationBasedDispatcherDispatches the operation based on the information from the target endpoint URL.classRelatesToBasedOperationDispatcherclassRelatesToBasedServiceDispatcherclassRequestURIBasedDispatcherDispatches the service based on the information from the target endpoint URL.classRequestURIBasedOperationDispatcherDispatches the operation based on the information from the target endpoint URL.classRequestURIBasedServiceDispatcherclassRequestURIOperationDispatcherDispatches the operation based on the information from the target endpoint URL.classSOAPActionBasedDispatcherDispatches based on the SOAPAction.classSOAPMessageBodyBasedDispatcherDispatches based on the namespace URI of the first child of the body.classSOAPMessageBodyBasedOperationDispatcherclassSOAPMessageBodyBasedServiceDispatcher -
Uses of Handler in org.apache.axis2.engine
Classes in org.apache.axis2.engine that implement Handler Modifier and Type Class Description classAbstractDispatcherThis the base class for all dispatchers.classDispatchPhaseclassPhaseA Phase is an ordered collection of Handlers.Methods in org.apache.axis2.engine that return types with arguments of type Handler Modifier and Type Method Description List<Handler>Phase. getHandlers()Gets all the handlers in the phase.Methods in org.apache.axis2.engine with parameters of type Handler Modifier and Type Method Description voidPhase. addHandler(Handler handler)Add a handler to the Phase.voidPhase. addHandler(Handler handler, int index)Add a Handler at a particular index within the Phase.voidPhase. setPhaseFirst(Handler handler)Add a Handler to the Phase in the very first position, and ensure no other Handler will come before it.voidPhase. 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 Modifier and Type Class Description classAbstractHandlerClass AbstractHandlerclassAbstractTemplatedHandlerThis 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.kernel
Subinterfaces of Handler in org.apache.axis2.kernel Modifier and Type Interface Description interfaceTransportSenderTransportSender 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 Modifier and Type Method Description static voidUtils. addHandler(Flow flow, Handler handler, String phaseName)
-