org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractImportImpl<E,S extends AbsItfSchema>

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

public abstract class AbstractImportImpl<E,S extends AbsItfSchema>
extends AbstractIncludeImpl<E,S>
implements AbsItfImport<S>

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl
schema
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
AbstractImportImpl(E model, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
          Default constructor
AbstractImportImpl(E model, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
          Default constructor
 
Method Summary
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl
getParentSchema, getSchema, setSchema
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfImport
getNamespaceURI, setNamespaceURI
 
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfInclude
getLocationURI, getSchema, setLocationURI, setSchema
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

AbstractImportImpl

public AbstractImportImpl(E model,
                          java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features,
                          java.util.Map<java.net.URI,AbsItfSchema> imports,
                          java.net.URI baseURI,
                          AbstractSchemaReader reader)
                   throws SchemaException,
                          java.net.URISyntaxException
Default constructor

Parameters:
model - the model
parent - the parent description
Throws:
java.net.URISyntaxException - If the schemaLocation attribute of the import is not a valid URI.
SchemaException

AbstractImportImpl

public AbstractImportImpl(E model,
                          AbstractSchemaElementImpl parent,
                          java.util.Map<java.net.URI,AbsItfSchema> imports,
                          java.net.URI baseURI,
                          AbstractSchemaReader reader)
                   throws SchemaException,
                          java.net.URISyntaxException
Default constructor

Parameters:
impt - the model
parent - the parent description
Throws:
java.net.URISyntaxException - If the schemaLocation attribute of the import is not a valid URI.
SchemaException


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