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(String fieldName)
           
 FieldDescriptionComposite PortComposite.getFieldDescriptionComposite(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
 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, List<FieldDescriptionComposite> fdcList)
          This method will add FieldDescriptionComposite objects to a DescriptionBuilderComposite
 



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