com.bankframe.ei.servlet
Class WebServiceCustomerSearchServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.WebServiceCustomerSearchServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WebServiceCustomerSearchServlet
- extends EonServlet
This class is the test servlet for the MCA Request Router WebService
- See Also:
- Serialized Form
WebServiceCustomerSearchServlet
public WebServiceCustomerSearchServlet()
getServletName
public String getServletName()
- This method gets the name of this servlet
- Specified by:
getServletName
in interface ServletConfig
- Overrides:
getServletName
in class GenericServlet
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- This method is the entry point to the servlet
- Overrides:
service
in class EonServlet
- Throws:
ServletException
IOException
Copyright © 2005, 2007, Oracle. All rights reserved.