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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java57 public void addSEIContext(String seiName, SEIContext seiContext) { argument
58 seiContextMap.put(seiName, seiContext);
H A DWebServiceVisitor.java70 protected SEIContext seiContext; field in class:WebServiceVisitor
187 seiContext = context.getSEIContext(d);
198 seiContext.setNamespaceURI(targetNamespace);
200 serviceImplName = seiContext.getSEIImplName();
202 seiContext.setSEIImplName(serviceImplName);
203 context.addSEIContext(serviceImplName, seiContext);
216 wsdlNamespace = seiContext.getNamespaceURI();
390 seiContext = context.getSEIContext(intTypeDecl.getQualifiedName());
391 assert(seiContext != null);
392 seiContext
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java143 // private final Map<Class,SEIPortInfo> seiContext = new HashMap<Class,SEIPortInfo>();
144 private final Map<QName,SEIPortInfo> seiContext = new HashMap<QName,SEIPortInfo>(); field in class:WSServiceDelegate
658 SEIPortInfo spi = seiContext.get(portName);
661 seiContext.put(spi.portName, spi);

Completed in 44 milliseconds