addNewOutput(String messageLabel) Create a new message reference for this operation, appending it this
operation's output list.
Parameters: messageLabel - NC name of the message for which binding detailsare provided.
Create a new message reference for this operation, appending it to
this operation's input list.
Parameters: messageLabel - NC role name in the {message exchange pattern} ofthe message for which binding details are provided The newly created input message reference, appended to thisoperation.
Create a new message reference for this operation, appending it this
operation's output list.
Parameters: messageLabel - NC name of the message for which binding detailsare provided. The newly created output message reference, appended to thisoperation.
Get input binding message references by indexed position.
Parameters: index - Indexed position value 0..length-1 Input binding message references at given indexposition.
Get output binding message references by indexed position.
Parameters: index - Indexed position value 0..length-1 Output binding message references at given indexposition.
Remove input binding message references by index position.
Parameters: index - The index position of the input to remove The BindingMessageReference removed, if any.
Remove output binding message references by index position.
Parameters: index - The index position of the output to remove The BindingMessageReference removed, if any.
Set input binding message references by indexed position.
Parameters: index - Indexed position value (0..length-1) of the item to set Parameters: theInput - Item to add at position index.
Set output binding message references by indexed position.
Parameters: index - Indexed position value (0..length-1) of the item to set Parameters: theOutput - Item to add at position index.