Uses of Interface
org.apache.axis2.engine.Handler
Packages that use Handler
Package
Description
-
Uses of Handler in org.apache.axis2.clustering
Classes in org.apache.axis2.clustering that implement Handler -
Uses of Handler in org.apache.axis2.context
Methods in org.apache.axis2.context that return types with arguments of type HandlerModifier and TypeMethodDescriptionMessageContext.getExecutedPhases()Get an iterator over the executed phase list.MessageContext.getExecutionChain()Methods in org.apache.axis2.context with parameters of type HandlerModifier and TypeMethodDescriptionvoidMessageContext.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 HandlerModifier and TypeMethodDescriptionvoidMessageContext.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 HandlerModifier and TypeMethodDescriptionstatic 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 HandlerMethods in org.apache.axis2.description that return types with arguments of type HandlerMethods in org.apache.axis2.description with parameters of type HandlerModifier and TypeMethodDescriptionvoidHandlerDescription.setHandler(Handler handler) Explicitly set the Handler objectMethod parameters in org.apache.axis2.description with type arguments of type HandlerModifier and TypeMethodDescriptionvoidAxisMessage.setMessageFlow(ArrayList<Handler> operationFlow) -
Uses of Handler in org.apache.axis2.dispatchers
Classes in org.apache.axis2.dispatchers that implement HandlerModifier and TypeClassDescriptionclassclassclassclassDispatcher based on the WS-Addressing properties.classDispatches the operation based on the information from the target endpoint URL.classDispatches based on JSON requests by using the first name of the message.classclassclassDispatches the service based on the information from the target endpoint URL.classDispatches the operation based on the information from the target endpoint URL.classclassDispatches the operation based on the information from the target endpoint URL.classDispatches based on the SOAPAction.classDispatches based on the namespace URI of the first child of the body.classclass -
Uses of Handler in org.apache.axis2.engine
Classes in org.apache.axis2.engine that implement HandlerModifier and TypeClassDescriptionclassThis the base class for all dispatchers.classclassA Phase is an ordered collection of Handlers.Methods in org.apache.axis2.engine that return types with arguments of type HandlerMethods in org.apache.axis2.engine with parameters of type HandlerModifier and TypeMethodDescriptionvoidPhase.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 HandlerModifier and TypeClassDescriptionclassClass AbstractHandlerclassThis 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.kernelModifier and TypeInterfaceDescriptioninterfaceTransportSender 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 HandlerModifier and TypeMethodDescriptionstatic voidUtils.addHandler(Flow flow, Handler handler, String phaseName)