org.apache.axis2.jaxws.description.builder.converter
Class JavaMethodsToMDCConverter
java.lang.Object
org.apache.axis2.jaxws.description.builder.converter.JavaMethodsToMDCConverter
public class JavaMethodsToMDCConverter
- extends Object
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaMethodsToMDCConverter
public JavaMethodsToMDCConverter(Method[] methods,
Constructor[] constructors,
String declaringClass)
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
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.