public interface EndpointElement extends DocumentableElement, NestedElement
Modifier and Type | Method and Description |
---|---|
URI |
getAddress()
Return the URI representing the endpoint address of this EndpointElement.
|
BindingElement |
getBindingElement()
Return the BindingElement referred to by this EndpointElement.
|
QName |
getBindingName()
Return the name of the BindingElement referred to by this EndpointElement.
|
NCName |
getName()
Return the qualified name of this EndpointElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
|
void |
setAddress(URI address)
Set the endpoint address of this EndpointElement to the specified URI.
|
void |
setBindingName(QName bindingName)
Specify the name of the BindingElement referred to by this EndpointElement.
|
void |
setName(NCName name)
Set the name of this EndpointElement to the specified NCName.
|
addDocumentationElement, getDocumentationElements
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
void setName(NCName name)
name
attribute of the <endpoint> element.name
- the NCName that represents the local name of this endpointNCName getName()
void setBindingName(QName bindingName)
binding
attribute of the
<endpoint> element.bindingName
- the QName of the bindingQName getBindingName()
binding
attribute of the
<endpoint> element.BindingElement getBindingElement()
binding
attribute of the <endpoint> element.
If this reference cannot be resolved to a BindingElement, this method will return null.void setAddress(URI address)
address
attribute of the <endpoint> element.address
- the endpoint address URIURI getAddress()
address
attribute of the <endpoint> element.Copyright © 2005–2016 Apache Software Foundation. All rights reserved.