Searched refs:jaxbContext (Results 1 - 25 of 46) sorted by relevance

12

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DValidatorImpl.java44 final DefaultJAXBContextImpl jaxbContext; field in class:ValidatorImpl
50 jaxbContext = c;
113 ValidatableObject vo = jaxbContext.getGrammarInfo().castToValidatableObject(o);
120 ValidationContext context = new ValidationContext(jaxbContext,ei,validateId);
H A DValidationContext.java46 final DefaultJAXBContextImpl jaxbContext; field in class:ValidationContext
52 this.jaxbContext = _context;
75 MSVValidator.validate(jaxbContext,this,vo);
114 reportEvent(jaxbContext.getGrammarInfo().castToValidatableObject(owner),
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java44 final DefaultJAXBContextImpl jaxbContext; field in class:ValidatorImpl
50 jaxbContext = c;
113 ValidatableObject vo = jaxbContext.getGrammarInfo().castToValidatableObject(o);
120 ValidationContext context = new ValidationContext(jaxbContext,ei,validateId);
H A DValidationContext.java46 final DefaultJAXBContextImpl jaxbContext; field in class:ValidationContext
52 this.jaxbContext = _context;
75 MSVValidator.validate(jaxbContext,this,vo);
114 reportEvent(jaxbContext.getGrammarInfo().castToValidatableObject(owner),
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DValidatorImpl.java44 final DefaultJAXBContextImpl jaxbContext; field in class:ValidatorImpl
50 jaxbContext = c;
113 ValidatableObject vo = jaxbContext.getGrammarInfo().castToValidatableObject(o);
120 ValidationContext context = new ValidationContext(jaxbContext,ei,validateId);
H A DValidationContext.java46 final DefaultJAXBContextImpl jaxbContext; field in class:ValidationContext
52 this.jaxbContext = _context;
75 MSVValidator.validate(jaxbContext,this,vo);
114 reportEvent(jaxbContext.getGrammarInfo().castToValidatableObject(owner),
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java44 final DefaultJAXBContextImpl jaxbContext; field in class:ValidatorImpl
50 jaxbContext = c;
113 ValidatableObject vo = jaxbContext.getGrammarInfo().castToValidatableObject(o);
120 ValidationContext context = new ValidationContext(jaxbContext,ei,validateId);
H A DValidationContext.java46 final DefaultJAXBContextImpl jaxbContext; field in class:ValidationContext
52 this.jaxbContext = _context;
75 MSVValidator.validate(jaxbContext,this,vo);
114 reportEvent(jaxbContext.getGrammarInfo().castToValidatableObject(owner),
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java44 final DefaultJAXBContextImpl jaxbContext; field in class:ValidatorImpl
50 jaxbContext = c;
113 ValidatableObject vo = jaxbContext.getGrammarInfo().castToValidatableObject(o);
120 ValidationContext context = new ValidationContext(jaxbContext,ei,validateId);
H A DValidationContext.java46 final DefaultJAXBContextImpl jaxbContext; field in class:ValidationContext
52 this.jaxbContext = _context;
75 MSVValidator.validate(jaxbContext,this,vo);
114 reportEvent(jaxbContext.getGrammarInfo().castToValidatableObject(owner),
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DValidatorImpl.java44 final DefaultJAXBContextImpl jaxbContext; field in class:ValidatorImpl
50 jaxbContext = c;
113 ValidatableObject vo = jaxbContext.getGrammarInfo().castToValidatableObject(o);
120 ValidationContext context = new ValidationContext(jaxbContext,ei,validateId);
H A DValidationContext.java46 final DefaultJAXBContextImpl jaxbContext; field in class:ValidationContext
52 this.jaxbContext = _context;
75 MSVValidator.validate(jaxbContext,this,vo);
114 reportEvent(jaxbContext.getGrammarInfo().castToValidatableObject(owner),
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DValidatorImpl.java44 final DefaultJAXBContextImpl jaxbContext; field in class:ValidatorImpl
50 jaxbContext = c;
113 ValidatableObject vo = jaxbContext.getGrammarInfo().castToValidatableObject(o);
120 ValidationContext context = new ValidationContext(jaxbContext,ei,validateId);
H A DValidationContext.java46 final DefaultJAXBContextImpl jaxbContext; field in class:ValidationContext
52 this.jaxbContext = _context;
75 MSVValidator.validate(jaxbContext,this,vo);
114 reportEvent(jaxbContext.getGrammarInfo().castToValidatableObject(owner),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaUtils.java88 private static JAXBContext jaxbContext = null; field in class:WSFederationMetaUtils
99 jaxbContext = JAXBContext.newInstance(JAXB_PACKAGES);
118 return jaxbContext;
131 Unmarshaller u = jaxbContext.createUnmarshaller();
145 Unmarshaller u = jaxbContext.createUnmarshaller();
159 Unmarshaller u = jaxbContext.createUnmarshaller();
175 Marshaller marshaller = jaxbContext.createMarshaller();
192 Marshaller marshaller = jaxbContext.createMarshaller();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaUtils.java91 private static JAXBContext jaxbContext = null; field in class:WSFederationMetaUtils
102 jaxbContext = JAXBContext.newInstance(JAXB_PACKAGES);
121 return jaxbContext;
134 Unmarshaller u = jaxbContext.createUnmarshaller();
148 Unmarshaller u = jaxbContext.createUnmarshaller();
162 Unmarshaller u = jaxbContext.createUnmarshaller();
178 Marshaller marshaller = jaxbContext.createMarshaller();
195 Marshaller marshaller = jaxbContext.createMarshaller();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java89 private static JAXBContext jaxbContext = null; field in class:IDFFMetaUtils
100 jaxbContext = JAXBContext.newInstance(JAXB_PACKAGES);
122 Marshaller marshaller = jaxbContext.createMarshaller();
161 Unmarshaller u = jaxbContext.createUnmarshaller();
177 Unmarshaller u = jaxbContext.createUnmarshaller();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java89 private static JAXBContext jaxbContext = null; field in class:IDFFMetaUtils
100 jaxbContext = JAXBContext.newInstance(JAXB_PACKAGES);
122 Marshaller marshaller = jaxbContext.createMarshaller();
161 Unmarshaller u = jaxbContext.createUnmarshaller();
177 Unmarshaller u = jaxbContext.createUnmarshaller();
/forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java119 JAXBContext jaxbContext = JAXBContext.newInstance(BatchResponse.class);
120 Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
/forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java118 JAXBContext jaxbContext = JAXBContext.newInstance(BatchResponse.class);
119 Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java119 JAXBContext jaxbContext = JAXBContext.newInstance(BatchResponse.class);
120 Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java119 JAXBContext jaxbContext = JAXBContext.newInstance(BatchResponse.class);
120 Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java118 JAXBContext jaxbContext = JAXBContext.newInstance(BatchResponse.class);
119 Unmarshaller unmarshaller = jaxbContext.createUnmarshaller();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaUtils.java89 private static JAXBContext jaxbContext = null; field in class:SAML2MetaUtils
112 jaxbContext = JAXBContext.newInstance(jaxbPackages);
127 return jaxbContext;
140 Unmarshaller u = jaxbContext.createUnmarshaller();
154 Unmarshaller u = jaxbContext.createUnmarshaller();
168 Unmarshaller u = jaxbContext.createUnmarshaller();
184 Marshaller marshaller = jaxbContext.createMarshaller();
201 Marshaller marshaller = jaxbContext.createMarshaller();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaUtils.java89 private static JAXBContext jaxbContext = null; field in class:SAML2MetaUtils
112 jaxbContext = JAXBContext.newInstance(jaxbPackages);
127 return jaxbContext;
140 Unmarshaller u = jaxbContext.createUnmarshaller();
154 Unmarshaller u = jaxbContext.createUnmarshaller();
168 Unmarshaller u = jaxbContext.createUnmarshaller();
184 Marshaller marshaller = jaxbContext.createMarshaller();
201 Marshaller marshaller = jaxbContext.createMarshaller();

Completed in 48 milliseconds

12