Uses of Interface
org.eclipse.wst.wsdl.PortType

Packages that use PortType
org.eclipse.wst.wsdl The WSDL model API allows clients to work with the WSDL 1.1 documents. 
 

Uses of PortType in org.eclipse.wst.wsdl
 

Methods in org.eclipse.wst.wsdl that return PortType
 PortType Binding.getEPortType()
          Returns the value of the 'EPort Type' reference.
 PortType WSDLFactory.createPortType()
          Returns a new object of class 'Port Type'.
 

Methods in org.eclipse.wst.wsdl with parameters of type PortType
 void Binding.setEPortType(PortType value)
          Sets the value of the 'EPort Type' reference.