org.apache.axis2.jaxws.description.builder.converter
Class JavaMethodsToMDCConverter

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

public class JavaMethodsToMDCConverter
extends java.lang.Object


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

JavaMethodsToMDCConverter

public JavaMethodsToMDCConverter(java.lang.reflect.Method[] methods,
                                 java.lang.reflect.Constructor[] constructors,
                                 java.lang.String declaringClass)
Method Detail

convertMethods

public 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.

Returns:
- List


Copyright © 2007 Apache Web Services Project. All Rights Reserved.