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 classRequestBlockingHandler - 
Uses of AbstractHandler in org.apache.axis2.dispatchers
Subclasses of AbstractHandler in org.apache.axis2.dispatchers 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 AbstractHandler in org.apache.axis2.engine
Subclasses of AbstractHandler in org.apache.axis2.engine Modifier and Type Class Description classAbstractDispatcherThis 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 classAbstractTemplatedHandlerThis 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 classAddressingInFaultHandlerThis class is used to extract WS-Addressing Spec defined Faults and FaultDetail and convert them into understandable AxisFault objects.classAddressingInHandlerclassAddressingOutHandlerclassAddressingValidationHandler - 
Uses of AbstractHandler in org.apache.axis2.handlers.soapmonitor
Subclasses of AbstractHandler in org.apache.axis2.handlers.soapmonitor Modifier and Type Class Description classSOAPMonitorHandler - 
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 classDispatchOperationHandler - 
Uses of AbstractHandler in org.apache.axis2.jaxws.dispatchers
Subclasses of AbstractHandler in org.apache.axis2.jaxws.dispatchers 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 AbstractHandler in org.apache.axis2.json.gson
Subclasses of AbstractHandler in org.apache.axis2.json.gson Modifier and Type Class Description classJSONMessageHandler - 
Uses of AbstractHandler in org.apache.axis2.json.moshi
Subclasses of AbstractHandler in org.apache.axis2.json.moshi Modifier and Type Class Description classJSONMessageHandler - 
Uses of AbstractHandler in org.apache.axis2.mtompolicy
Subclasses of AbstractHandler in org.apache.axis2.mtompolicy 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 AbstractHandler in org.apache.axis2.saaj.util
Subclasses of AbstractHandler in org.apache.axis2.saaj.util Modifier and Type Class Description classUnderstandAllHeadersHandlerMarks 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 classAbstractTransportSender - 
Uses of AbstractHandler in org.apache.axis2.transport.http
Subclasses of AbstractHandler in org.apache.axis2.transport.http Modifier and Type Class Description classAbstractHTTPTransportSenderBase 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 classHTTPClient4TransportSenderThe 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 classJavaTransportSender - 
Uses of AbstractHandler in org.apache.axis2.transport.jms
Subclasses of AbstractHandler in org.apache.axis2.transport.jms Modifier and Type Class Description classJMSSenderThe 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 classLocalResponderLocalResponderclassLocalTransportSender - 
Uses of AbstractHandler in org.apache.axis2.transport.mail
Subclasses of AbstractHandler in org.apache.axis2.transport.mail 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 AbstractHandler in org.apache.axis2.transport.tcp
Subclasses of AbstractHandler in org.apache.axis2.transport.tcp Modifier and Type Class Description classTCPTransportSender - 
Uses of AbstractHandler in org.apache.axis2.transport.udp
Subclasses of AbstractHandler in org.apache.axis2.transport.udp Modifier and Type Class Description classUDPSenderTransport 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 classXMPPSender 
 -