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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DAnnotationProcessorContext.java61 public SEIContext getSEIContext(String seiName) { method in class:AnnotationProcessorContext
70 public SEIContext getSEIContext(TypeDeclaration d) { method in class:AnnotationProcessorContext
71 SEIContext context = getSEIContext(d.getQualifiedName());
H A DWebServiceVisitor.java187 seiContext = context.getSEIContext(d);
390 seiContext = context.getSEIContext(intTypeDecl.getQualifiedName());

Completed in 23 milliseconds