org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractImportImpl<E,S extends AbsItfSchema>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractIncludeImpl<E,S>
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
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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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 modelparent
- 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 modelparent
- 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.