|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SFChannelInput
SFChannelInput represents the input to a channel operation.
| Method Summary | |
|---|---|
SFMessage |
getMessage()
Returns the message associated with this SFChannelInput object. |
java.util.List<SFMessage> |
getMessages()
Returns the list of messages associated with this SFChannelInput object. |
void |
setMessage(SFMessage message)
Sets the message associated with this SFChannelInput object. |
void |
setMessages(java.util.List<SFMessage> messages)
Sets the list of messages associated with this SFChannelInput object. |
| Method Detail |
|---|
SFMessage getMessage()
getMessage in interface SFInput
void setMessage(SFMessage message)
throws SFException
setMessage in interface SFInputmessage - A message.
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. |
java.util.List<SFMessage> getMessages()
void setMessages(java.util.List<SFMessage> messages)
throws SFException
messages - A list of messages.
SFException - One of the following exceptions may result:
| Error | Description | Severity |
| WZEF1001E_ARGSERROR | Illegal arguments. The messages is null. | ERROR: The messages was not set successfully. |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||