public class SOAPMonitorService
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
SOAPMonitorService()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Servlet termination
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
HTTP GET request
|
void |
init()
Servlet initialiation
|
static void |
publishMessage(java.lang.Long id,
java.lang.Integer type,
java.lang.String target,
java.lang.String soap)
Publish a SOAP message to listeners
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public static void publishMessage(java.lang.Long id, java.lang.Integer type, java.lang.String target, java.lang.String soap)
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
doGet
in class javax.servlet.http.HttpServlet
java.io.IOException
javax.servlet.ServletException