Class PortEntry


  • public class PortEntry
    extends SymTabEntry
    This class represents the symbol table entry for a WSDL port.
    Author:
    Karl Guggisberg
    • Constructor Detail

      • PortEntry

        public PortEntry​(javax.wsdl.Port port)
        constructor
        Parameters:
        port - the WSDL port element
    • Method Detail

      • getPort

        public javax.wsdl.Port getPort()
        replies the WSDL port element represented by this symbol table entry
        Returns:
        the WSDL port element represented by this symbol table entry