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, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic static void publishMessage(Long id, Integer type, String target, String soap)
public void init()
throws ServletException
init in class GenericServletServletExceptionpublic void destroy()
destroy in interface Servletdestroy in class GenericServletpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
doGet in class HttpServletIOExceptionServletExceptionCopyright © The Apache Software Foundation. All Rights Reserved.