Uses of Class
org.ow2.easywsdl.schema.api.SchemaException
-
-
Uses of SchemaException in org.ow2.easywsdl.schema
Methods in org.ow2.easywsdl.schema that throw SchemaException Modifier and Type Method Description voidDefaultSchemaImpl. addInclude(Include includeDef)ImportDefaultSchemaImpl. createImport()IncludeDefaultSchemaImpl. createInclude()RedefineDefaultSchemaImpl. createRedefine()static SchemaFactorySchemaFactory. newInstance()Get a new instance of a SchemaFactory.abstract SchemaSchemaFactory. newSchema()Create a new instance of a Definition.SchemaSchemaFactoryImpl. newSchema()Create a new instance of a Definition, with an instance of a PopulatedExtensionRegistry as its ExtensionRegistry.abstract SchemaReaderSchemaFactory. newSchemaReader()Create a new instance of a SchemaReaderImpl.abstract SchemaReaderSchemaFactory. newSchemaReader(Map<SchemaReader.FeatureConstants,Object> features)Create a new instance of a SchemaReaderImpl.SchemaReaderSchemaFactoryImpl. newSchemaReader()Create a new instance of a SchemaReaderImpl.SchemaReaderSchemaFactoryImpl. newSchemaReader(Map<SchemaReader.FeatureConstants,Object> features)Create a new instance of a SchemaReaderImpl.abstract SchemaWriterSchemaFactory. newSchemaWriter()Create a new instance of a SchemaWriterImpl.SchemaWriterSchemaFactoryImpl. newSchemaWriter()Create a new instance of a SchemaWriterImpl.IncludeDefaultSchemaImpl. removeInclude(Include includeDef) -
Uses of SchemaException in org.ow2.easywsdl.schema.api
Methods in org.ow2.easywsdl.schema.api that throw SchemaException Modifier and Type Method Description DocumentSchemaWriter. getDocument(Schema schemaDef)Return a document generated from the specified SchemaImpl model.SchemaSchemaReader. read(URL schemaURL)Read the XMLSchema definition available at the location identified by the specified URL, and bind it into aSchemaobject.SchemaSchemaReader. read(Document document)SchemaSchemaReader. read(InputSource inputSource)Read the XMLSchema definition accessible via the specifiedInputSource, and bind it into aSchemaobject.voidSchemaWriter. writeSchema(Schema schemaDef, OutputStream output) -
Uses of SchemaException in org.ow2.easywsdl.schema.api.absItf
Methods in org.ow2.easywsdl.schema.api.absItf that throw SchemaException Modifier and Type Method Description voidAbsItfSchema. addInclude(Incl includeDef)Add an include to this parent.ImptAbsItfSchema. createImport()Create an import to this parent.InclAbsItfSchema. createInclude()Create an include to this parent.RedAbsItfSchema. createRedefine()InclAbsItfSchema. 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 Modifier and Type Method Description voidAbstractSchemaImpl. addInclude(Incl incl)IncludeImpl operationprotected abstract SchemaAbstractSchemaReader. readExternalPart(URI schemaURI, URI baseURI, Map<URI,AbsItfSchema> imports)Read an external XML Schema URI according to a base URI.Constructors in org.ow2.easywsdl.schema.api.abstractElmt that throw SchemaException Constructor Description AbstractImportImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructorAbstractImportImpl(E model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructorAbstractIncludeImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructorAbstractIncludeImpl(E model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, 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 Modifier and Type Method Description voidDecoratorSchemaImpl. addInclude(Incl includeDef)protected AttNewAbstractSchemaConverter. convertAttribute(AbsItfAttribute oldAttribute, Class<AttImpl> attImpl)protected voidAbstractSchemaConverter. convertAttributes(List<AbsItfAttribute> attributes, Class<AttImpl> attImpl, SNew newDesc)protected CTNewAbstractSchemaConverter. convertComplexType(AbsItfComplexType oldCt, Class<CTImpl> cTImpl)protected ENewAbstractSchemaConverter. convertElement(AbsItfElement oldElement, Class<EImpl> eimpl)Convert all wsdl elementprotected voidAbstractSchemaConverter. convertElements(List<AbsItfElement> elements, Class<EImpl> eimpl, SNew newDesc)abstract ImptNewAbstractSchemaConverter. convertImport(AbsItfImport desc)ImptNewAbstractSchemaConverter. convertImport(AbsItfImport oldImpt, Class<ImptImpl> imptimpl)protected voidAbstractSchemaConverter. convertImports(List<AbsItfImport> imports, Class<ImptImpl> imptimpl, SNew newDesc)protected InclNewAbstractSchemaConverter. convertInclude(AbsItfInclude oldInclude, Class<InclImpl> inclimpl)protected voidAbstractSchemaConverter. convertIncludes(List<AbsItfInclude> includes, Class<InclImpl> inclimpl, SNew newDesc)abstract SNewAbstractSchemaConverter. convertSchema(AbsItfSchema desc)protected SNewAbstractSchemaConverter. convertSchema(AbsItfSchema odlDesc, Class<SImpl> simpl, Class<AnnImpl> annImpl, Class<AttGImpl> attGImpl, Class<AttImpl> attImpl, Class<CTImpl> cTImpl, Class<EImpl> eImpl, Class<GImpl> gImpl, Class<ImptImpl> imptImpl, Class<InclImpl> inclImpl, Class<NotImpl> notImpl, Class<RedImpl> redImpl, Class<STImpl> sTImpl, Class<TImpl> tImpl)protected STNewAbstractSchemaConverter. convertSimpleType(AbsItfSimpleType oldSt, Class<STImpl> sTImpl)protected voidAbstractSchemaConverter. convertTypes(List<AbsItfType> types, Class<TImpl> tImpl, Class<STImpl> sTImpl, Class<CTImpl> cTImpl, SNew newDesc)ImptDecoratorSchemaImpl. createImport()InclDecoratorSchemaImpl. createInclude()RedDecoratorSchemaImpl. createRedefine()InclDecoratorSchemaImpl. removeInclude(Incl includeDef) -
Uses of SchemaException in org.ow2.easywsdl.schema.impl
Methods in org.ow2.easywsdl.schema.impl that throw SchemaException Modifier and Type Method Description voidSchemaImpl. addInclude(Include incl)voidSchemaJAXBContext. addOtherObjectFactory(Class<?>[] addedObjectFactories)voidSchemaJAXBContext. addOtherObjectFactory(List<Class<?>> addedObjectFactories)DocumentSchemaWriterImpl. convertSchema2DOMElement(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Schema schemaDescriptor, NamespaceMapperImpl namespaceMapper)ImportSchemaImpl. createImport()IncludeSchemaImpl. createInclude()RedefineSchemaImpl. createRedefine()DocumentSchemaWriterImpl. getDocument(Schema schemaDef)static SchemaJAXBContextSchemaJAXBContext. getInstance()SchemaSchemaReaderImpl. read(URL schemaURL)Read the XMLSchema definition available at the location identified by the specified URL, and bind it into aSchemaobject.SchemaSchemaReaderImpl. read(Document doc)SchemaSchemaReaderImpl. read(InputSource inputSource)Read the XMLSchema definition accessible via the specifiedInputSource, and bind it into aSchemaobject.protected SchemaSchemaReaderImpl. readExternalPart(URI schemaLocationURI, URI baseURI, Map<URI,AbsItfSchema> imports)Read an external XML Schema URI according to a base URI.protected SchemaSchemaReaderImpl. readSchema(InputSource source, Map<URI,AbsItfSchema> imports)IncludeSchemaImpl. removeInclude(Include includeDef)voidSchemaWriterImpl. writeSchema(Schema schemaDef, OutputStream output)Constructors in org.ow2.easywsdl.schema.impl that throw SchemaException Constructor Description ImportImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Import impt, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)ImportImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Import impt, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)IncludeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Include incl, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)IncludeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Include incl, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)RedefineImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Redefine model, AbstractSchemaElementImpl parent, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)SchemaImpl()SchemaImpl(URI documentURI, org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Schema schema, NamespaceMapperImpl namespaceMapper, SchemaLocatorImpl schemaLocator, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, SchemaReaderImpl reader)SchemaReaderImpl()SchemaWriterImpl()
-