Uses of Class
org.apache.cxf.tools.common.model.JavaMethod
Packages that use JavaMethod
-
Uses of JavaMethod in org.apache.cxf.tools.common.model
Methods in org.apache.cxf.tools.common.model that return JavaMethodModifier and TypeMethodDescriptionJavaClass.appendGetter(JavaField field) JavaClass.appendSetter(JavaField field) JavaParameter.getMethod()Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaMethodMethods in org.apache.cxf.tools.common.model with parameters of type JavaMethodModifier and TypeMethodDescriptionvoidJavaInterface.addMethod(JavaMethod method) voidJavaPort.addOperation(JavaMethod method) booleanJavaInterface.hasMethod(JavaMethod method) intJavaInterface.indexOf(JavaMethod method) intJavaInterface.removeMethod(JavaMethod method) voidJavaInterface.replaceMethod(JavaMethod method) voidJavaParameter.setMethod(JavaMethod jm)