|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Handler in org.apache.axis2.context |
Methods in org.apache.axis2.context with parameters of type Handler | |
void |
MessageContext.addInboundExecutedPhase(Handler phase)
Add a Phase to the collection of executed phases for the inbound path. |
void |
MessageContext.addOutboundExecutedPhase(Handler phase)
Add a Phase to the collection of executed phases for the outbound path. |
Uses of Handler in org.apache.axis2.description |
Methods in org.apache.axis2.description that return Handler | |
Handler |
HandlerDescription.getHandler()
|
Methods in org.apache.axis2.description with parameters of type Handler | |
void |
HandlerDescription.setHandler(Handler handler)
|
Uses of Handler in org.apache.axis2.dispatchers |
Classes in org.apache.axis2.dispatchers that implement Handler | |
class |
AbstractOperationDispatcher
|
class |
AbstractServiceDispatcher
|
class |
ActionBasedOperationDispatcher
|
class |
RelatesToBasedOperationDispatcher
|
class |
RelatesToBasedServiceDispatcher
|
class |
RequestURIBasedOperationDispatcher
Dispatches the operation based on the information from the target endpoint URL. |
class |
RequestURIBasedServiceDispatcher
|
class |
SOAPMessageBodyBasedOperationDispatcher
|
class |
SOAPMessageBodyBasedServiceDispatcher
|
Uses of Handler in org.apache.axis2.engine |
Classes in org.apache.axis2.engine that implement Handler | |
class |
AbstractDispatcher
This the base class for all dispatchers. |
class |
AddressingBasedDispatcher
Dispatcher based on the WS-Addressing properties. |
class |
DispatchPhase
|
class |
HTTPLocationBasedDispatcher
Dispatches the operation based on the information from the target endpoint URL. |
class |
InstanceDispatcher
By the time the control comes to this handler, the dispatching must have happened so that the message context contains the AxisServiceGroup, AxisService and AxisOperation. |
class |
Phase
A Phase is an ordered collection of Handlers. |
class |
RequestURIBasedDispatcher
Dispatches the service based on the information from the target endpoint URL. |
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. |
Methods in org.apache.axis2.engine with parameters of type Handler | |
void |
Phase.addHandler(Handler handler)
Adds handler to the collection. |
void |
Phase.addHandler(Handler handler,
int index)
Method addHandler. |
void |
Phase.setPhaseFirst(Handler phaseFirst)
Method setPhaseFirst. |
void |
Phase.setPhaseLast(Handler phaseLast)
Method setPhaseLast. |
Uses of Handler in org.apache.axis2.handlers |
Classes in org.apache.axis2.handlers that implement Handler | |
class |
AbstractHandler
Class AbstractHandler |
Uses of Handler in org.apache.axis2.transport |
Subinterfaces of Handler in org.apache.axis2.transport | |
interface |
TransportSender
TransportSender sends the SOAP Message to other SOAP nodes. |
Uses of Handler in org.apache.axis2.transport.http |
Classes in org.apache.axis2.transport.http that implement Handler | |
class |
CommonsHTTPTransportSender
|
Uses of Handler in org.apache.axis2.transport.jms |
Classes in org.apache.axis2.transport.jms that implement Handler | |
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 | |
class |
LocalResponder
LocalResponder |
class |
LocalTransportSender
|
Uses of Handler in org.apache.axis2.transport.mail |
Classes in org.apache.axis2.transport.mail that implement Handler | |
class |
MailTransportSender
0. |
Uses of Handler in org.apache.axis2.transport.tcp |
Classes in org.apache.axis2.transport.tcp that implement Handler | |
class |
TCPTransportSender
|
Uses of Handler in org.apache.axis2.util |
Methods in org.apache.axis2.util with parameters of type Handler | |
static void |
Utils.addHandler(Flow flow,
Handler handler,
java.lang.String phaseName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |