|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
add(IJob aJob)
|
void |
addCreatedComponent(IComponent aComponent,
IConstraintViolations aViolations)
|
void |
addSchemaDataAddition(IComponent aComponent,
ISchemaDataAdder anAdder)
Registers that some schema data has to be added to a component. |
void |
addValidatedComponent(IComponent aComponent,
IConstraintViolations aViolations)
|
IComponent |
getComponent(IJobRef aJobRef)
|
ISchema |
getSchema()
Gets the schema that is instantiated by this instantiator. |
boolean |
getUseBuiltInClassesOnly()
|
boolean |
hasBeenParsed(java.net.URL aUrl)
Checks if a schema with the specified url has already been parsed by this instantiator. |
IInstantiator |
newInstantiator()
|
Methods inherited from interface org.jbind.xml.schema.instantiation.ISchemaReader |
readSchema |
Methods inherited from interface org.jbind.xml.schema.instantiation.ISchemaParser |
parseSchema |
Method Detail |
public void addCreatedComponent(IComponent aComponent, IConstraintViolations aViolations)
public void addValidatedComponent(IComponent aComponent, IConstraintViolations aViolations)
public void addSchemaDataAddition(IComponent aComponent, ISchemaDataAdder anAdder)
Schema data contains information that must be already converted into corresponding data objects. This conversion can not be done before the components received their bindings and their data creation capability. The instantiator adds the schema data after these steps are done.
aComponent
- (required). The component that receives data from
the schema.anAdder
- (required). The source of the schema data.public IComponent getComponent(IJobRef aJobRef)
public ISchema getSchema()
public void add(IJob aJob)
public IInstantiator newInstantiator()
public boolean getUseBuiltInClassesOnly()
public boolean hasBeenParsed(java.net.URL aUrl) throws XmlException
true
iff a schema with the specified URL has
already been parsed.
XmlException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |