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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java232 private WeakReference<RuntimeTypeInfoSet> typeInfoSetCache; field in class:JAXBContextImpl
429 if(typeInfoSetCache!=null) {
430 RuntimeTypeInfoSet r = typeInfoSetCache.get();
454 typeInfoSetCache = new WeakReference<RuntimeTypeInfoSet>(r);

Completed in 41 milliseconds