QED Administrator Console

com.quadcap.app.qed.XmlDumpServlet Class Reference

Inheritance diagram for com.quadcap.app.qed.XmlDumpServlet:

HttpServlet List of all members.

Detailed Description

Author:
Stan Bailes

Definition at line 66 of file XmlDumpServlet.java.

Public Member Functions

void init (ServletConfig config) throws ServletException
 Initialize this servlet.


Protected Member Functions

void service (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
 Handle an incoming request.


Member Function Documentation

void com.quadcap.app.qed.XmlDumpServlet.init ServletConfig  config  )  throws ServletException
 

Initialize this servlet.

Parameters:
config the servlet configuration object, containing my initialization parameters
Exceptions:
ServletException if I can't initialize for some reason.

Definition at line 74 of file XmlDumpServlet.java.

References com.quadcap.app.qed.XmlDumpServlet.init().

Referenced by com.quadcap.app.qed.XmlDumpServlet.init().

void com.quadcap.app.qed.XmlDumpServlet.service HttpServletRequest  req,
HttpServletResponse  res
throws ServletException, IOException [protected]
 

Handle an incoming request.

Parameters:
req HttpServletRequest that encapsulates the request to the servlet
res HttpServletResponse that encapsulates the response from the servlet
Exceptions:
IOException if detected when handling the request
ServletException if the request could not be handled

Definition at line 89 of file XmlDumpServlet.java.

References com.quadcap.app.qed.AdminSession.getConnection(), and com.quadcap.app.qed.XmlDumpServlet.service().

Referenced by com.quadcap.app.qed.XmlDumpServlet.service().