|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.rta.model.RtaSchemaModelFactory
public class RtaSchemaModelFactory
A factory for creating RtaSchema model objects.
| Method Summary | |
|---|---|
RtaSchema |
createSchema(java.io.File file)
Create an RtaSchema instance from the provided file |
RtaSchema |
createSchema(org.xml.sax.InputSource inputSource)
Create an RtaSchema instance from the provided input source. |
static RtaSchemaModelFactory |
getInstance()
|
MutableRtaSchema |
newSchema(java.lang.String name)
Returns a new schema instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RtaSchemaModelFactory getInstance()
public MutableRtaSchema newSchema(java.lang.String name)
name - the name
public RtaSchema createSchema(org.xml.sax.InputSource inputSource)
throws java.lang.Exception
RtaSchema instance from the provided input source.
inputSource - input source to use to create the schema
java.lang.Exception
public RtaSchema createSchema(java.io.File file)
throws java.lang.Exception
RtaSchema instance from the provided file
file - Should be the XML representation of the RtaSchema
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||