|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ScwsExtension
Interface which specifies all methods used to pass information included in a HTTP request to the registered application.
| Method Summary | |
|---|---|
void |
doDelete(HttpRequest request,
HttpResponse response)
Invoked if a HTTP request in DELETE mode has been received by the SCWS for the associated application. |
void |
doGet(HttpRequest request,
HttpResponse response)
Invoked if a HTTP request in GET mode has been received by the SCWS for the associated application. |
void |
doHead(HttpRequest request,
HttpResponse response)
Invoked if a HTTP request in HEAD mode has been received by the SCWS for the associated application. |
void |
doOptions(HttpRequest request,
HttpResponse response)
Invoked if a HTTP request in OPTIONS mode has been received by the SCWS for the associated application. |
void |
doPost(HttpRequest request,
HttpResponse response)
Invoked if a HTTP request in POST mode has been received by the SCWS for the associated application. |
void |
doPut(HttpRequest request,
HttpResponse response)
Invoked if a HTTP request in PUT mode has been received by the SCWS for the associated application. |
void |
doTrace(HttpRequest request,
HttpResponse response)
Invoked if a HTTP request in TRACE mode has been received by the SCWS for the associated application. |
| Method Detail |
|---|
void doGet(HttpRequest request,
HttpResponse response)
throws ScwsException
request - the object containing the HTTP requestresponse - the object to prepare the response in
ScwsException
void doPost(HttpRequest request,
HttpResponse response)
throws ScwsException
request - the object containing the HTTP requestresponse - the object to prepare the response in
ScwsException
void doHead(HttpRequest request,
HttpResponse response)
throws ScwsException
request - the object containing the HTTP requestresponse - the object to prepare the response in
ScwsException
void doPut(HttpRequest request,
HttpResponse response)
throws ScwsException
request - the object containing the HTTP requestresponse - the object to prepare the response in
ScwsException
void doDelete(HttpRequest request,
HttpResponse response)
throws ScwsException
request - the object containing the HTTP requestresponse - the object to prepare the response in
ScwsException
void doOptions(HttpRequest request,
HttpResponse response)
throws ScwsException
request - the object containing the HTTP requestresponse - the object to prepare the response in
ScwsException
void doTrace(HttpRequest request,
HttpResponse response)
throws ScwsException
request - the object containing the HTTP requestresponse - the object to prepare the response in
ScwsException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||