public class SOAPMonitorService extends HttpServlet
Constructor and Description |
---|
SOAPMonitorService()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Servlet termination
|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
HTTP GET request
|
void |
init()
Servlet initialiation
|
static void |
publishMessage(Long id,
Integer type,
String target,
String soap)
Publish a SOAP message to listeners
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public static void publishMessage(Long id, Integer type, String target, String soap)
public void init() throws ServletException
init
in class GenericServlet
ServletException
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
doGet
in class HttpServlet
IOException
ServletException
Copyright © The Apache Software Foundation. All Rights Reserved.