Class MethodHelper

java.lang.Object
org.apache.cxf.xjc.javadoc.MethodHelper

public final class MethodHelper extends Object
  • Constructor Details

    • MethodHelper

      private MethodHelper()
  • Method Details

    • findMethod

      public static com.sun.codemodel.JMethod findMethod(com.sun.tools.xjc.outline.ClassOutline classOutline, String methodName)
      Find method in given class with given method name
      Parameters:
      classOutline -
      methodName -
      Returns:
      method in given class with given method name