com.altair.hwm.fileserver.server.soap
Interface HWMFileServerCmd

All Known Implementing Classes:
HWMAddFileCmd, HWMCheckInCmd, HWMCheckOutCmd, HWMGetFileCmd, HWMGetFileInfoCmd, HWMPurgeFileCmd, HWMQueryCmd, HWMReviseFileCmd, HWMUndoCheckOutCmd

public interface HWMFileServerCmd

Title: HWMFileServerCmd

Description: This is the interface which command classes will implement to handle SOAP messages

Company: Altair Engineering, Inc.


Method Summary
 void Execute(javax.xml.soap.SOAPElement soapCmdElem, javax.xml.soap.SOAPMessage soapMsgReq, javax.xml.soap.SOAPMessage soapMsgReply)
          Execute the command
 

Method Detail

Execute

void Execute(javax.xml.soap.SOAPElement soapCmdElem,
             javax.xml.soap.SOAPMessage soapMsgReq,
             javax.xml.soap.SOAPMessage soapMsgReply)
             throws javax.xml.soap.SOAPException
Execute the command

Parameters:
soapCmdElem - The command element which will contain the parameters
soapMsgReq - The SOAP request
soapMsgReply - The SOAP reply
Throws:
javax.xml.soap.SOAPException