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(Long id,
Integer type,
String target,
String soap)
Publish a SOAP message to listeners
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static void publishMessage(Long id, Integer type, String target, 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 IOException,
javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServletIOExceptionjavax.servlet.ServletExceptionCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.