Uses of Class
org.apache.axis2.engine.Handler.InvocationResponse
Packages that use Handler.InvocationResponse
Package
Description
-
Uses of Handler.InvocationResponse in org.apache.axis2.clustering
Methods in org.apache.axis2.clustering that return Handler.InvocationResponse -
Uses of Handler.InvocationResponse in org.apache.axis2.dispatchers
Methods in org.apache.axis2.dispatchers that return Handler.InvocationResponseModifier and TypeMethodDescriptionAbstractOperationDispatcher.invoke(MessageContext msgctx) AbstractServiceDispatcher.invoke(MessageContext msgctx) AddressingBasedDispatcher.invoke(MessageContext msgctx) -
Uses of Handler.InvocationResponse in org.apache.axis2.engine
Fields in org.apache.axis2.engine declared as Handler.InvocationResponseModifier and TypeFieldDescriptionstatic final Handler.InvocationResponseHandler.InvocationResponse.ABORTstatic final Handler.InvocationResponseHandler.InvocationResponse.CONTINUEstatic final Handler.InvocationResponseHandler.InvocationResponse.SUSPENDMethods in org.apache.axis2.engine that return Handler.InvocationResponseModifier and TypeMethodDescriptionAbstractDispatcher.invoke(MessageContext msgctx) Handler.invoke(MessageContext msgContext) This method will be called on each registered handler when a message needs to be processed.Phase.invoke(MessageContext msgctx) Invoke all the handlers in this Phasestatic Handler.InvocationResponseAxisEngine.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.InvocationResponseAxisEngine.resume(MessageContext msgctx) Resume processing of a message.static Handler.InvocationResponseAxisEngine.resumeReceive(MessageContext msgContext) If the msgConetext is puased and try to invoke then first invoke the phase list and after the message receiverstatic Handler.InvocationResponseAxisEngine.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.InvocationResponseModifier and TypeMethodDescriptionabstract Handler.InvocationResponseAbstractTemplatedHandler.doInvoke(MessageContext msgCtx) This should implement the actual handler invocation logic.AbstractTemplatedHandler.invoke(MessageContext msgContext) Implements the separation of the conditional check and the actual logic