Uses of Class
org.apache.axis2.jaxws.description.builder.FieldDescriptionComposite
-
Packages that use FieldDescriptionComposite Package Description 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 Modifier and Type Method Description FieldDescriptionComposite
DescriptionBuilderComposite. getFieldDescriptionComposite(String fieldName)
FieldDescriptionComposite
PortComposite. getFieldDescriptionComposite(String fieldName)
Methods in org.apache.axis2.jaxws.description.builder with parameters of type FieldDescriptionComposite Modifier and Type Method Description 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 Modifier and Type Method Description List<FieldDescriptionComposite>
JavaFieldsToFDCConverter. convertFields()
This method will be called to createFieldDescriptionComposite
objects for public fields in a given Class.Method parameters in org.apache.axis2.jaxws.description.builder.converter with type arguments of type FieldDescriptionComposite Modifier and Type Method Description static void
ConverterUtils. attachFieldDescriptionComposites(DescriptionBuilderComposite composite, List<FieldDescriptionComposite> fdcList)
This method will add FieldDescriptionComposite objects to a DescriptionBuilderComposite
-