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

Packages that use MethodDescriptionComposite
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 MethodDescriptionComposite in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return types with arguments of type MethodDescriptionComposite
protected  ArrayList<MethodDescriptionComposite> MethodRetriever.removeOverriddenMethods(ArrayList<MethodDescriptionComposite> methodList, DescriptionBuilderComposite dbc, EndpointInterfaceDescriptionImpl eid)
          This method will loop through each method that was previously determined as being relevant to the current composite.
abstract  Iterator<MethodDescriptionComposite> MethodRetriever.retrieveMethods()
           
protected  ArrayList<MethodDescriptionComposite> MethodRetriever.retrieveSEIMethods(DescriptionBuilderComposite dbc)
           
protected  ArrayList<MethodDescriptionComposite> MethodRetriever.retrieveSEIMethodsChain(DescriptionBuilderComposite tmpDBC, EndpointInterfaceDescriptionImpl eid)
          A recursive method which peruses and retrieves methods in the super class hierarchy
 

Method parameters in org.apache.axis2.jaxws.description with type arguments of type MethodDescriptionComposite
protected  ArrayList<MethodDescriptionComposite> MethodRetriever.removeOverriddenMethods(ArrayList<MethodDescriptionComposite> methodList, DescriptionBuilderComposite dbc, EndpointInterfaceDescriptionImpl eid)
          This method will loop through each method that was previously determined as being relevant to the current composite.
 

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

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

Methods in org.apache.axis2.jaxws.description.builder that return types with arguments of type MethodDescriptionComposite
 List<MethodDescriptionComposite> DescriptionBuilderComposite.getMethodDescriptionComposite(String methodName)
          Returns a collection of all MethodDescriptionComposites that match the specified name
 List<MethodDescriptionComposite> PortComposite.getMethodDescriptionComposite(String methodName)
           
 List<MethodDescriptionComposite> DescriptionBuilderComposite.getMethodDescriptionsList()
           
 List<MethodDescriptionComposite> PortComposite.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
 List<MethodDescriptionComposite> JavaMethodsToMDCConverter.convertMethods()
          This will drive the creation of a MethodDescriptionComposite for every public 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(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, List<MethodDescriptionComposite> mdcList)
          This method will add MethodDescriptionComposite objects to a DescriptionBuilderComposite
 

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

Methods in org.apache.axis2.jaxws.description.impl that return types with arguments of type MethodDescriptionComposite
 Iterator<MethodDescriptionComposite> PostRI216MethodRetrieverImpl.retrieveMethods()
           
 Iterator<MethodDescriptionComposite> LegacyMethodRetrieverImpl.retrieveMethods()
           
 



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