public interface HttpGetRequestProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.apache.axis2.context.ConfigurationContext cfgCtx,
SourceHandler handler)
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,
boolean isRestDispatching)
Process the HTTP GET request.
|
void init(org.apache.axis2.context.ConfigurationContext cfgCtx,
SourceHandler handler)
throws org.apache.axis2.AxisFault
cfgCtx - servers configuration contexthandler - 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,
boolean isRestDispatching)
request - The HttpRequestresponse - The HttpResponsemsgContext - The MessageContextconn - The NHttpServerConnectionisRestDispatching - Rest dispatchingCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.