Apache CXF API

Uses of Class
org.apache.cxf.wsdl.TPort

Packages that use TPort
org.apache.cxf.wsdl   
 

Uses of TPort in org.apache.cxf.wsdl
 

Fields in org.apache.cxf.wsdl with type parameters of type TPort
protected  List<TPort> TService.port
           
 

Methods in org.apache.cxf.wsdl that return TPort
 TPort ObjectFactory.createTPort()
          Create an instance of TPort
 

Methods in org.apache.cxf.wsdl that return types with arguments of type TPort
 List<TPort> TService.getPort()
          Gets the value of the port property.
 


Apache CXF API

Apache CXF