YOKO API

Uses of Class
org.objectweb.celtix.wsdl.TPort

Packages that use TPort
org.objectweb.celtix.wsdl   
 

Uses of TPort in org.objectweb.celtix.wsdl
 

Fields in org.objectweb.celtix.wsdl with type parameters of type TPort
protected  java.util.List<TPort> TService.port
           
 

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

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


YOKO API

-