Package org.apache.axis.wsdl.symbolTable
Class PortEntry
- java.lang.Object
-
- org.apache.axis.wsdl.symbolTable.SymTabEntry
-
- org.apache.axis.wsdl.symbolTable.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
Constructors Constructor Description PortEntry(javax.wsdl.Port port)
constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.wsdl.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
-
-