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

Uses of TPort in org.xmlsoap.schemas.wsdl
 

Fields in org.xmlsoap.schemas.wsdl declared as TPort
private  TPort[] TService.port
           
 

Methods in org.xmlsoap.schemas.wsdl that return TPort
 TPort[] TService.getPort()
          Gets the port value for this TService.
 TPort TService.getPort(int i)
           
 

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

Constructors in org.xmlsoap.schemas.wsdl with parameters of type TPort
TService(TPort[] port, org.apache.axis.types.NCName name)