Uses of Class
com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.runtime.DefaultJAXBContextImpl

Packages that use DefaultJAXBContextImpl
com.pushtotest.testmaker.XSTest.xml.TestScenario   
com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.runtime   
 

Uses of DefaultJAXBContextImpl in com.pushtotest.testmaker.XSTest.xml.TestScenario
 

Subclasses of DefaultJAXBContextImpl in com.pushtotest.testmaker.XSTest.xml.TestScenario
 class ObjectFactory
          This object contains factory methods for each Java content interface and Java element interface generated in the com.pushtotest.testmaker.XSTest.xml.TestScenario package.
 

Uses of DefaultJAXBContextImpl in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.runtime
 

Methods in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.runtime with parameters of type DefaultJAXBContextImpl
static void MSVValidator.validate(DefaultJAXBContextImpl jaxbCtx, com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.runtime.ValidationContext context, ValidatableObject vo)
          Validates the specified object and reports any error to the context.
 

Constructors in com.pushtotest.testmaker.XSTest.xml.TestScenario.impl.runtime with parameters of type DefaultJAXBContextImpl
MarshallerImpl(DefaultJAXBContextImpl c)
           
UnmarshallerImpl(DefaultJAXBContextImpl context, GrammarInfo gi)
           
ValidatorImpl(DefaultJAXBContextImpl c)