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 class
RequestBlockingHandler
-
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 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 Modifier and Type Method Description void
MessageContext. setExecutedPhasesExplicit(LinkedList<Handler> inb)
void
MessageContext. 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 Object
ActivateUtils. 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 Handler
HandlerDescription. 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 void
HandlerDescription. 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 void
AxisMessage. 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 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 Modifier and Type Class Description class
AbstractDispatcher
This the base class for all dispatchers.class
DispatchPhase
class
Phase
A 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 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 Modifier and Type Class Description class
AbstractHandler
Class AbstractHandlerclass
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.handlers.addressing
Classes in org.apache.axis2.handlers.addressing that implement Handler Modifier and Type Class Description class
AddressingInFaultHandler
This class is used to extract WS-Addressing Spec defined Faults and FaultDetail and convert them into understandable AxisFault objects.class
AddressingInHandler
class
AddressingOutHandler
class
AddressingValidationHandler
-
Uses of Handler in org.apache.axis2.handlers.soapmonitor
Classes in org.apache.axis2.handlers.soapmonitor that implement Handler Modifier and Type Class Description class
SOAPMonitorHandler
-
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 class
DispatchOperationHandler
-
Uses of Handler in org.apache.axis2.jaxws.dispatchers
Classes in org.apache.axis2.jaxws.dispatchers that implement Handler Modifier and Type Class Description class
GenericProviderDispatcher
This dispatcher will look for a specific operation on the AxisService and return it if found.class
MustUnderstandChecker
Plugin to remove "understood" headers for the JAXWS related headers.class
MustUnderstandValidationDispatcher
Do 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 class
JSONMessageHandler
-
Uses of Handler in org.apache.axis2.json.moshi
Classes in org.apache.axis2.json.moshi that implement Handler Modifier and Type Class Description class
JSONMessageHandler
-
Uses of Handler in org.apache.axis2.kernel
Subinterfaces of Handler in org.apache.axis2.kernel Modifier and Type Interface Description interface
TransportSender
TransportSender 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 class
MTOMInHandler
This class does a MTOM validation of the message.class
MTOMOutHandler
This 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 class
UnderstandAllHeadersHandler
Marks 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 class
AbstractTransportSender
-
Uses of Handler in org.apache.axis2.transport.http
Subinterfaces of Handler in org.apache.axis2.transport.http Modifier and Type Interface Description interface
HTTPTransportSender
Classes in org.apache.axis2.transport.http that implement Handler Modifier and Type Class Description class
AbstractHTTPTransportSender
Base 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 class
HTTPClient4TransportSender
The 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 class
JavaTransportSender
-
Uses of Handler in org.apache.axis2.transport.jms
Classes in org.apache.axis2.transport.jms that implement Handler Modifier and Type Class Description class
JMSSender
The 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 class
LocalResponder
LocalResponderclass
LocalTransportSender
-
Uses of Handler in org.apache.axis2.transport.mail
Classes in org.apache.axis2.transport.mail that implement Handler Modifier and Type Class Description class
MailTransportSender
The 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 class
TCPTransportSender
-
Uses of Handler in org.apache.axis2.transport.udp
Classes in org.apache.axis2.transport.udp that implement Handler Modifier and Type Class Description class
UDPSender
Transport 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 class
XMPPSender
-
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 void
Utils. addHandler(Flow flow, Handler handler, String phaseName)
-