public class SchemaFactoryImpl extends SchemaFactory
Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.
| Constructor and Description |
|---|
SchemaFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
newSchema()
Create a new instance of a Definition, with an instance of a
PopulatedExtensionRegistry as its ExtensionRegistry.
|
SchemaReader |
newSchemaReader()
Create a new instance of a SchemaReaderImpl.
|
SchemaReader |
newSchemaReader(Map<SchemaReader.FeatureConstants,Object> features)
Create a new instance of a SchemaReaderImpl.
|
SchemaWriter |
newSchemaWriter()
Create a new instance of a SchemaWriterImpl.
|
getDefaultSchema, newInstancepublic Schema newSchema() throws SchemaException
newSchema in class SchemaFactorySchemaExceptioncom.ibm.wsdl.extensions.PopulatedExtensionRegistrypublic SchemaReader newSchemaReader() throws SchemaException
newSchemaReader in class SchemaFactorySchemaExceptionpublic SchemaReader newSchemaReader(Map<SchemaReader.FeatureConstants,Object> features) throws SchemaException
newSchemaReader in class SchemaFactorySchemaExceptionpublic SchemaWriter newSchemaWriter() throws SchemaException
newSchemaWriter in class SchemaFactorySchemaExceptionCopyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.