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 InterfaceContextAware
context
- the context of the service interface.public void service(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException
public void init(ServletConfig config)