net.sourceforge.fixagora.excel.shared.communication
Class AbstractExcelResponse

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
      extended by net.sourceforge.fixagora.excel.shared.communication.AbstractExcelResponse
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CloseExcelTradeCaptureResponse, ExcelTradeCaptureEntryResponse, OpenExcelTradeCaptureResponse, SecurityListResponse

public abstract class AbstractExcelResponse
extends AbstractResponse

The Class AbstractExcelResponse.

See Also:
Serialized Form

Constructor Summary
AbstractExcelResponse(AbstractRequest abstractRequest)
          Instantiates a new abstract excel response.
 
Method Summary
abstract  void handleAbstractExcelResponse(ExcelResponses excelResponses)
          Handle abstract excel response.
 void handleAbstractResponse(AbstractResponses abstractResponses)
          Handle abstract response.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
getRequestID, getTimestamp, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExcelResponse

public AbstractExcelResponse(AbstractRequest abstractRequest)
Instantiates a new abstract excel response.

Parameters:
abstractRequest - the abstract request
Method Detail

handleAbstractResponse

public void handleAbstractResponse(AbstractResponses abstractResponses)
Description copied from class: AbstractResponse
Handle abstract response.

Specified by:
handleAbstractResponse in class AbstractResponse
Parameters:
abstractResponses - the abstract responses

handleAbstractExcelResponse

public abstract void handleAbstractExcelResponse(ExcelResponses excelResponses)
Handle abstract excel response.

Parameters:
excelResponses - the excel responses