Methods in org.deegree.enterprise.servlet that throw ServiceException |
ServiceDispatcher |
ServiceLookup.getHandler(java.lang.String serviceName,
java.lang.String requestIP)
|
WCService |
WCSHandler.getService()
|
SOService |
SOSHandler.getService()
|
void |
WPVSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
Performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it |
void |
WASSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WCSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WMSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
performs the passed OGCWebServiceRequest by accessing service from the pool and passing the request to it |
void |
CSWHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
|
void |
WCTSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
SOSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
WFSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpResponse)
Performs the given OGCWebServiceRequest on the WFService and sends the response to the given
HttpServletResponse object. |
void |
WPSHandler.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse httpServletResponse)
|
void |
ServiceDispatcher.perform(OGCWebServiceRequest request,
javax.servlet.http.HttpServletResponse response)
|