Class JavaMethodsToMDCConverter
java.lang.Object
org.apache.axis2.jaxws.description.builder.converter.JavaMethodsToMDCConverter
-
Constructor Summary
ConstructorsConstructorDescriptionJavaMethodsToMDCConverter(Method[] methods, Constructor[] constructors, String declaringClass) -
Method Summary
Modifier and TypeMethodDescriptionThis will drive the creation of aMethodDescriptionCompositefor every public Java Method in the methods array and every Java Constructor in the constructors array.
-
Constructor Details
-
JavaMethodsToMDCConverter
public JavaMethodsToMDCConverter(Method[] methods, Constructor[] constructors, String declaringClass)
-
-
Method Details
-
convertMethods
This will drive the creation of aMethodDescriptionCompositefor every public Java Method in the methods array and every Java Constructor in the constructors array.- Returns:
- -
List
-