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