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, servicepublic 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.GenericServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic 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.HttpServletjava.io.IOExceptionjavax.servlet.ServletExceptionCopyright ? 2005 Apache Web Services Project. All Rights Reserved.