|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.fileserver.server.soap.HWMGetFileInfoCmd
public class HWMGetFileInfoCmd
Title: HWMGetFileInfoCmd
Description: This class parses the SOAP request for getting a file and executes the request using the file server's class for doing the same.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMGetFileInfoCmd(HWMFileServer hwmFS)
Constructor |
Method Summary | |
---|---|
void |
Execute(javax.xml.soap.SOAPElement soapElemReq,
javax.xml.soap.SOAPMessage soapMsgReq,
javax.xml.soap.SOAPMessage soapMsgReply)
Parse the get file request and execute it |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMGetFileInfoCmd(HWMFileServer hwmFS)
hwmFS
- The file server objectMethod Detail |
---|
public void Execute(javax.xml.soap.SOAPElement soapElemReq, javax.xml.soap.SOAPMessage soapMsgReq, javax.xml.soap.SOAPMessage soapMsgReply) throws javax.xml.soap.SOAPException
Execute
in interface HWMFileServerCmd
soapElemReq
- The element in the SOAP request containg the
request parameterssoapMsgReq
- The SOAP request required to retrieve attachmentssoapMsgReply
- The SOAP reply
javax.xml.soap.SOAPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |