public interface HttpGetRequestProcessor
Modifier and Type | Method and Description |
---|---|
void |
init(org.apache.axis2.context.ConfigurationContext cfgCtx,
ServerHandler serverHandler)
Initialize the HttpGetProcessor
|
void |
process(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
org.apache.axis2.context.MessageContext msgContext,
org.apache.http.nio.NHttpServerConnection conn,
OutputStream os,
boolean isRestDispatching)
Process the HTTP GET request.
|
void init(org.apache.axis2.context.ConfigurationContext cfgCtx, ServerHandler serverHandler) throws org.apache.axis2.AxisFault
cfgCtx
- servers configuration contextserverHandler
- dispatching handlerorg.apache.axis2.AxisFault
- if an error occursvoid process(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.axis2.context.MessageContext msgContext, org.apache.http.nio.NHttpServerConnection conn, OutputStream os, boolean isRestDispatching)
request
- The HttpRequestresponse
- The HttpResponsemsgContext
- The MessageContextconn
- The NHttpServerConnectionos
- The OutputStreamisRestDispatching
- Rest dispatchingCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.