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.
|
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.
|
getDocumentationElement, setDocumentationElementgetExtensionAttribute, getExtensionAttributes, getNativeAttributeNames, setExtensionAttributeaddExtensibilityElement, getExtensibilityElements, removeExtensibilityElementvoid setName(String name)
name - the desired nameString getName()
void setBinding(Binding binding)
binding - the desired bindingBinding getBinding()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.