public class JmsPublisherServlet
extends javax.servlet.http.HttpServlet
implements javax.servlet.Servlet
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PUBLISHER_SERVLET_CONTEXT_KEY
Key to store in servlet context.
|
Constructor and Description |
---|
JmsPublisherServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init()
Instantiates and initialises a JmsPublisher instance using the
Servlet init Parameters are automatically passed to the initialisation routines
of the JmsPublisher.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public static final java.lang.String PUBLISHER_SERVLET_CONTEXT_KEY
public JmsPublisherServlet()
HttpServlet.HttpServlet()
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
Servlet.destroy()
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
GenericServlet.init()