Uses of Class
org.apache.axis2.jaxws.description.builder.FieldDescriptionComposite

Packages that use FieldDescriptionComposite
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.description.builder.converter   
 

Uses of FieldDescriptionComposite in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder that return FieldDescriptionComposite
 FieldDescriptionComposite DescriptionBuilderComposite.getFieldDescriptionComposite(java.lang.String fieldName)
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type FieldDescriptionComposite
 void DescriptionBuilderComposite.addFieldDescriptionComposite(FieldDescriptionComposite fieldDescription)
           
 

Uses of FieldDescriptionComposite in org.apache.axis2.jaxws.description.builder.converter
 

Methods in org.apache.axis2.jaxws.description.builder.converter that return types with arguments of type FieldDescriptionComposite
 java.util.List<FieldDescriptionComposite> JavaFieldsToFDCConverter.convertFields()
          This method will be called to create FieldDescriptionComposite objects for public fields in a given Class.
 

Method parameters in org.apache.axis2.jaxws.description.builder.converter with type arguments of type FieldDescriptionComposite
static void ConverterUtils.attachFieldDescriptionComposites(DescriptionBuilderComposite composite, java.util.List<FieldDescriptionComposite> fdcList)
          This method will add FieldDescriptionComposite objects to a DescriptionBuilderComposite
 



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