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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java48 private Map<String, SEIContext> seiContextMap; field in class:AnnotationProcessorContext
54 seiContextMap = new HashMap<String, SEIContext>();
58 seiContextMap.put(seiName, seiContext);
62 SEIContext context = seiContextMap.get(seiName);
76 return seiContextMap.values();

Completed in 46 milliseconds