|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpGetRequestProcessor
This interface is used for plugging in different implementations for special processing of some HTTP GET requests.
e.g. ?wsdl, ?wsdl2 etc. If you need to handle a special HTTP GET request, you have to write an implementation of this interface.
| Method Summary | |
|---|---|
void |
init(ConfigurationContext cfgCtx,
ServerHandler serverHandler)
Initialize the HttpGetProcessor |
void |
process(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
MessageContext msgContext,
org.apache.http.nio.NHttpServerConnection conn,
OutputStream os,
boolean isRestDispatching)
Process the HTTP GET request. |
| Method Detail |
|---|
void init(ConfigurationContext cfgCtx,
ServerHandler serverHandler)
throws AxisFault
cfgCtx - servers configuration contextserverHandler - dispatching handler
AxisFault - if an error occurs
void process(org.apache.http.HttpRequest request,
org.apache.http.HttpResponse response,
MessageContext msgContext,
org.apache.http.nio.NHttpServerConnection conn,
OutputStream os,
boolean isRestDispatching)
request - The HttpRequestresponse - The HttpResponsemsgContext - The MessageContextconn - The NHttpServerConnectionos - The OutputStreamisRestDispatching - Rest dispatching
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||