Apache CXF API

Uses of Class
org.apache.cxf.tools.common.model.JavaMethod

Packages that use JavaMethod
org.apache.cxf.tools.common.model   
 

Uses of JavaMethod in org.apache.cxf.tools.common.model
 

Methods in org.apache.cxf.tools.common.model that return JavaMethod
 JavaMethod JavaClass.appendGetter(JavaField field)
           
 JavaMethod JavaClass.appendSetter(JavaField field)
           
 JavaMethod JavaParameter.getMethod()
           
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaMethod
 java.util.List<JavaMethod> JavaInterface.getMethods()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JavaMethod
 void JavaInterface.addMethod(JavaMethod method)
           
 void JavaPort.addOperation(JavaMethod method)
           
 boolean JavaInterface.hasMethod(JavaMethod method)
           
 int JavaInterface.indexOf(JavaMethod method)
           
 int JavaInterface.removeMethod(JavaMethod method)
           
 void JavaInterface.replaceMethod(JavaMethod method)
           
 void JavaParameter.setMethod(JavaMethod jm)
           
 


Apache CXF API

Apache CXF