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, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString
public void setDestination(Destination destination)
public void setConnectionFactory(ConnectionFactory connectionFactory)
public void init()
GenericServlet
init
in class GenericServlet
public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
HttpServlet
service
in class HttpServlet
request
- request informationresponse
- response object for returning data to the client.ServletException
java.io.IOException