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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceVisitor.java76 protected boolean hasWebMethods = false; field in class:WebServiceVisitor
298 hasWebMethods = false;
316 hasWebMethods = hasWebMethods(classDecl);
338 protected boolean hasWebMethods(ClassDeclaration d) { method in class:WebServiceVisitor
355 return false;//hasWebMethods(d.getSuperclass().getDeclaration());
360 hasWebMethods = false;
370 hasWebMethods = hasWebMethods(d);
456 builder.log("should process method: "+method.getSimpleName()+" hasWebMethods
[all...]

Completed in 44 milliseconds