org.apache.woden.internal.wsdl20
Class IncludeImpl

java.lang.Object
  extended byorg.apache.woden.internal.wsdl20.WSDLElementImpl
      extended byorg.apache.woden.internal.wsdl20.WSDLObjectImpl
          extended byorg.apache.woden.internal.wsdl20.DocumentableImpl
              extended byorg.apache.woden.internal.wsdl20.WSDLReferenceImpl
                  extended byorg.apache.woden.internal.wsdl20.IncludeImpl
All Implemented Interfaces:
AttributeExtensible, DocumentableElement, ElementExtensible, IncludeElement, WSDLComponent, WSDLElement

public class IncludeImpl
extends WSDLReferenceImpl
implements IncludeElement

This class implements the <wsdl:include> element.

Author:
jkaputin@apache.org

Constructor Summary
IncludeImpl()
           
 
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLReferenceImpl
addDocumentationElement, getDescriptionElement, getDocumentationElements, getLocation, setDescriptionElement, setLocation
 
Methods inherited from class org.apache.woden.internal.wsdl20.DocumentableImpl
addDocumentationElement
 
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.xml.IncludeElement
getDescriptionElement, getLocation, setDescriptionElement, setLocation
 
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
 

Constructor Detail

IncludeImpl

public IncludeImpl()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.