|
|||||||||||
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 Endpoint
public Binding getBinding()
Endpoint
getBinding
in interface Endpoint
public java.net.URI getAddress()
Endpoint
getAddress
in interface Endpoint
public EndpointElement toElement()
Endpoint
toElement
in interface Endpoint
public void setName(NCName name)
EndpointElement
name
attribute of the <endpoint> element.
setName
in interface EndpointElement
name
- the NCName that represents the local name of this endpointpublic void setBindingName(QName qname)
EndpointElement
binding
attribute of the
<endpoint> element.
setBindingName
in interface EndpointElement
qname
- the QName of the bindingpublic QName getBindingName()
EndpointElement
binding
attribute of the
<endpoint> element.
getBindingName
in interface EndpointElement
public BindingElement getBindingElement()
EndpointElement
binding
attribute of the <endpoint> element.
If this reference cannot be resolved to a BindingElement, this method will return null.
getBindingElement
in interface EndpointElement
public void setAddress(java.net.URI uri)
EndpointElement
address
attribute of the <endpoint> element.
setAddress
in interface EndpointElement
uri
- the endpoint address URI
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |