|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.altair.hwm.fileserver.server.soap.HWMAddFileCmd
public class HWMAddFileCmd
Title: HWMAddFileCmd
Description: This class parses the SOAP request for AddFile and executes the request using the file server's class for doing the same.
Company: Altair Engineering, Inc.
| Constructor Summary | |
|---|---|
HWMAddFileCmd(HWMFileServer hwmFS)
Constructor |
|
| Method Summary | |
|---|---|
void |
Execute(javax.xml.soap.SOAPElement soapElemReq,
javax.xml.soap.SOAPMessage soapMsgReq,
javax.xml.soap.SOAPMessage soapMsgReply)
Parse the Add file request and execute it |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HWMAddFileCmd(HWMFileServer hwmFS)
hwmFS - The file server object| Method 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 HWMFileServerCmdsoapElemReq - 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 | |||||||||