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