cgl.narada.wsinfra.deployment
Class SOAPServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
cgl.narada.wsinfra.deployment.SOAPServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public abstract class SOAPServlet
- extends HttpServlet
This is the servlet class which can be used by servlets to register
themselves for dealing with specific roles. If no role needs to be
associated with this servlet this can be done by over-riding the abstract
method corresponding to it.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPServlet
public SOAPServlet()
init
public void init()
- Overrides:
init in class GenericServlet
getServletName
public abstract String getServletName()
- Specified by:
getServletName in interface ServletConfig- Overrides:
getServletName in class GenericServlet
isRegisteredForSpecificRole
public abstract boolean isRegisteredForSpecificRole()
getRole
public abstract String getRole()
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Overrides:
doGet in class HttpServlet
- Throws:
IOException
ServletException
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Overrides:
doPost in class HttpServlet
- Throws:
IOException
ServletException
For comments and suggestions please send
e-mail to
The NaradaBrokering Project