|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.enterprise.WFSServlet.WFS
private inner class that represents the web feature service.
| Field Summary | |
private boolean |
finished
|
private java.lang.String |
request
|
private OGCWebService |
service
|
private HttpServletResponse |
servletResponse
|
| Constructor Summary | |
(package private) |
WFSServlet.WFS(HttpServletRequest servletRequest,
HttpServletResponse servletResponse)
constructor |
| Method Summary | |
private java.lang.String |
getPostContent(HttpServletRequest request)
returns the content of the http post request without its header |
protected void |
perform()
performs the request by calling the doService method of a WFSService instance. |
private boolean |
waitForFinish(int minute)
the method stops the processing for the submitted amount of minutes. |
void |
write(java.lang.Object result)
The method implements the OGCWebServiceClient interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private HttpServletResponse servletResponse
private java.lang.String request
private OGCWebService service
private boolean finished
| Constructor Detail |
WFSServlet.WFS(HttpServletRequest servletRequest,
HttpServletResponse servletResponse)
throws java.lang.Exception
| Method Detail |
private java.lang.String getPostContent(HttpServletRequest request)
throws java.lang.IllegalArgumentException,
java.io.IOException
java.lang.IllegalArgumentException
java.io.IOExceptionprotected void perform()
private boolean waitForFinish(int minute)
public void write(java.lang.Object result)
OGCWebServiceClientIt is hardly suggested that the submitted object shall be an instance of OGCWebServiceEvent. But it don't have to be.
write in interface OGCWebServiceClientresult -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||