站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

PortEntry (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.wsdl.symbolTable
Class PortEntry

java.lang.Object
  extended byorg.apache.axis.wsdl.symbolTable.SymTabEntry
      extended byorg.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
PortEntry(javax.wsdl.Port port)
          constructor
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.