Uses of Class
org.apache.axis2.handlers.AbstractHandler
-
-
Uses of AbstractHandler in org.apache.axis2.clustering
Subclasses of AbstractHandler in org.apache.axis2.clustering Modifier and Type Class Description class
RequestBlockingHandler
-
Uses of AbstractHandler in org.apache.axis2.dispatchers
Subclasses of AbstractHandler in org.apache.axis2.dispatchers 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 AbstractHandler in org.apache.axis2.engine
Subclasses of AbstractHandler in org.apache.axis2.engine Modifier and Type Class Description class
AbstractDispatcher
This the base class for all dispatchers. -
Uses of AbstractHandler in org.apache.axis2.handlers
Subclasses of AbstractHandler in org.apache.axis2.handlers Modifier and Type Class Description 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 AbstractHandler in org.apache.axis2.handlers.addressing
Subclasses of AbstractHandler in org.apache.axis2.handlers.addressing 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 AbstractHandler in org.apache.axis2.handlers.soapmonitor
Subclasses of AbstractHandler in org.apache.axis2.handlers.soapmonitor Modifier and Type Class Description class
SOAPMonitorHandler
-
Uses of AbstractHandler in org.apache.axis2.jaxws.client.dispatch
Subclasses of AbstractHandler in org.apache.axis2.jaxws.client.dispatch Modifier and Type Class Description class
DispatchOperationHandler
-
Uses of AbstractHandler in org.apache.axis2.jaxws.dispatchers
Subclasses of AbstractHandler in org.apache.axis2.jaxws.dispatchers 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 AbstractHandler in org.apache.axis2.json.gson
Subclasses of AbstractHandler in org.apache.axis2.json.gson Modifier and Type Class Description class
JSONMessageHandler
-
Uses of AbstractHandler in org.apache.axis2.json.moshi
Subclasses of AbstractHandler in org.apache.axis2.json.moshi Modifier and Type Class Description class
JSONMessageHandler
-
Uses of AbstractHandler in org.apache.axis2.mtompolicy
Subclasses of AbstractHandler in org.apache.axis2.mtompolicy 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 AbstractHandler in org.apache.axis2.saaj.util
Subclasses of AbstractHandler in org.apache.axis2.saaj.util Modifier and Type Class Description class
UnderstandAllHeadersHandler
Marks all SOAP headers as processed. -
Uses of AbstractHandler in org.apache.axis2.transport.base
Subclasses of AbstractHandler in org.apache.axis2.transport.base Modifier and Type Class Description class
AbstractTransportSender
-
Uses of AbstractHandler in org.apache.axis2.transport.http
Subclasses of AbstractHandler in org.apache.axis2.transport.http Modifier and Type Class Description class
AbstractHTTPTransportSender
Base class for Apache HttpClient (3.1 or 4.x) based transport senders. -
Uses of AbstractHandler in org.apache.axis2.transport.http.impl.httpclient4
Subclasses of AbstractHandler in org.apache.axis2.transport.http.impl.httpclient4 Modifier and Type Class Description class
HTTPClient4TransportSender
The Class HTTPClient4TransportSender use HC HTTPClient 4.X. -
Uses of AbstractHandler in org.apache.axis2.transport.java
Subclasses of AbstractHandler in org.apache.axis2.transport.java Modifier and Type Class Description class
JavaTransportSender
-
Uses of AbstractHandler in org.apache.axis2.transport.jms
Subclasses of AbstractHandler in org.apache.axis2.transport.jms Modifier and Type Class Description class
JMSSender
The TransportSender for JMS -
Uses of AbstractHandler in org.apache.axis2.transport.local
Subclasses of AbstractHandler in org.apache.axis2.transport.local Modifier and Type Class Description class
LocalResponder
LocalResponderclass
LocalTransportSender
-
Uses of AbstractHandler in org.apache.axis2.transport.mail
Subclasses of AbstractHandler in org.apache.axis2.transport.mail 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 AbstractHandler in org.apache.axis2.transport.tcp
Subclasses of AbstractHandler in org.apache.axis2.transport.tcp Modifier and Type Class Description class
TCPTransportSender
-
Uses of AbstractHandler in org.apache.axis2.transport.udp
Subclasses of AbstractHandler in org.apache.axis2.transport.udp Modifier and Type Class Description class
UDPSender
Transport sender for the UDP protocol. -
Uses of AbstractHandler in org.apache.axis2.transport.xmpp
Subclasses of AbstractHandler in org.apache.axis2.transport.xmpp Modifier and Type Class Description class
XMPPSender
-