|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
the interface describes the administration of requests that are in progress by the WFS/WCS/WMS/CS (Dispatcher)
------------------------------------------------------------------------
Method Summary | |
void |
addRequestPart(java.lang.Object obj)
Adds a part of the whole request to the controller. |
void |
addResponse(OGCWebServiceResponse response)
adds a response to the request controlled by this class or a part of it. |
OGCWebServiceRequest |
getRequest()
return the request handled by the class |
OGCWebServiceResponse |
getResponse()
creates a resonse object merging all independed responses that has been resulted from perfoming the request |
boolean |
requestFinished()
returns true if all operations of the request are performed |
Method Detail |
public void addRequestPart(java.lang.Object obj)
public OGCWebServiceRequest getRequest()
public boolean requestFinished()
public void addResponse(OGCWebServiceResponse response)
public OGCWebServiceResponse getResponse() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |