Class JavaMethodsToMDCConverter

java.lang.Object
org.apache.axis2.jaxws.description.builder.converter.JavaMethodsToMDCConverter

public class JavaMethodsToMDCConverter extends Object
  • Constructor Details

    • JavaMethodsToMDCConverter

      public JavaMethodsToMDCConverter(Method[] methods, Constructor[] constructors, String declaringClass)
  • Method Details

    • convertMethods

      public List<MethodDescriptionComposite> convertMethods()
      This will drive the creation of a MethodDescriptionComposite for every public Java Method in the methods array and every Java Constructor in the constructors array.
      Returns:
      - List