Uses of Class
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime.ValidationContext

Packages that use ValidationContext
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime   
 

Uses of ValidationContext in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime
 

Fields in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime declared as ValidationContext
private  ValidationContext MSVValidator.context
          Context object that coordinates the entire validation effort.
 

Methods in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type ValidationContext
static void MSVValidator.validate(DefaultJAXBContextImpl jaxbCtx, ValidationContext context, ValidatableObject vo)
          Validates the specified object and reports any error to the context.
 

Constructors in edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime with parameters of type ValidationContext
MSVValidator(DefaultJAXBContextImpl _jaxbCtx, ValidationContext _ctxt, ValidatableObject vo)
          To use this class, call the static validate method.