Searched defs:JAXBContextImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java126 public final class JAXBContextImpl extends JAXBRIContext { class in inherits:JAXBRIContext
136 * whereas {@link JAXBContextImpl} is.
161 * This map is only used while the {@link JAXBContextImpl} is built and set to null
258 private JAXBContextImpl(JAXBContextBuilder builder) throws JAXBException { method in class:JAXBContextImpl
275 fastB = Boolean.getBoolean(JAXBContextImpl.class.getName()+".fastBoot");
707 synchronized(JAXBContextImpl.class) {
725 synchronized(JAXBContextImpl.class) {
741 synchronized(JAXBContextImpl.class) {
777 return JAXBContextImpl.this.getElementName(jaxbElement);
1024 * Creates a {@link JAXBContextImpl} tha
[all...]

Completed in 224 milliseconds