org.apache.axis2.jaxws.description.builder.converter
Class JavaFieldsToFDCConverter
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaFieldsToFDCConverter
public JavaFieldsToFDCConverter(Field[] fields)
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.