Uses of Interface
com.ibm.etools.sfm.sfpi.SFMessage

Uses of SFMessage in com.ibm.etools.sfm.sfpi
 

Methods in com.ibm.etools.sfm.sfpi that return SFMessage
static SFMessage SFMessageFactory.createMessage(java.lang.String name)
          Creates a message.
 SFMessage SFOutput.getMessage()
          Returns the message associated with this SFOutput object.
 SFMessage SFInput.getMessage()
          Returns the message associated with this SFInput object.
 SFMessage SFFault.getMessage()
          Returns the message associated with this SFFault object.
 SFMessage SFChannelOutput.getMessage()
          Returns the message associated with this SFChannelOutput object.
 SFMessage SFChannelInput.getMessage()
          Returns the message associated with this SFChannelInput object.
 

Methods in com.ibm.etools.sfm.sfpi that return types with arguments of type SFMessage
 java.util.List<SFMessage> SFMessageFile.getMessages()
           
 java.util.List<SFMessage> SFChannelOutput.getMessages()
          Returns the list of messages associated with this SFChannelOutput object.
 java.util.List<SFMessage> SFChannelInput.getMessages()
          Returns the list of messages associated with this SFChannelInput object.
 

Methods in com.ibm.etools.sfm.sfpi with parameters of type SFMessage
 void SFMessageFile.addMessage(SFMessage message)
          Adds a message to the message file.
static SFFault SFOperationFactory.createFault(SFMessage message)
          Creates a fault of an operation.
static SFInput SFOperationFactory.createInput(SFMessage message)
          Creates an input to an operation.
static SFOutput SFOperationFactory.createOutput(SFMessage message)
          Creates an output to an operation.
 java.lang.String SFChannelGenerationProperties.getInputContainerName(SFMessage inputMessage)
          Gets the input container name set for the given input message.
 java.lang.String SFChannelGenerationProperties.getOutputContainerName(SFMessage outputMessage)
          Gets the output container name set for the given output message.
 boolean SFChannelGenerationProperties.getOutputContainerOptional(SFMessage outputMessage)
          Gets the optional setting for the given output message.
 void SFChannelGenerationProperties.setInputContainerProperties(SFMessage inputMessage, java.lang.String containerName)
          Sets the container properties for the given input message.
 void SFOutput.setMessage(SFMessage message)
          Sets the message associated with this SFOutput object.
 void SFInput.setMessage(SFMessage message)
          Sets the message associated with this SFInput object.
 void SFFault.setMessage(SFMessage message)
          Sets the message associated with this SFFault object.
 void SFChannelOutput.setMessage(SFMessage message)
          Sets the message associated with this SFChannelOutput object.
 void SFChannelInput.setMessage(SFMessage message)
          Sets the message associated with this SFChannelInput object.
 void SFChannelGenerationProperties.setOutputContainerProperties(SFMessage outputMessage, java.lang.String containerName, boolean optional)
          Sets the container properties for the given output message.
 

Method parameters in com.ibm.etools.sfm.sfpi with type arguments of type SFMessage
static SFChannelInput SFOperationFactory.createChannelInput(java.util.List<SFMessage> messages)
          Creates a channel input to an operation.
static SFChannelOutput SFOperationFactory.createChannelOutput(java.util.List<SFMessage> messages)
          Creates a channel output to an operation.
 void SFChannelOutput.setMessages(java.util.List<SFMessage> messages)
          Sets the list of messages associated with this SFChannelOutput object.
 void SFChannelInput.setMessages(java.util.List<SFMessage> messages)
          Sets the list of messages associated with this SFChannelInput object.