javax.wsdl
public interface Port extends Serializable, ElementExtensible
Method Summary | |
---|---|
Binding | getBinding()
Get the binding this port refers to.
|
Element | getDocumentationElement()
Get the documentation element. |
String | getName()
Get the name of this port.
|
void | setBinding(Binding binding)
Set the binding this port should refer to.
|
void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
void | setName(String name)
Set the name of this port.
|
Returns: the binding associated with this port
Returns: the documentation element
Returns: the port name
Parameters: binding the desired binding
Parameters: docEl the documentation element
Parameters: name the desired name