Uses of Class
org.apache.axis2.engine.Handler.InvocationResponse

Packages that use Handler.InvocationResponse
org.apache.axis2.engine   
org.apache.axis2.handlers.addressing   
org.apache.axis2.handlers.soapmonitor   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.jms   
 

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)
          Invoke is called to do the actual work of the Handler object.
 Handler.InvocationResponse AddressingBasedDispatcher.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.
 Handler.InvocationResponse AxisEngine.invoke(MessageContext msgContext)
          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.resume(MessageContext msgctx)
          Resume processing of a message.
 Handler.InvocationResponse AbstractDispatcher.invoke(MessageContext msgctx)
           
 

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.handlers.addressing
 

Methods in org.apache.axis2.handlers.addressing that return Handler.InvocationResponse
 Handler.InvocationResponse AddressingOutHandler.invoke(MessageContext msgContext)
           
 Handler.InvocationResponse AddressingWSDLValidationHandler.invoke(MessageContext msgContext)
           
 Handler.InvocationResponse AddressingInHandler.invoke(MessageContext msgContext)
           
 

Uses of Handler.InvocationResponse in org.apache.axis2.handlers.soapmonitor
 

Methods in org.apache.axis2.handlers.soapmonitor that return Handler.InvocationResponse
 Handler.InvocationResponse SOAPMonitorHandler.invoke(MessageContext messageContext)
          Process and SOAP message
 

Uses of Handler.InvocationResponse in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport that return Handler.InvocationResponse
 Handler.InvocationResponse AbstractTransportSender.invoke(MessageContext msgContext)
          Method invoke
 

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)
           
 

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