org.ow2.easywsdl.wsdl.api.abstractElmt
Class AbstractImportImpl<E,D extends AbsItfDescription>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractIncludeImpl<E,D>
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
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
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.schema.api.XMLElement |
addOtherElements, getOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
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 modelparent
- the parent description
- Throws:
WSDLException
WSDLImportException
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.