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

Field Summary

Fields inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry

name, qname

Constructor Summary

PortEntry(Port port)
constructor

Method Summary

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

Methods inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry

getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString

Constructor Details

PortEntry

public PortEntry(Port port)
constructor
Parameters:
port - the WSDL port element

Method Details

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.