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 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.
 PortType Binding.getPortType()
          Get the port type this is a binding for.
 

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