|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.caucho.jms.services.JMSServlet
public class JMSServlet
Constructor Summary | |
---|---|
JMSServlet()
|
Method Summary | |
---|---|
void |
init()
Initialize the servlet. |
void |
service(HttpServletRequest request,
HttpServletResponse response)
Services a HTTP request. |
void |
setConnectionFactory(ConnectionFactory connectionFactory)
|
void |
setDestination(Destination destination)
|
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JMSServlet()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |