Uses of Interface
javax.wsdl.PortType

Packages that use PortType
javax.wsdl   
 

Uses of PortType in javax.wsdl
 

Methods in javax.wsdl that return PortType
 PortType Binding.getPortType()
          Get the port type this is a binding for.
 PortType Definition.getPortType(QName name)
          Get the specified portType.
 PortType Definition.removePortType(QName name)
          Remove the specified portType from this definition.
 PortType Definition.createPortType()
          Create a new port type.
 

Methods in javax.wsdl with parameters of type PortType
 void Binding.setPortType(PortType portType)
          Set the port type this is a binding for.
 void Definition.addPortType(PortType portType)
          Add a portType to this WSDL description.