Uses of Class
org.ow2.easywsdl.schema.api.SchemaException

Packages that use SchemaException
org.ow2.easywsdl.schema   
org.ow2.easywsdl.schema.api   
org.ow2.easywsdl.schema.api.absItf   
org.ow2.easywsdl.schema.api.abstractElmt   
org.ow2.easywsdl.schema.decorator   
org.ow2.easywsdl.schema.impl   
 

Uses of SchemaException in org.ow2.easywsdl.schema
 

Methods in org.ow2.easywsdl.schema that throw SchemaException
 void DefaultSchemaImpl.addInclude(AbsItfInclude includeDef)
           
 AbsItfImport DefaultSchemaImpl.createImport()
           
 AbsItfInclude DefaultSchemaImpl.createInclude()
           
static SchemaFactory SchemaFactory.newInstance()
          Get a new instance of a SchemaFactory.
 Schema SchemaFactoryImpl.newSchema()
          Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.
abstract  Schema SchemaFactory.newSchema()
          Create a new instance of a Definition.
 SchemaReader SchemaFactoryImpl.newSchemaReader()
          Create a new instance of a SchemaReaderImpl.
abstract  SchemaReader SchemaFactory.newSchemaReader()
          Create a new instance of a SchemaReaderImpl.
 SchemaReader SchemaFactoryImpl.newSchemaReader(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a SchemaReaderImpl.
abstract  SchemaReader SchemaFactory.newSchemaReader(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a SchemaReaderImpl.
 SchemaWriter SchemaFactoryImpl.newSchemaWriter()
          Create a new instance of a SchemaWriterImpl.
abstract  SchemaWriter SchemaFactory.newSchemaWriter()
          Create a new instance of a SchemaWriterImpl.
 AbsItfInclude DefaultSchemaImpl.removeInclude(AbsItfInclude includeDef)
           
 

Uses of SchemaException in org.ow2.easywsdl.schema.api
 

Methods in org.ow2.easywsdl.schema.api that throw SchemaException
 org.w3c.dom.Document SchemaWriter.getDocument(Schema schemaDef)
          Return a document generated from the specified SchemaImpl model.
 Schema SchemaReader.read(org.w3c.dom.Document document)
           Read the XMLSchema definition accessible via the specified DOM Document, and bind it into a Schema object.
 Schema SchemaReader.read(org.xml.sax.InputSource inputSource)
           Read the XMLSchema definition accessible via the specified InputSource, and bind it into a Schema object.
 Schema SchemaReader.read(java.net.URL schemaURL)
           Read the XMLSchema definition available at the location identified by the specified URL, and bind it into a Schema object.
 void SchemaWriter.writeSchema(Schema schemaDef, java.io.OutputStream output)
           
 

Uses of SchemaException in org.ow2.easywsdl.schema.api.absItf
 

Methods in org.ow2.easywsdl.schema.api.absItf that throw SchemaException
 void AbsItfSchema.addInclude(Incl includeDef)
          Add an include to this parent.
 Impt AbsItfSchema.createImport()
          Create an import to this parent.
 Incl AbsItfSchema.createInclude()
          Create an include to this parent.
 Incl AbsItfSchema.removeInclude(Incl includeDef)
          Remove an include from this parent.
 

Uses of SchemaException in org.ow2.easywsdl.schema.api.abstractElmt
 

Methods in org.ow2.easywsdl.schema.api.abstractElmt that throw SchemaException
 void AbstractSchemaImpl.addInclude(Incl incl)
          IncludeImpl operation
protected abstract  Schema AbstractSchemaReader.readExternalPart(java.net.URI schemaURI, java.net.URI baseURI, java.util.Map<java.net.URI,AbsItfSchema> imports, boolean deleteImports)
          Read an external XML Schema URI according to a base URI.
 

Constructors in org.ow2.easywsdl.schema.api.abstractElmt that throw SchemaException
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
AbstractIncludeImpl(E model, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
          Default constructor
AbstractIncludeImpl(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
 

Uses of SchemaException in org.ow2.easywsdl.schema.decorator
 

Methods in org.ow2.easywsdl.schema.decorator that throw SchemaException
 void DecoratorSchemaImpl.addInclude(Incl includeDef)
           
protected  AttNew AbstractSchemaConverter.convertAttribute(AbsItfAttribute oldAttribute, java.lang.Class<AttImpl> attImpl)
           
protected  void AbstractSchemaConverter.convertAttributes(java.util.List<AbsItfAttribute> attributes, java.lang.Class<AttImpl> attImpl, SNew newDesc)
           
protected  CTNew AbstractSchemaConverter.convertComplexType(AbsItfComplexType oldCt, java.lang.Class<CTImpl> cTImpl)
           
protected  ENew AbstractSchemaConverter.convertElement(AbsItfElement oldElement, java.lang.Class<EImpl> eimpl)
          Convert all wsdl element
protected  void AbstractSchemaConverter.convertElements(java.util.List<AbsItfElement> elements, java.lang.Class<EImpl> eimpl, SNew newDesc)
           
abstract  ImptNew AbstractSchemaConverter.convertImport(AbsItfImport desc)
           
 ImptNew AbstractSchemaConverter.convertImport(AbsItfImport oldImpt, java.lang.Class<ImptImpl> imptimpl)
           
protected  void AbstractSchemaConverter.convertImports(java.util.List<AbsItfImport> imports, java.lang.Class<ImptImpl> imptimpl, SNew newDesc)
           
protected  InclNew AbstractSchemaConverter.convertInclude(AbsItfInclude oldInclude, java.lang.Class<InclImpl> inclimpl)
           
protected  void AbstractSchemaConverter.convertIncludes(java.util.List<AbsItfInclude> includes, java.lang.Class<InclImpl> inclimpl, SNew newDesc)
           
abstract  SNew AbstractSchemaConverter.convertSchema(AbsItfSchema desc)
           
protected  SNew AbstractSchemaConverter.convertSchema(AbsItfSchema odlDesc, java.lang.Class<SImpl> simpl, java.lang.Class<AnnImpl> annImpl, java.lang.Class<AttGImpl> attGImpl, java.lang.Class<AttImpl> attImpl, java.lang.Class<CTImpl> cTImpl, java.lang.Class<EImpl> eImpl, java.lang.Class<GImpl> gImpl, java.lang.Class<ImptImpl> imptImpl, java.lang.Class<InclImpl> inclImpl, java.lang.Class<NotImpl> notImpl, java.lang.Class<RedImpl> redImpl, java.lang.Class<STImpl> sTImpl, java.lang.Class<TImpl> tImpl)
           
protected  STNew AbstractSchemaConverter.convertSimpleType(AbsItfSimpleType oldSt, java.lang.Class<STImpl> sTImpl)
           
protected  void AbstractSchemaConverter.convertTypes(java.util.List<AbsItfType> types, java.lang.Class<TImpl> tImpl, java.lang.Class<STImpl> sTImpl, java.lang.Class<CTImpl> cTImpl, SNew newDesc)
           
 Impt DecoratorSchemaImpl.createImport()
           
 Incl DecoratorSchemaImpl.createInclude()
           
 Incl DecoratorSchemaImpl.removeInclude(Incl includeDef)
           
 

Constructors in org.ow2.easywsdl.schema.decorator that throw SchemaException
DecoratorAllImpl(AbsItfAll<E> all, java.lang.Class<? extends E> eImpl)
           
DecoratorChoiceImpl(AbsItfChoice choice, java.lang.Class<? extends E> eImpl)
           
DecoratorComplexContentImpl(AbsItfComplexContent<Ex> complexContent, java.lang.Class<? extends Ex> exImpl)
           
DecoratorComplexTypeImpl(AbsItfComplexType complexType, java.lang.Class<? extends A> aImpl, java.lang.Class<? extends S> sImpl, java.lang.Class<? extends All> allImpl, java.lang.Class<? extends Ch> chImpl, java.lang.Class<? extends CC> ccImpl, java.lang.Class<? extends SC> scImpl)
           
DecoratorElementImpl(AbsItfElement element, java.lang.Class<? extends T> tSImpl, java.lang.Class<? extends T> tCImpl)
           
DecoratorSequenceImpl(AbsItfSequence sequence, java.lang.Class<? extends E> eImpl)
           
DecoratorSimpleContentImpl(AbsItfSimpleContent<Ex> simpleContent, java.lang.Class<? extends Ex> exImpl)
           
 

Uses of SchemaException in org.ow2.easywsdl.schema.impl
 

Methods in org.ow2.easywsdl.schema.impl that throw SchemaException
 void SchemaImpl.addInclude(Include incl)
           
 org.w3c.dom.Document SchemaWriterImpl.convertSchema2DOMElement(Schema schemaDescriptor, NamespaceMapperImpl namespaceMapper)
           
 Import SchemaImpl.createImport()
           
 Include SchemaImpl.createInclude()
           
 org.w3c.dom.Document SchemaWriterImpl.getDocument(Schema schemaDef)
           
static SchemaJAXBContext SchemaWriterImpl.getJaxbContext()
           
static SchemaJAXBContext SchemaReaderImpl.getJaxbContext()
           
 Schema SchemaReaderImpl.read(org.w3c.dom.Document doc)
          

Read the XMLSchema definition accessible via the specified DOM Document, and bind it into a Schema object.

 Schema SchemaReaderImpl.read(org.xml.sax.InputSource inputSource)
          

Read the XMLSchema definition accessible via the specified InputSource, and bind it into a Schema object.

 Schema SchemaReaderImpl.read(java.net.URL schemaURL)
          

Read the XMLSchema definition available at the location identified by the specified URL, and bind it into a Schema object.

protected  Schema SchemaReaderImpl.readExternalPart(java.net.URI schemaLocationURI, java.net.URI baseURI, java.util.Map<java.net.URI,AbsItfSchema> imports, boolean deleteImports)
          Read an external XML Schema URI according to a base URI.
 Include SchemaImpl.removeInclude(Include includeDef)
           
 void SchemaWriterImpl.writeSchema(Schema schemaDef, java.io.OutputStream output)
           
 

Constructors in org.ow2.easywsdl.schema.impl that throw SchemaException
ImportImpl(Import impt, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
           
ImportImpl(Import impt, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
           
IncludeImpl(Include incl, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
           
IncludeImpl(Include incl, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
           
RedefineImpl(Redefine model, AbstractSchemaElementImpl parent, java.util.Map<java.net.URI,AbsItfSchema> imports, java.net.URI baseURI, AbstractSchemaReader reader)
           
SchemaImpl()
           
SchemaImpl(java.net.URI documentURI, Schema schema, NamespaceMapperImpl namespaceMapper, SchemaLocatorImpl schemaLocator, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features, java.util.Map<java.net.URI,AbsItfSchema> imports, SchemaReaderImpl reader)
           
SchemaJAXBContext()
          Private object initializations
SchemaReaderImpl()
           
SchemaWriterImpl()
           
 



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