Uses of Class
org.apache.axis2.jaxws.description.builder.PortComposite
-
Packages that use PortComposite Package Description 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 Modifier and Type Method Description List<PortComposite>DescriptionBuilderComposite. getPortComposites()Gets the generic PortComposite instances.List<PortComposite>DescriptionBuilderComposite. getPortComposites(QName serviceQName)Gets all the PortComposite instances associated with a particular wsdl:service QName.List<PortComposite>PortComposite. getPortComposites()Methods in org.apache.axis2.jaxws.description.builder with parameters of type PortComposite Modifier and Type Method Description voidDescriptionBuilderComposite. addPortComposite(QName serviceQName, PortComposite portDBC)Adds a PortComposite to a list that is keyed by a wsdl:service QName.voidDescriptionBuilderComposite. addPortComposite(PortComposite portDBC)Adds a PortComposite to the generic list.voidPortComposite. addPortComposite(PortComposite portDBC)
-