public class ModifyTriTimeServlet extends HttpServlet implements InterfaceContextAware
Constructor and Description |
---|
ModifyTriTimeServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest request, HttpServletResponse response)
Services receive and process
|
void |
doPost(HttpServletRequest request, HttpServletResponse response)
Services receive and process
|
void |
setInterfaceContext(InterfaceContext arg0)
Set the context of the service interface.
|
public void setInterfaceContext(InterfaceContext arg0)
InterfaceContextAware
Set the context of the service interface.
setInterfaceContext
in interface InterfaceContextAware
arg0
- the context of the service interface.public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException
public void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException