com.bankframe.fe.statemachine.base.connectors
Interface IResponse

All Known Subinterfaces:
IResponse
All Known Implementing Classes:
Response, Response

public interface IResponse


Method Summary
 IResponseData getResponseData()
          Returns the response data required by the view to build the response.
 void setResponseData(IResponseData resopnseData)
          Sets the response data for this response.
 

Method Detail

getResponseData

public IResponseData getResponseData()
Returns the response data required by the view to build the response.

Note that the response data should contain only information which is not available from the model.

Returns:
the response data required by the view.

setResponseData

public void setResponseData(IResponseData resopnseData)
Sets the response data for this response.



Copyright © 2004 Siebel Systems, Inc. All rights reserved.