com.altair.hwm.fileserver.server.soap
Class HWMUndoCheckOutCmd

java.lang.Object
  extended by com.altair.hwm.fileserver.server.soap.HWMUndoCheckOutCmd
All Implemented Interfaces:
HWMFileServerCmd

public class HWMUndoCheckOutCmd
extends java.lang.Object
implements HWMFileServerCmd

Title: HWMUndoCheckOutCmd

Description: This class parses the SOAP request for undoing the check out and executes the request using the file server's class for doing the same.

Company: Altair Engineering, Inc.


Constructor Summary
HWMUndoCheckOutCmd(HWMFileServer hwmFS)
          Constructor
 
Method Summary
 void Execute(javax.xml.soap.SOAPElement soapElemReq, javax.xml.soap.SOAPMessage soapMsgReq, javax.xml.soap.SOAPMessage soapMsgReply)
          Parse the undo check out request and execute it
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HWMUndoCheckOutCmd

public HWMUndoCheckOutCmd(HWMFileServer hwmFS)
Constructor

Parameters:
hwmFS - The file server object
Method Detail

Execute

public void Execute(javax.xml.soap.SOAPElement soapElemReq,
                    javax.xml.soap.SOAPMessage soapMsgReq,
                    javax.xml.soap.SOAPMessage soapMsgReply)
             throws javax.xml.soap.SOAPException
Parse the undo check out request and execute it

Specified by:
Execute in interface HWMFileServerCmd
Parameters:
soapElemReq - The element in the SOAP request containg the request parameters
soapMsgReq - The SOAP request required to retrieve attachments
soapMsgReply - The SOAP reply
Throws:
javax.xml.soap.SOAPException