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

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

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

Methods in org.apache.axis2.jaxws.description.builder that return MethodDescriptionComposite
 MethodDescriptionComposite DescriptionBuilderComposite.getMethodDescriptionComposite(java.lang.String methodName, int occurence)
          Returns the nth occurence of this MethodComposite.
 MethodDescriptionComposite ParameterDescriptionComposite.getMethodDescriptionCompositeRef()
           
 

Methods in org.apache.axis2.jaxws.description.builder that return types with arguments of type MethodDescriptionComposite
 java.util.List<MethodDescriptionComposite> DescriptionBuilderComposite.getMethodDescriptionComposite(java.lang.String methodName)
          Returns a collection of all MethodDescriptionComposites that match the specified name
 java.util.List<MethodDescriptionComposite> DescriptionBuilderComposite.getMethodDescriptionsList()
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type MethodDescriptionComposite
 void DescriptionBuilderComposite.addMethodDescriptionComposite(MethodDescriptionComposite methodDescription)
           
 void ParameterDescriptionComposite.setMethodDescriptionCompositeRef(MethodDescriptionComposite mdc)
           
 

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

Methods in org.apache.axis2.jaxws.description.builder.converter that return types with arguments of type MethodDescriptionComposite
 java.util.List<MethodDescriptionComposite> JavaMethodsToMDCConverter.convertMethods()
          This will drive the creation of a MethodDescriptionComposite for every Java Method in the methods array and every Java Constructor in the constructors array.
 

Methods in org.apache.axis2.jaxws.description.builder.converter with parameters of type MethodDescriptionComposite
static void ConverterUtils.attachParameterDescriptionComposites(java.util.List<ParameterDescriptionComposite> pdcList, MethodDescriptionComposite mdc)
          This method will add ParameterDescriptionComposite objects to a MethodDescriptionComposite
 

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



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