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

Packages that use DescriptionBuilderComposite
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.description.builder.converter   
org.apache.axis2.jaxws.description.impl   
 

Uses of DescriptionBuilderComposite in org.apache.axis2.jaxws.description
 

Method parameters in org.apache.axis2.jaxws.description with type arguments of type DescriptionBuilderComposite
static java.util.List<ServiceDescription> DescriptionFactory.createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap)
          Create a full ServiceDescription hierachy on the SERVER side for EACH service implementation entry in the DescriptionBuilderComposite (DBC) map.
 

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

Methods in org.apache.axis2.jaxws.description.builder that return DescriptionBuilderComposite
 DescriptionBuilderComposite MethodDescriptionComposite.getDescriptionBuilderCompositeRef()
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type DescriptionBuilderComposite
 void MethodDescriptionComposite.setDescriptionBuilderCompositeRef(DescriptionBuilderComposite dbc)
           
 

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

Methods in org.apache.axis2.jaxws.description.builder.converter that return types with arguments of type DescriptionBuilderComposite
 java.util.HashMap<java.lang.String,DescriptionBuilderComposite> JavaClassToDBCConverter.produceDBC()
          The only method we will expose to users of this class.
 

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

Uses of DescriptionBuilderComposite in org.apache.axis2.jaxws.description.impl
 

Method parameters in org.apache.axis2.jaxws.description.impl with type arguments of type DescriptionBuilderComposite
static java.util.List<ServiceDescription> DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap)
           
 



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