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.handlers.addressing
Classes in org.apache.axis2.handlers.addressing that implement Handler Modifier and Type Class Description classAddressingInFaultHandlerThis class is used to extract WS-Addressing Spec defined Faults and FaultDetail and convert them into understandable AxisFault objects.classAddressingInHandlerclassAddressingOutHandlerclassAddressingValidationHandler -
Uses of Handler in org.apache.axis2.handlers.soapmonitor
Classes in org.apache.axis2.handlers.soapmonitor that implement Handler Modifier and Type Class Description classSOAPMonitorHandler -
Uses of Handler in org.apache.axis2.jaxws.client.dispatch
Classes in org.apache.axis2.jaxws.client.dispatch that implement Handler Modifier and Type Class Description classDispatchOperationHandler -
Uses of Handler in org.apache.axis2.jaxws.dispatchers
Classes in org.apache.axis2.jaxws.dispatchers that implement Handler Modifier and Type Class Description classGenericProviderDispatcherThis dispatcher will look for a specific operation on the AxisService and return it if found.classMustUnderstandCheckerPlugin to remove "understood" headers for the JAXWS related headers.classMustUnderstandValidationDispatcherDo JAXWS MustUnderstand header processing per the JAXWS 2.0 specification. -
Uses of Handler in org.apache.axis2.json.gson
Classes in org.apache.axis2.json.gson that implement Handler Modifier and Type Class Description classJSONMessageHandler -
Uses of Handler in org.apache.axis2.json.moshi
Classes in org.apache.axis2.json.moshi that implement Handler Modifier and Type Class Description classJSONMessageHandler -
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.mtompolicy
Classes in org.apache.axis2.mtompolicy that implement Handler Modifier and Type Class Description classMTOMInHandlerThis class does a MTOM validation of the message.classMTOMOutHandlerThis out handler does a check of the effective policy set. -
Uses of Handler in org.apache.axis2.saaj.util
Classes in org.apache.axis2.saaj.util that implement Handler Modifier and Type Class Description classUnderstandAllHeadersHandlerMarks all SOAP headers as processed. -
Uses of Handler in org.apache.axis2.transport.base
Classes in org.apache.axis2.transport.base that implement Handler Modifier and Type Class Description classAbstractTransportSender -
Uses of Handler in org.apache.axis2.transport.http
Subinterfaces of Handler in org.apache.axis2.transport.http Modifier and Type Interface Description interfaceHTTPTransportSenderClasses in org.apache.axis2.transport.http that implement Handler Modifier and Type Class Description classAbstractHTTPTransportSenderBase class for Apache HttpClient (3.1 or 4.x) based transport senders. -
Uses of Handler in org.apache.axis2.transport.http.impl.httpclient4
Classes in org.apache.axis2.transport.http.impl.httpclient4 that implement Handler Modifier and Type Class Description classHTTPClient4TransportSenderThe Class HTTPClient4TransportSender use HC HTTPClient 4.X. -
Uses of Handler in org.apache.axis2.transport.java
Classes in org.apache.axis2.transport.java that implement Handler Modifier and Type Class Description classJavaTransportSender -
Uses of Handler in org.apache.axis2.transport.jms
Classes in org.apache.axis2.transport.jms that implement Handler Modifier and Type Class Description classJMSSenderThe TransportSender for JMS -
Uses of Handler in org.apache.axis2.transport.local
Classes in org.apache.axis2.transport.local that implement Handler Modifier and Type Class Description classLocalResponderLocalResponderclassLocalTransportSender -
Uses of Handler in org.apache.axis2.transport.mail
Classes in org.apache.axis2.transport.mail that implement Handler Modifier and Type Class Description classMailTransportSenderThe mail transport sender sends mail using an SMTP server configuration defined in the axis2.xml's transport sender definition -
Uses of Handler in org.apache.axis2.transport.tcp
Classes in org.apache.axis2.transport.tcp that implement Handler Modifier and Type Class Description classTCPTransportSender -
Uses of Handler in org.apache.axis2.transport.udp
Classes in org.apache.axis2.transport.udp that implement Handler Modifier and Type Class Description classUDPSenderTransport sender for the UDP protocol. -
Uses of Handler in org.apache.axis2.transport.xmpp
Classes in org.apache.axis2.transport.xmpp that implement Handler Modifier and Type Class Description classXMPPSender -
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)
-