Uses of Class
com.sun.tools.ws.processor.model.java.JavaMethod

Packages that use JavaMethod
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.model.java   
 

Uses of JavaMethod in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return JavaMethod
 JavaMethod Operation.getJavaMethod()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type JavaMethod
 void Operation.setJavaMethod(JavaMethod i)
           
 

Uses of JavaMethod in com.sun.tools.ws.processor.model.java
 

Methods in com.sun.tools.ws.processor.model.java with parameters of type JavaMethod
 void JavaInterface.addMethod(JavaMethod method)
           
 boolean JavaInterface.hasMethod(JavaMethod method)