Uses of Class
org.jomc.model.ModelObjectValidationReport

Packages that use ModelObjectValidationReport
org.jomc.model Object management and configuration model classes. 
 

Uses of ModelObjectValidationReport in org.jomc.model
 

Methods in org.jomc.model that return ModelObjectValidationReport
 ModelObjectValidationReport DefaultModelObjectValidator.validateModelObject(javax.xml.bind.JAXBElement modelObject, javax.xml.bind.JAXBContext context, Schema schema)
           
 ModelObjectValidationReport ModelObjectValidator.validateModelObject(javax.xml.bind.JAXBElement modelObject, javax.xml.bind.JAXBContext context, Schema schema)
          Validates a given model object to conform to a given schema using a given context.
 ModelObjectValidationReport DefaultModelObjectValidator.validateModules(javax.xml.bind.JAXBElement<Modules> modules, javax.xml.bind.JAXBContext context, Schema schema)
           
 ModelObjectValidationReport ModelObjectValidator.validateModules(javax.xml.bind.JAXBElement<Modules> modules, javax.xml.bind.JAXBContext context, Schema schema)
          Validates a given list of modules to conform to a given schema using a given context and to form a valid object management and configuration runtime model.
 



Copyright © 2005-2009 The JOMC Project. All Rights Reserved.