com.supermap.geoprocessor.services
Class GeoprocessorServlet
- java.lang.Object
-
- HttpServlet
-
- com.supermap.geoprocessor.services.GeoprocessorServlet
-
- All Implemented Interfaces:
- InterfaceContextAware
public class GeoprocessorServlet extends HttpServlet implements InterfaceContextAware
-
-
Constructor Summary
Constructors Constructor and Description GeoprocessorServlet()
-
Method Summary
Methods Modifier and Type Method and Description voidinit(ServletConfig config)voidservice(HttpServletRequest request, HttpServletResponse response)voidsetInterfaceContext(InterfaceContext context)Service manager configuration
-
-
-
Method Detail
-
setInterfaceContext
public void setInterfaceContext(InterfaceContext context)
Service manager configuration- Specified by:
setInterfaceContextin interfaceInterfaceContextAware- Parameters:
context- the context of the service interface.
-
service
public void service(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException- Throws:
java.io.IOExceptionServletException
-
init
public void init(ServletConfig config)
-
-