javax.wsdl
Interface BindingOutput
- java.io.Serializable, AttributeExtensible, ElementExtensible, WSDLElement
- BindingOutputImpl
public interface BindingOutput
This interface represents an output binding. That is, it contains
the information that would be specified in an output element
contained within an operation element contained within a
binding element.
String | getName() - Get the name of this output binding.
|
void | setName(String name) - Set the name of this output binding.
|
getName
public String getName()
Get the name of this output binding.
setName
public void setName(String name)
Set the name of this output binding.
Copyright B) 2003,2006 IBM. All Rights Reserved.