javax.wsdl
public interface Port extends WSDLElement
Method Summary | |
---|---|
Binding | getBinding()
Get the binding this port refers to.
|
String | getName()
Get the name of this port.
|
void | setBinding(Binding binding)
Set the binding this port should refer to.
|
void | setName(String name)
Set the name of this port.
|
Returns: the binding associated with this port
Returns: the port name
Parameters: binding the desired binding
Parameters: name the desired name