com.ibm.etools.sfm.sfpi
Interface SFInput

All Known Subinterfaces:
SFChannelInput

public interface SFInput

SFInput represents the input to an operation.


Method Summary
 SFMessage getMessage()
          Returns the message associated with this SFInput object.
 void setMessage(SFMessage message)
          Sets the message associated with this SFInput object.
 

Method Detail

getMessage

SFMessage getMessage()
Returns the message associated with this SFInput object.

Returns:
A message.

setMessage

void setMessage(SFMessage message)
                throws SFException
Sets the message associated with this SFInput object.

Parameters:
message - A message.
Throws:
SFException - One of the following exceptions may result:
Error Description Severity
WZEF1001E_ARGSERROR Illegal arguments. The message is null. ERROR: The message was not set successfully.