当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
PortEntry (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
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
Constructor Summary |
PortEntry(javax.wsdl.Port port)
constructor |
Method Summary |
javax.wsdl.Port |
getPort()
replies the WSDL port element represented by this symbol table entry |
PortEntry
public PortEntry(javax.wsdl.Port port)
- constructor
- Parameters:
port
- the WSDL port element
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
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.