org.jbind.xml.schema.reader
Interface ISchemaJob

All Superinterfaces:
IHasLocation, IHasTopLevelJobs, IJob
All Known Implementing Classes:
SchemaJob

public interface ISchemaJob
extends IJob, IHasTopLevelJobs


Method Summary
 void addCreatedComponent(IComponent aComponent, IConstraintViolations aViolations)
           
 void addValidatedComponent(IComponent aComponent, IConstraintViolations aViolations)
           
 java.net.URL getUrl()
           
 
Methods inherited from interface org.jbind.xml.schema.reader.IJob
checkSubJobsValidated, executeCompletion, executeCreation, executeValidation, getDescription, getInstantiator, getIsValidated, getParent, iterRefsForCompletion, iterRefsForCreation, iterRefsForValidation, iterSubJobs, setParent
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 
Methods inherited from interface org.jbind.xml.schema.instantiation.IHasTopLevelJobs
addComponentJob, addImportJob, addIncludeJob, addRedefineJob
 

Method Detail

addCreatedComponent

public void addCreatedComponent(IComponent aComponent,
                                IConstraintViolations aViolations)

addValidatedComponent

public void addValidatedComponent(IComponent aComponent,
                                  IConstraintViolations aViolations)

getUrl

public java.net.URL getUrl()