addNewOutput(String messageLabel) Create a new message reference for this operation, appending it this
operation's output list.
Parameters: messageLabel - NC role 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 of the message for which binding details are provided The newly created input message reference, appended to this operation.
Create a new message reference for this operation, appending it this
operation's output list.
Parameters: messageLabel - NC role name of the message for which binding detailsare provided. The newly created output message reference, appended to this operation.
Get input binding message references by indexed position.
Parameters: index - Indexed position value 0..length-1 Input binding message references at given index position.
Get output binding message references by indexed position.
Parameters: index - Indexed position value 0..length-1 Output binding message references at given index position.
Get map of WSDL-defined attribute QNames for this component, indexed by
canonical QName string (see
javax.xml.namespace.QName.toString .
Map of WSDL-defined attribute QNames for this component, indexed by QName.toString()
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.
setInterfaceOperation
public void setInterfaceOperation(QName theInterfaceOperation)(Code)
Set operation being bound.
Parameters: theInterfaceOperation - Qualified name of the Interface Operation being bound
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.
Methods inherited from com.sun.jbi.wsdl2.impl.BindingOperation