public class GeoprocessorServlet extends HttpServlet implements InterfaceContextAware
| Constructor and Description | 
|---|
| GeoprocessorServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | init(ServletConfig config) | 
| void | service(HttpServletRequest request, HttpServletResponse response) | 
| void | setInterfaceContext(InterfaceContext context)Service manager configuration | 
public void setInterfaceContext(InterfaceContext context)
setInterfaceContext in interface InterfaceContextAwarecontext - the context of the service interface.
public void service(HttpServletRequest request,
           HttpServletResponse response)
             throws java.io.IOException,
                    ServletException
java.io.IOExceptionServletExceptionpublic void init(ServletConfig config)