|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuicc.scws.ScwsExtensionService
public class ScwsExtensionService
Class implementing the ScwsExtension interface.
This class can be extended by other classes in order to define SCWS extensions.
| Constructor Summary | |
|---|---|
ScwsExtensionService()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScwsExtensionService()
| Method Detail |
|---|
public void doDelete(HttpRequest request,
HttpResponse response)
throws ScwsException
ScwsExtension
doDelete in interface ScwsExtensionrequest - response -
ScwsException
public void doGet(HttpRequest request,
HttpResponse response)
throws ScwsException
ScwsExtension
doGet in interface ScwsExtensionrequest - response -
ScwsException
public void doHead(HttpRequest request,
HttpResponse response)
throws ScwsException
ScwsExtension
doHead in interface ScwsExtensionrequest - response -
ScwsException
public void doOptions(HttpRequest request,
HttpResponse response)
throws ScwsException
ScwsExtension
doOptions in interface ScwsExtensionrequest - response -
ScwsException
public void doPost(HttpRequest request,
HttpResponse response)
throws ScwsException
ScwsExtension
doPost in interface ScwsExtensionrequest - response -
ScwsException
public void doPut(HttpRequest request,
HttpResponse response)
throws ScwsException
ScwsExtension
doPut in interface ScwsExtensionrequest - response -
ScwsException
public void doTrace(HttpRequest request,
HttpResponse response)
throws ScwsException
ScwsExtension
doTrace in interface ScwsExtensionrequest - response -
ScwsException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||