|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.schema.SchemaFactory
org.ow2.easywsdl.schema.SchemaFactoryImpl
public class SchemaFactoryImpl
This class is a concrete implementation of the abstract class SchemaFactory. Some ideas used here have been shamelessly copied from the wonderful JAXP and Xerces work.
| Constructor Summary | |
|---|---|
SchemaFactoryImpl()
|
|
| Method Summary | |
|---|---|
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(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a SchemaReaderImpl. |
SchemaWriter |
newSchemaWriter()
Create a new instance of a SchemaWriterImpl. |
| Methods inherited from class org.ow2.easywsdl.schema.SchemaFactory |
|---|
getDefaultSchema, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaFactoryImpl()
| Method Detail |
|---|
public Schema newSchema()
throws SchemaException
newSchema in class SchemaFactorySchemaExceptioncom.ibm.wsdl.extensions.PopulatedExtensionRegistry
public SchemaReader newSchemaReader()
throws SchemaException
newSchemaReader in class SchemaFactorySchemaException
public SchemaReader newSchemaReader(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
throws SchemaException
newSchemaReader in class SchemaFactorySchemaException
public SchemaWriter newSchemaWriter()
throws SchemaException
newSchemaWriter in class SchemaFactorySchemaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||