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

Packages that use PortComposite
org.apache.axis2.jaxws.description.builder   
 

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

Methods in org.apache.axis2.jaxws.description.builder that return types with arguments of type PortComposite
 List<PortComposite> DescriptionBuilderComposite.getPortComposites()
          Gets the generic PortComposite instances.
 List<PortComposite> PortComposite.getPortComposites()
           
 List<PortComposite> DescriptionBuilderComposite.getPortComposites(QName serviceQName)
          Gets all the PortComposite instances associated with a particular wsdl:service QName.
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type PortComposite
 void DescriptionBuilderComposite.addPortComposite(PortComposite portDBC)
          Adds a PortComposite to the generic list.
 void PortComposite.addPortComposite(PortComposite portDBC)
           
 void DescriptionBuilderComposite.addPortComposite(QName serviceQName, PortComposite portDBC)
          Adds a PortComposite to a list that is keyed by a wsdl:service QName.
 



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