|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.esri.gpt.framework.context.BaseServlet
com.esri.gpt.control.csw.inbound202.DiscoveryServlet
com.esri.gpt.control.csw.inbound202.SoapDiscoveryServlet
public class SoapDiscoveryServlet
Servlet end-point for CSW 2.0.2 discovery requests.
| Constructor Summary | |
|---|---|
SoapDiscoveryServlet()
|
|
| Method Summary | |
|---|---|
protected void |
execute(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
Executes a request. |
protected void |
executeCSW(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
Executes a CSW request. |
protected String |
handleException(Exception e)
Creation an ExceptionReport response when an exception is encountered. |
DiscoveryResponse |
parse(String cswRequest,
RequestContext requestContext)
Parses and incoming CSW request and handles the appropriate action. |
| Methods inherited from class com.esri.gpt.control.csw.inbound202.DiscoveryServlet |
|---|
readFullXml |
| Methods inherited from class com.esri.gpt.framework.context.BaseServlet |
|---|
authenticate, doGet, doPost, getCredentials, getLogger, getParameterValue, getRealm, readInputCharacters, writeCharacterResponse, writeHtmlResponse, writeXmlResponse |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapDiscoveryServlet()
| Method Detail |
|---|
protected void execute(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
throws Exception
execute in class DiscoveryServletrequest - the servlet requestresponse - the servlet responsecontext - the request context
Exception - if an exception occurs
protected void executeCSW(HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
throws Exception
executeCSW in class DiscoveryServletrequest - the servlet requestresponse - the servlet responsecontext - the request context
Exception - if an exception occurs
public DiscoveryResponse parse(String cswRequest,
RequestContext requestContext)
throws DiscoveryException
cswRequest - the incoming CSW request
DiscoveryExceptionprotected String handleException(Exception e)
handleException in class DiscoveryServlete - the exception
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||