org.apache.woden.internal.wsdl20
Class EndpointImpl
java.lang.Object
org.apache.woden.internal.wsdl20.WSDLElementImpl
org.apache.woden.internal.wsdl20.DocumentableImpl
org.apache.woden.internal.wsdl20.WSDLComponentImpl
org.apache.woden.internal.wsdl20.NestedImpl
org.apache.woden.internal.wsdl20.EndpointImpl
- All Implemented Interfaces:
- Endpoint, AttributeExtensible, ElementExtensible, PropertyExtensible, NestedComponent, WSDLComponent, DocumentableElement, EndpointElement, NestedElement, WSDLElement
public class EndpointImpl
- extends NestedImpl
- implements Endpoint, EndpointElement
This class represents the Endpoint component and the <endpoint> element.
- Author:
- John Kaputin (jkaputin@apache.org)
| Methods inherited from class org.apache.woden.internal.wsdl20.WSDLElementImpl |
addExtensionElement, addNamespace, getDeclaredNamespaces, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, removeNamespace, setExtensionAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EndpointImpl
public EndpointImpl()
getName
public NCName getName()
- Specified by:
getName in interface Endpoint- Specified by:
getName in interface EndpointElement
getBinding
public Binding getBinding()
- Specified by:
getBinding in interface Endpoint
getAddress
public java.net.URI getAddress()
- Specified by:
getAddress in interface Endpoint- Specified by:
getAddress in interface EndpointElement
toElement
public EndpointElement toElement()
- Specified by:
toElement in interface Endpoint
setName
public void setName(NCName name)
- Specified by:
setName in interface EndpointElement
setBindingName
public void setBindingName(QName qname)
- Specified by:
setBindingName in interface EndpointElement
getBindingName
public QName getBindingName()
- Specified by:
getBindingName in interface EndpointElement
getBindingElement
public BindingElement getBindingElement()
- Specified by:
getBindingElement in interface EndpointElement
setAddress
public void setAddress(java.net.URI uri)
- Specified by:
setAddress in interface EndpointElement
getFragmentIdentifier
public FragmentIdentifier getFragmentIdentifier()
- Specified by:
getFragmentIdentifier in interface WSDLComponent
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.