|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
javax.xml.messaging.JAXMServlet
com.altair.hwm.fileserver.server.soap.HWMFileServerController
public class HWMFileServerController
Title: HWMFileServerController
Description: This is the servlet that will receive the SOAP msgs from the client and will forward the call to appropriate command objects which will parse the request, execute the request and then send back a reply
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMFileServerController()
Constructor |
Method Summary | |
---|---|
void |
destroy()
|
void |
init(javax.servlet.ServletConfig servletCfg)
Does the one time initialization of: a> Initialize file server by instantiating the initializer class b> Create the command classes for each command and store it in the hashtable. |
javax.xml.soap.SOAPMessage |
onMessage(javax.xml.soap.SOAPMessage soapMsgReq)
This is invoked when the base class reveives and parses the post contents into appropriate SOAP packets |
Methods inherited from class javax.xml.messaging.JAXMServlet |
---|
doPost, setMessageFactory |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMFileServerController()
Method Detail |
---|
public void init(javax.servlet.ServletConfig servletCfg) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.xml.messaging.JAXMServlet
servletCfg
- The servlet config class.
javax.servlet.ServletException
public javax.xml.soap.SOAPMessage onMessage(javax.xml.soap.SOAPMessage soapMsgReq)
onMessage
in interface javax.xml.messaging.ReqRespListener
soapMsgReq
- The SOAP requestpublic void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |