|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.schema.SchemaFactory
com.ebmwebsourcing.commons.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 SchemaReader. |
SchemaReader |
newSchemaReader(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a SchemaReader. |
SchemaWriter |
newSchemaWriter()
Create a new instance of a SchemaWriter. |
| Methods inherited from class com.ebmwebsourcing.commons.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()
newSchema in class SchemaFactorycom.ibm.wsdl.extensions.PopulatedExtensionRegistrypublic SchemaReader newSchemaReader()
newSchemaReader in class SchemaFactorypublic SchemaReader newSchemaReader(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
newSchemaReader in class SchemaFactorypublic SchemaWriter newSchemaWriter()
newSchemaWriter in class SchemaFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||