public class ERPIncomingMsgProcessor
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log
|
private static long |
serialVersionUID |
private AdminServletMgrIf |
servletMgr |
| Constructor and Description |
|---|
ERPIncomingMsgProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(javax.servlet.ServletConfig config)
Initialise the servlet.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprivate static final long serialVersionUID
private AdminServletMgrIf servletMgr
protected static org.apache.commons.logging.Log log
public ERPIncomingMsgProcessor()
throws java.rmi.RemoteException,
java.net.MalformedURLException,
com.konakart.app.KKException
java.rmi.RemoteException - an unexpected RemoteException exceptionjava.net.MalformedURLException - an unexpected MalformedURLException exceptioncom.konakart.app.KKException - an unexpected KKException exceptionpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletconfig - the configjavax.servlet.ServletException - an unexpected ServletException exceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 2018 DS Data Systems UK Ltd.