org.apache.woden.internal.wsdl20
Class WSDLReferenceImpl
java.lang.Object
org.apache.woden.internal.wsdl20.WSDLElementImpl
org.apache.woden.internal.wsdl20.DocumentableImpl
org.apache.woden.internal.wsdl20.WSDLReferenceImpl
- All Implemented Interfaces:
- AttributeExtensible, ElementExtensible, DocumentableElement, WSDLElement
- Direct Known Subclasses:
- ImportImpl, IncludeImpl
public abstract class WSDLReferenceImpl
- extends DocumentableImpl
This abstract class defines the common behaviour for referencing WSDL
documents via the <wsdl:import> and <wsdl:include> elements.
It is extended by the concrete implementation classes for those two elements.
TODO consider whether to expose a WSDLReferenceElement interface on the API too
to provide a common handle for import and include elements (is there a use case?).
- Author:
- 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, toString, wait, wait, wait |
WSDLReferenceImpl
public WSDLReferenceImpl()
getParentElement
public WSDLElement getParentElement()
setLocation
public void setLocation(java.net.URI locURI)
getLocation
public java.net.URI getLocation()
setDescriptionElement
public void setDescriptionElement(DescriptionElement desc)
getDescriptionElement
public DescriptionElement getDescriptionElement()
addDocumentationElement
public void addDocumentationElement(DocumentationElement docEl)
getDocumentationElements
public DocumentationElement[] getDocumentationElements()
- Specified by:
getDocumentationElements in interface DocumentableElement- Overrides:
getDocumentationElements in class DocumentableImpl
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.