com.supermap.geoprocessor.services
Class GeoprocessorConfigurationServlet
- java.lang.Object
-
- HttpServlet
-
- com.supermap.geoprocessor.services.GeoprocessorConfigurationServlet
-
- All Implemented Interfaces:
- InterfaceContextAware
public class GeoprocessorConfigurationServlet extends HttpServlet implements InterfaceContextAware
Geoprocessor configuration
-
-
Constructor Summary
Constructors Constructor and Description GeoprocessorConfigurationServlet()
-
Method Summary
Methods Modifier and Type Method and Description voiddoGet(HttpServletRequest request, HttpServletResponse response)voiddoPost(HttpServletRequest request, HttpServletResponse response)voidsetInterfaceContext(InterfaceContext arg0)Service manager configuration
-
-
-
Method Detail
-
doGet
public void doGet(HttpServletRequest request, HttpServletResponse response)
-
doPost
public void doPost(HttpServletRequest request, HttpServletResponse response)
-
setInterfaceContext
public void setInterfaceContext(InterfaceContext arg0)
Service manager configuration- Specified by:
setInterfaceContextin interfaceInterfaceContextAware- Parameters:
arg0- the context of the service interface.
-
-