Uses of Class
org.apache.cxf.tools.common.model.JavaMethod
-
Packages that use JavaMethod Package Description 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 Modifier and Type Method Description JavaMethodJavaClass. appendGetter(JavaField field)JavaMethodJavaClass. appendSetter(JavaField field)JavaMethodJavaParameter. getMethod()Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaMethod Modifier and Type Method Description List<JavaMethod>JavaInterface. getMethods()List<JavaMethod>JavaPort. getOperations()Methods in org.apache.cxf.tools.common.model with parameters of type JavaMethod Modifier and Type Method Description voidJavaInterface. 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)
-