public class LoginServiceServlet extends HttpServlet implements InterfaceContextAware
| Constructor and Description | 
|---|
| LoginServiceServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doGet(HttpServletRequest request, HttpServletResponse response) | 
| protected void | doPost(HttpServletRequest request, HttpServletResponse response) | 
| void | setInterfaceContext(InterfaceContext context)Set the context of the service interface. | 
public void setInterfaceContext(InterfaceContext context)
InterfaceContextAwareSet the context of the service interface.
setInterfaceContext in interface InterfaceContextAwarecontext - the context of the service interface.
public void doGet(HttpServletRequest request,
         HttpServletResponse response)
           throws java.io.IOException,
                  ServletException
java.io.IOExceptionServletException
protected void doPost(HttpServletRequest request,
          HttpServletResponse response)
               throws ServletException,
                      java.io.IOException
ServletExceptionjava.io.IOException