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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java1061 public JAXBContextBuilder(JAXBContextImpl baseImpl) { argument
1062 this.supressAccessorWarnings = baseImpl.supressAccessorWarnings;
1063 this.retainPropertyInfo = baseImpl.retainPropertyInfo;
1064 this.defaultNsUri = baseImpl.defaultNsUri;
1065 this.annotationReader = baseImpl.annotationReader;
1066 this.subclassReplacements = baseImpl.subclassReplacements;
1067 this.c14nSupport = baseImpl.c14nSupport;
1068 this.classes = baseImpl.classes;
1069 this.typeRefs = baseImpl.bridges.keySet();
1070 this.xmlAccessorFactorySupport = baseImpl
[all...]

Completed in 25 milliseconds