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 Object

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


Constructor Summary
JavaFieldsToFDCConverter(Field[] fields)
           
 
Method Summary
 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(Field[] fields)
Method Detail

convertFields

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

Returns:
- List


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.