public interface Port extends WSDLElement
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE| Modifier and Type | Method and Description |
|---|---|
Binding |
getBinding()
Get the binding this port refers to.
|
java.lang.String |
getName()
Get the name of this port.
|
void |
setBinding(Binding binding)
Set the binding this port should refer to.
|
void |
setName(java.lang.String name)
Set the name of this port.
|
getDocumentationElement, setDocumentationElementgetExtensionAttribute, getExtensionAttributes, getNativeAttributeNames, setExtensionAttributeaddExtensibilityElement, getExtensibilityElements, removeExtensibilityElementvoid setName(java.lang.String name)
name - the desired namejava.lang.String getName()
void setBinding(Binding binding)
binding - the desired bindingBinding getBinding()
Copyright ? 2003, 2013 IBM. All Rights Reserved.