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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DFastInfosetStreamWriterOutput.java71 private final TablesPerJAXBContext tables;
77 final static class TablesPerJAXBContext { class in class:FastInfosetStreamWriterOutput
107 TablesPerJAXBContext(JAXBContextImpl context, int initialIndexOffset) { method in class:FastInfosetStreamWriterOutput.TablesPerJAXBContext
208 final Map<JAXBContext, TablesPerJAXBContext> contexts =
209 new WeakHashMap<JAXBContext, TablesPerJAXBContext>();
210 final Collection<TablesPerJAXBContext> collectionOfContexts = contexts.values();
216 for(TablesPerJAXBContext c : collectionOfContexts)
237 final TablesPerJAXBContext tablesPerContext = appData.contexts.get(context);
246 tables = new TablesPerJAXBContext(context, out.getLocalNameIndex());

Completed in 31 milliseconds