Uses of Class
org.apache.axis2.engine.Handler.InvocationResponse
-
-
Uses of Handler.InvocationResponse in org.apache.axis2.clustering
Methods in org.apache.axis2.clustering that return Handler.InvocationResponse Modifier and Type Method Description 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 Modifier and Type Method Description Handler.InvocationResponse
AbstractOperationDispatcher. invoke(MessageContext msgctx)
Handler.InvocationResponse
AbstractServiceDispatcher. invoke(MessageContext msgctx)
Handler.InvocationResponse
AddressingBasedDispatcher. invoke(MessageContext msgctx)
-
Uses of Handler.InvocationResponse in org.apache.axis2.engine
Fields in org.apache.axis2.engine declared as Handler.InvocationResponse Modifier and Type Field Description 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 Modifier and Type Method Description Handler.InvocationResponse
AbstractDispatcher. invoke(MessageContext msgctx)
Handler.InvocationResponse
Handler. invoke(MessageContext msgContext)
This method will be called on each registered handler when a message needs to be processed.Handler.InvocationResponse
Phase. invoke(MessageContext msgctx)
Invoke all the handlers in this Phasestatic 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 receiverstatic 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 Modifier and Type Method Description 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 -
Uses of Handler.InvocationResponse in org.apache.axis2.handlers.addressing
Methods in org.apache.axis2.handlers.addressing that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
AddressingInHandler. doInvoke(MessageContext msgContext)
Handler.InvocationResponse
AddressingOutHandler. doInvoke(MessageContext msgContext)
Handler.InvocationResponse
AddressingInFaultHandler. invoke(MessageContext msgContext)
Handler.InvocationResponse
AddressingValidationHandler. invoke(MessageContext msgContext)
-
Uses of Handler.InvocationResponse in org.apache.axis2.handlers.soapmonitor
Methods in org.apache.axis2.handlers.soapmonitor that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
SOAPMonitorHandler. invoke(MessageContext messageContext)
Process and SOAP message -
Uses of Handler.InvocationResponse in org.apache.axis2.jaxws.client.dispatch
Methods in org.apache.axis2.jaxws.client.dispatch that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
DispatchOperationHandler. invoke(MessageContext msgContext)
-
Uses of Handler.InvocationResponse in org.apache.axis2.jaxws.dispatchers
Methods in org.apache.axis2.jaxws.dispatchers that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
MustUnderstandChecker. doInvoke(MessageContext msgContext)
Handler.InvocationResponse
MustUnderstandValidationDispatcher. invoke(MessageContext msgctx)
-
Uses of Handler.InvocationResponse in org.apache.axis2.json.gson
Methods in org.apache.axis2.json.gson that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
JSONMessageHandler. invoke(MessageContext msgContext)
This method will be called on each registered handler when a message needs to be processed. -
Uses of Handler.InvocationResponse in org.apache.axis2.json.moshi
Methods in org.apache.axis2.json.moshi that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
JSONMessageHandler. invoke(MessageContext msgContext)
This method will be called on each registered handler when a message needs to be processed. -
Uses of Handler.InvocationResponse in org.apache.axis2.mtompolicy
Methods in org.apache.axis2.mtompolicy that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
MTOMInHandler. invoke(MessageContext msgCtx)
Checks if the message should be MTOMised.Handler.InvocationResponse
MTOMOutHandler. invoke(MessageContext msgCtx)
Checks the effective policy set and based on it theenableMTOM
is set to the appropriate value. E.g. if the policy states that MTOM isoptional
then theenableMTOM
is set to this value. -
Uses of Handler.InvocationResponse in org.apache.axis2.saaj.util
Methods in org.apache.axis2.saaj.util that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
UnderstandAllHeadersHandler. invoke(MessageContext msgContext)
-
Uses of Handler.InvocationResponse in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
AbstractTransportSender. invoke(MessageContext msgContext)
-
Uses of Handler.InvocationResponse in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
AbstractHTTPTransportSender. invoke(MessageContext msgContext)
static Handler.InvocationResponse
HTTPTransportUtils. processHTTPPostRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType, String soapActionHeader, String requestURI)
static Handler.InvocationResponse
HTTPTransportUtils. processHTTPPostRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType, Builder builder, String soapActionHeader, 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 Modifier and Type Method Description static Handler.InvocationResponse
RESTUtil. processURLRequest(MessageContext msgContext, OutputStream out, String contentType)
static Handler.InvocationResponse
RESTUtil. processURLRequest(MessageContext msgContext, OutputStream out, String contentType, Builder builder)
static Handler.InvocationResponse
RESTUtil. processXMLRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType)
static Handler.InvocationResponse
RESTUtil. processXMLRequest(MessageContext msgContext, InputStream in, OutputStream out, String contentType, Builder builder)
-
Uses of Handler.InvocationResponse in org.apache.axis2.transport.java
Methods in org.apache.axis2.transport.java that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
JavaTransportSender. invoke(MessageContext msgContext)
-
Uses of Handler.InvocationResponse in org.apache.axis2.transport.local
Methods in org.apache.axis2.transport.local that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
LocalResponder. invoke(MessageContext msgContext)
Method invokeHandler.InvocationResponse
LocalTransportSender. invoke(MessageContext msgContext)
Method invoke -
Uses of Handler.InvocationResponse in org.apache.axis2.transport.xmpp
Methods in org.apache.axis2.transport.xmpp that return Handler.InvocationResponse Modifier and Type Method Description Handler.InvocationResponse
XMPPSender. invoke(MessageContext msgContext)
-