|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointElement
Represents the WSDL 2.0 <endpoint> element, declared as a child of the <service> element.
Method Summary | |
---|---|
java.net.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(java.net.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. |
Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement |
---|
addDocumentationElement, getDocumentationElements |
Methods inherited from interface org.apache.woden.wsdl20.xml.WSDLElement |
---|
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace |
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible |
---|
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute |
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible |
---|
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement |
Methods inherited from interface org.apache.woden.wsdl20.xml.NestedElement |
---|
getParentElement |
Methods inherited from interface org.apache.woden.wsdl20.xml.WSDLElement |
---|
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace |
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible |
---|
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute |
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible |
---|
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement |
Method Detail |
---|
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(java.net.URI address)
address
attribute of the <endpoint> element.
address
- the endpoint address URIjava.net.URI getAddress()
address
attribute of the <endpoint> element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |