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
 java.util.List<PortComposite> PortComposite.getPortComposites()
           
 java.util.List<PortComposite> DescriptionBuilderComposite.getPortComposites()
          Gets the generic PortComposite instances.
 java.util.List<PortComposite> DescriptionBuilderComposite.getPortComposites(javax.xml.namespace.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 PortComposite.addPortComposite(PortComposite portDBC)
           
 void DescriptionBuilderComposite.addPortComposite(PortComposite portDBC)
          Adds a PortComposite to the generic list.
 void DescriptionBuilderComposite.addPortComposite(javax.xml.namespace.QName serviceQName, PortComposite portDBC)
          Adds a PortComposite to a list that is keyed by a wsdl:service QName.
 



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