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

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

public class JavaFieldsToFDCConverter
extends java.lang.Object

This class will be used to convert Java Fields into FieldDescriptionComposite objects.


Constructor Summary
JavaFieldsToFDCConverter(java.lang.reflect.Field[] fields)
           
 
Method Summary
 java.util.List<FieldDescriptionComposite> convertFields()
          This method will be called to create FieldDescriptionComposite objects for public fields in a given Class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaFieldsToFDCConverter

public JavaFieldsToFDCConverter(java.lang.reflect.Field[] fields)
Method Detail

convertFields

public java.util.List<FieldDescriptionComposite> convertFields()
This method will be called to create FieldDescriptionComposite objects for public fields in a given Class.

Returns:
- List


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