Uses of Class
org.xmlsoap.schemas.wsdl.TPort

Packages that use TPort
org.xmlsoap.schemas.wsdl   
 

Uses of TPort in org.xmlsoap.schemas.wsdl
 

Methods in org.xmlsoap.schemas.wsdl that return TPort
 TPort[] TService.getPort()
           
 TPort TService.getPort(int i)
           
 

Methods in org.xmlsoap.schemas.wsdl with parameters of type TPort
 void TService.setPort(TPort[] port)
           
 void TService.setPort(int i, TPort value)