org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractImportImpl<E,D extends AbsItfDescription>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
              extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractIncludeImpl<E,D>
                  extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractImportImpl<E,D>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, AbsItfImport<D>, AbsItfInclude<D>, WSDLElement
Direct Known Subclasses:
ImportImpl, ImportImpl

public abstract class AbstractImportImpl<E,D extends AbsItfDescription>
extends AbstractIncludeImpl<E,D>
implements AbsItfImport<D>

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractIncludeImpl
desc
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractImportImpl(E model, D parent, java.util.Map<java.net.URI,AbsItfDescription> descripionImports, java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports, java.net.URI baseURI, AbstractWSDLReaderImpl reader)
          Default constructor
 
Method Summary
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractIncludeImpl
getDescription, getParentDescription, setDescription, setParentDescription
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, createDocumentation, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
equals, getParent, getSchema, getTopParent, hashCode, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfImport
getNamespaceURI, setNamespaceURI
 
Methods inherited from interface org.ow2.easywsdl.wsdl.api.abstractItf.AbsItfInclude
getDescription, getLocationURI, setDescription, setLocationURI
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

AbstractImportImpl

public AbstractImportImpl(E model,
                          D parent,
                          java.util.Map<java.net.URI,AbsItfDescription> descripionImports,
                          java.util.Map<java.net.URI,org.ow2.easywsdl.schema.api.absItf.AbsItfSchema> schemaImports,
                          java.net.URI baseURI,
                          AbstractWSDLReaderImpl reader)
                   throws WSDLException,
                          WSDLImportException
Default constructor

Parameters:
impt - the model
parent - the parent description
Throws:
WSDLException
WSDLImportException


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.