Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.PortComponentType

Packages that use PortComponentType
org.apache.cxf.jaxws.javaee   
 

Uses of PortComponentType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee with type parameters of type PortComponentType
protected  List<PortComponentType> WebserviceDescriptionType.portComponent
           
 

Methods in org.apache.cxf.jaxws.javaee that return PortComponentType
 PortComponentType ObjectFactory.createPortComponentType()
          Create an instance of PortComponentType
 

Methods in org.apache.cxf.jaxws.javaee that return types with arguments of type PortComponentType
 List<PortComponentType> WebserviceDescriptionType.getPortComponent()
          Gets the value of the portComponent property.
 


Apache CXF API

Apache CXF