Uses of Interface
javax.wsdl.Port

Packages that use Port
com.ibm.wsdl   
javax.wsdl   
 

Uses of Port in com.ibm.wsdl
 

Classes in com.ibm.wsdl that implement Port
 class PortImpl
          This class represents a port, an endpoint for the functionality described by a particular port type.
 

Methods in com.ibm.wsdl that return Port
 Port ServiceImpl.getPort(java.lang.String name)
          Get the specified port.
 Port DefinitionImpl.createPort()
          Create a new port.
 

Methods in com.ibm.wsdl with parameters of type Port
 void ServiceImpl.addPort(Port port)
          Add a port to this service.
 

Uses of Port in javax.wsdl
 

Methods in javax.wsdl that return Port
 Port Service.getPort(java.lang.String name)
          Get the specified port.
 Port Definition.createPort()
          Create a new port.
 

Methods in javax.wsdl with parameters of type Port
 void Service.addPort(Port port)
          Add a port to this service.
 



Copyright © 2001 IBM. All Rights Reserved.