|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.description.builder.converter.JavaMethodsToMDCConverter
public class JavaMethodsToMDCConverter
Constructor Summary | |
---|---|
JavaMethodsToMDCConverter(java.lang.reflect.Method[] methods,
java.lang.reflect.Constructor[] constructors,
java.lang.String declaringClass)
|
Method Summary | |
---|---|
java.util.List<MethodDescriptionComposite> |
convertMethods()
This will drive the creation of a MethodDescriptionComposite for every 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 |
Constructor Detail |
---|
public JavaMethodsToMDCConverter(java.lang.reflect.Method[] methods, java.lang.reflect.Constructor[] constructors, java.lang.String declaringClass)
Method Detail |
---|
public java.util.List<MethodDescriptionComposite> convertMethods()
MethodDescriptionComposite
for every Java Method
in the methods array and every Java Constructor in the constructors array.
List
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |