Class PortType

  • All Implemented Interfaces:
    Constants

    public class PortType
    extends WsdlNode
    This class represents a WSDL definitions->portType
    Since:
    1.0 Nov 5, 2005
    Version:
    1.0
    Author:
    http://cheenath.com
    • Constructor Detail

      • PortType

        public PortType​(Definitions definitions)
    • Method Detail

      • getOperations

        public java.util.Iterator<Operation> getOperations()
      • getOperation

        public Operation getOperation​(javax.xml.namespace.QName name)