org.apache.axis.wsdl.symbolTable

Class PortEntry

public class PortEntry extends SymTabEntry

This class represents the symbol table entry for a WSDL port.

Author: Karl Guggisberg

Constructor Summary
PortEntry(Port port)
constructor
Method Summary
PortgetPort()
replies the WSDL port element represented by this symbol table entry

Constructor Detail

PortEntry

public PortEntry(Port port)
constructor

Parameters: port the WSDL port element

Method Detail

getPort

public Port getPort()
replies the WSDL port element represented by this symbol table entry

Returns: the WSDL port element represented by this symbol table entry

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.