Searched refs:JAXB_CONTEXT_FACTORY (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBContext.java225 * the value of the {@link #JAXB_CONTEXT_FACTORY} key will be assumed to be the provider factory class.
233 * If the system property {@link #JAXB_CONTEXT_FACTORY} exists, then its value is assumed to be the provider
268 public static final String JAXB_CONTEXT_FACTORY = field in class:JAXBContext
433 JAXB_CONTEXT_FACTORY,
H A DContextFinder.java46 import static javax.xml.bind.JAXBContext.JAXB_CONTEXT_FACTORY;
304 factoryClassName = AccessController.doPrivileged(new GetPropertyAction(JAXBContext.JAXB_CONTEXT_FACTORY));
382 if (props.containsKey(JAXB_CONTEXT_FACTORY)) {
384 factoryClassName = props.getProperty(JAXB_CONTEXT_FACTORY).trim();
387 throw new JAXBException(Messages.format(Messages.MISSING_PROPERTY, packageName, JAXB_CONTEXT_FACTORY));
393 logger.log(Level.FINE, "Checking system property {0}", JAXBContext.JAXB_CONTEXT_FACTORY);
394 factoryClassName = AccessController.doPrivileged(new GetPropertyAction(JAXBContext.JAXB_CONTEXT_FACTORY));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DPrivateObjectFactoryGenerator.java60 JAXBContext.JAXB_CONTEXT_FACTORY,

Completed in 1054 milliseconds