|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Handler.InvocationResponse in org.apache.axis2.dispatchers |
Methods in org.apache.axis2.dispatchers that return Handler.InvocationResponse | |
Handler.InvocationResponse |
AbstractServiceDispatcher.invoke(MessageContext msgctx)
|
Handler.InvocationResponse |
AbstractOperationDispatcher.invoke(MessageContext msgctx)
|
Uses of Handler.InvocationResponse in org.apache.axis2.engine |
Fields in org.apache.axis2.engine declared as Handler.InvocationResponse | |
static Handler.InvocationResponse |
Handler.InvocationResponse.CONTINUE
|
static Handler.InvocationResponse |
Handler.InvocationResponse.SUSPEND
|
static Handler.InvocationResponse |
Handler.InvocationResponse.ABORT
|
Methods in org.apache.axis2.engine that return Handler.InvocationResponse | |
Handler.InvocationResponse |
Handler.invoke(MessageContext msgContext)
This method will be called on each registered handler when a message needs to be processed. |
Handler.InvocationResponse |
AddressingBasedDispatcher.invoke(MessageContext msgctx)
|
Handler.InvocationResponse |
AxisEngine.receive(MessageContext msgContext)
This methods represents the inflow of the Axis, this could be either at the server side or the client side. |
Handler.InvocationResponse |
AxisEngine.invoke(MessageContext msgContext,
boolean inbound,
boolean resuming)
Take the execution chain from the msgContext , and then take the current Index and invoke all the phases in the arraylist if the msgContext is pauesd then the execution will be breaked |
Handler.InvocationResponse |
AxisEngine.resumeReceive(MessageContext msgContext)
If the msgConetext is puased and try to invoke then first invoke the phase list and after the message receiver |
Handler.InvocationResponse |
AxisEngine.resumeSend(MessageContext msgContext)
To resume the invocation at the send path , this is neened since it is require to call TransportSender at the end |
Handler.InvocationResponse |
AxisEngine.receiveFault(MessageContext msgContext)
This is invoked when a SOAP Fault is received from a Other SOAP Node Receives a SOAP fault from another SOAP node. |
Handler.InvocationResponse |
AxisEngine.resume(MessageContext msgctx)
Resume processing of a message. |
Handler.InvocationResponse |
AbstractDispatcher.invoke(MessageContext msgctx)
|
Handler.InvocationResponse |
Phase.invoke(MessageContext msgctx)
invokes all the handlers in this Phase |
Handler.InvocationResponse |
InstanceDispatcher.invoke(MessageContext msgContext)
Post Condition : All the Contexts must be populated. |
Methods in org.apache.axis2.engine with parameters of type Handler.InvocationResponse | |
boolean |
Handler.InvocationResponse.equals(Handler.InvocationResponse instruction)
|
Uses of Handler.InvocationResponse in org.apache.axis2.transport.http |
Methods in org.apache.axis2.transport.http that return Handler.InvocationResponse | |
Handler.InvocationResponse |
CommonsHTTPTransportSender.invoke(MessageContext msgContext)
|
static Handler.InvocationResponse |
HTTPTransportUtils.processHTTPPostRequest(MessageContext msgContext,
java.io.InputStream in,
java.io.OutputStream out,
java.lang.String contentType,
java.lang.String soapActionHeader,
java.lang.String requestURI)
|
Uses of Handler.InvocationResponse in org.apache.axis2.transport.http.util |
Methods in org.apache.axis2.transport.http.util that return Handler.InvocationResponse | |
static Handler.InvocationResponse |
RESTUtil.processXMLRequest(MessageContext msgContext,
java.io.InputStream in,
java.io.OutputStream out,
java.lang.String contentType)
|
static Handler.InvocationResponse |
RESTUtil.processURLRequest(MessageContext msgContext,
java.io.OutputStream out,
java.lang.String contentType)
|
Uses of Handler.InvocationResponse in org.apache.axis2.transport.jms |
Methods in org.apache.axis2.transport.jms that return Handler.InvocationResponse | |
Handler.InvocationResponse |
JMSSender.invoke(MessageContext msgContext)
Performs the actual sending of the JMS message |
Uses of Handler.InvocationResponse in org.apache.axis2.transport.local |
Methods in org.apache.axis2.transport.local that return Handler.InvocationResponse | |
Handler.InvocationResponse |
LocalResponder.invoke(MessageContext msgContext)
Method invoke |
Handler.InvocationResponse |
LocalTransportSender.invoke(MessageContext msgContext)
Method invoke |
Uses of Handler.InvocationResponse in org.apache.axis2.transport.mail |
Methods in org.apache.axis2.transport.mail that return Handler.InvocationResponse | |
Handler.InvocationResponse |
MailTransportSender.invoke(MessageContext msgContext)
|
Uses of Handler.InvocationResponse in org.apache.axis2.transport.tcp |
Methods in org.apache.axis2.transport.tcp that return Handler.InvocationResponse | |
Handler.InvocationResponse |
TCPTransportSender.invoke(MessageContext msgContext)
Method invoke |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |