com.ibm.etools.sfm.sfpi
Interface SFOutput

All Known Subinterfaces:
SFChannelOutput

public interface SFOutput

SFOutput represents the input to an operation.


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

Method Detail

getMessage

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

Returns:
A message.

setMessage

void setMessage(SFMessage message)
                throws SFException
Sets the message associated with this SFOutput 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.