|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.woden.internal.wsdl20.WSDLElementImpl
org.apache.woden.internal.wsdl20.WSDLObjectImpl
org.apache.woden.internal.wsdl20.DocumentableImpl
org.apache.woden.internal.wsdl20.NestedImpl
org.apache.woden.internal.wsdl20.EndpointImpl
This class represents the Endpoint component and the <endpoint> element.
| Constructor Summary | |
EndpointImpl()
|
|
| Method Summary | |
java.net.URI |
getAddress()
Returns a URI that represents the {address} property of this Endpoint. |
Binding |
getBinding()
Represents the {binding} property of the Endpoint component. |
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()
Returns the local name representing the {name} property of this Endpoint. |
void |
setAddress(java.net.URI uri)
Set the endpoint address of this EndpointElement to the specified URI. |
void |
setBindingName(QName qname)
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. |
EndpointElement |
toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
| Methods inherited from class org.apache.woden.internal.wsdl20.NestedImpl |
getParent, getParentElement, setParentElement |
| Methods inherited from class org.apache.woden.internal.wsdl20.DocumentableImpl |
addDocumentationElement, getDocumentationElements |
| Methods inherited from class org.apache.woden.internal.wsdl20.WSDLObjectImpl |
containsComponent, equals, getComponentExtensionsForNamespace, setComponentExtensions |
| Methods inherited from class org.apache.woden.internal.wsdl20.WSDLElementImpl |
addExtensionElement, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, setExtensionAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.woden.wsdl20.NestedComponent |
getParent |
| Methods inherited from interface org.apache.woden.wsdl20.WSDLComponent |
equals, getComponentExtensionsForNamespace |
| Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement |
addDocumentationElement, getDocumentationElements |
| 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, setParentElement |
| Constructor Detail |
public EndpointImpl()
| Method Detail |
public NCName getName()
Endpoint
getName in interface Endpointpublic Binding getBinding()
Endpoint
getBinding in interface Endpointpublic java.net.URI getAddress()
Endpoint
getAddress in interface Endpointpublic EndpointElement toElement()
Endpoint
toElement in interface Endpointpublic void setName(NCName name)
EndpointElementname attribute of the <endpoint> element.
setName in interface EndpointElementname - the NCName that represents the local name of this endpointpublic void setBindingName(QName qname)
EndpointElementbinding attribute of the
<endpoint> element.
setBindingName in interface EndpointElementqname - the QName of the bindingpublic QName getBindingName()
EndpointElementbinding attribute of the
<endpoint> element.
getBindingName in interface EndpointElementpublic BindingElement getBindingElement()
EndpointElementbinding
attribute of the <endpoint> element.
If this reference cannot be resolved to a BindingElement, this method will return null.
getBindingElement in interface EndpointElementpublic void setAddress(java.net.URI uri)
EndpointElementaddress attribute of the <endpoint> element.
setAddress in interface EndpointElementuri - the endpoint address URI
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||