|
||||||||||
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.JavaFieldsToFDCConverter
public class JavaFieldsToFDCConverter
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 |
---|
public JavaFieldsToFDCConverter(java.lang.reflect.Field[] fields)
Method Detail |
---|
public java.util.List<FieldDescriptionComposite> convertFields()
FieldDescriptionComposite
objects for public
fields in a given Class.
List
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |