|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Handler.InvocationResponse | |
|---|---|
| org.apache.axis2.clustering | |
| org.apache.axis2.dispatchers | |
| org.apache.axis2.engine | |
| org.apache.axis2.handlers | |
| Uses of Handler.InvocationResponse in org.apache.axis2.clustering |
|---|
| Methods in org.apache.axis2.clustering that return Handler.InvocationResponse | |
|---|---|
Handler.InvocationResponse |
RequestBlockingHandler.invoke(MessageContext msgContext)
|
| Uses of Handler.InvocationResponse in org.apache.axis2.dispatchers |
|---|
| Methods in org.apache.axis2.dispatchers that return Handler.InvocationResponse | |
|---|---|
Handler.InvocationResponse |
AddressingBasedDispatcher.invoke(MessageContext msgctx)
|
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.ABORT
|
static Handler.InvocationResponse |
Handler.InvocationResponse.CONTINUE
|
static Handler.InvocationResponse |
Handler.InvocationResponse.SUSPEND
|
| Methods in org.apache.axis2.engine that return Handler.InvocationResponse | |
|---|---|
Handler.InvocationResponse |
AbstractDispatcher.invoke(MessageContext msgctx)
|
Handler.InvocationResponse |
Phase.invoke(MessageContext msgctx)
Invoke all the handlers in this Phase |
Handler.InvocationResponse |
Handler.invoke(MessageContext msgContext)
This method will be called on each registered handler when a message needs to be processed. |
Handler.InvocationResponse |
InstanceDispatcher.invoke(MessageContext msgContext)
Deprecated. This doesn't do anything, as the functionality is now in DispatchPhase.checkPostConditions() The class remains for backwards compatibility of axis2.xml files, but it should go away after 1.3. |
static 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. |
static Handler.InvocationResponse |
AxisEngine.resume(MessageContext msgctx)
Resume processing of a message. |
static 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 |
static 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 |
| Uses of Handler.InvocationResponse in org.apache.axis2.handlers |
|---|
| Methods in org.apache.axis2.handlers that return Handler.InvocationResponse | |
|---|---|
abstract Handler.InvocationResponse |
AbstractTemplatedHandler.doInvoke(MessageContext msgCtx)
This should implement the actual handler invocation logic. |
Handler.InvocationResponse |
AbstractTemplatedHandler.invoke(MessageContext msgContext)
Implements the separation of the conditional check and the actual logic |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||