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, setDocumentationElement
getExtensionAttribute, getExtensionAttributes, getNativeAttributeNames, setExtensionAttribute
addExtensibilityElement, getExtensibilityElements, removeExtensibilityElement
void setName(String name)
name
- the desired nameString getName()
void setBinding(Binding binding)
binding
- the desired bindingBinding getBinding()
Copyright © 2016 JBoss by Red Hat. All rights reserved.