|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
org.deegree_impl.enterprise.AbstractOGCServlet
org.deegree_impl.enterprise.WCSServlet
--------------------------------------------------------
Nested Class Summary | |
private class |
WCSServlet.WCS
private inner class for performing the request against the WCService |
Nested classes inherited from class org.deegree_impl.enterprise.AbstractOGCServlet |
AbstractOGCServlet.Reloader |
Field Summary | |
protected java.lang.String |
capabilitiesFile
|
private CVDescriptor[] |
descriptors
|
private java.lang.Exception |
initException
|
private int |
initInstances
|
private int |
maxInstances
|
protected WCServicePool |
pool
|
protected java.net.URL |
url
|
Fields inherited from class org.deegree_impl.enterprise.AbstractOGCServlet |
capabilitiesURL, reloader |
Constructor Summary | |
WCSServlet()
|
Method Summary | |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
performs a http-post request |
void |
init(ServletConfig servletConfig)
init-method of the servlet. only once called |
private void |
initDescriptors()
initializes a descriptor object for each coverage layer defined at the WCS capabilities |
private void |
initPool()
initializes the WCService pool |
protected void |
initService()
Called when a reinitialization of the service is necessary, e.g. |
private java.util.HashMap |
toModel(HttpServletRequest request)
|
Methods inherited from class org.deegree_impl.enterprise.AbstractOGCServlet |
destroy, enableReloader, getParamMap, handleError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String capabilitiesFile
protected WCServicePool pool
private CVDescriptor[] descriptors
private int initInstances
private int maxInstances
private java.lang.Exception initException
protected java.net.URL url
Constructor Detail |
public WCSServlet()
Method Detail |
public void init(ServletConfig servletConfig) throws ServletException
init
in class AbstractOGCServlet
servletConfig
- servlet configuration
ServletException
- exceptionprotected void initService()
AbstractOGCServlet
initService
in class AbstractOGCServlet
private void initDescriptors() throws java.io.IOException, org.xml.sax.SAXException, InvalidAxisDefinitionException, java.lang.Exception
java.io.IOException
org.xml.sax.SAXException
InvalidAxisDefinitionException
java.lang.Exception
private void initPool()
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
private java.util.HashMap toModel(HttpServletRequest request)
request
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |