public class JMSServlet extends HttpServlet
| Constructor and Description |
|---|
JMSServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initialize the servlet.
|
void |
service(HttpServletRequest request,
HttpServletResponse response)
Services a HTTP request.
|
void |
setConnectionFactory(ConnectionFactory connectionFactory) |
void |
setDestination(Destination destination) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toStringpublic void setDestination(Destination destination)
public void setConnectionFactory(ConnectionFactory connectionFactory)
public void init()
GenericServletinit in class GenericServletpublic void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
HttpServletservice in class HttpServletrequest - request informationresponse - response object for returning data to the client.ServletExceptionjava.io.IOException