当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
ServiceEntry (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.wsdl.symbolTable
Class ServiceEntry
java.lang.Object
org.apache.axis.wsdl.symbolTable.SymTabEntry
org.apache.axis.wsdl.symbolTable.ServiceEntry
- public class ServiceEntry
- extends SymTabEntry
This class represents a WSDL service. It simply encompasses the WSDL4J Service object so it can
reside in the SymbolTable.
Constructor Summary |
ServiceEntry(javax.wsdl.Service service)
Construct a ServiceEntry from a WSDL4J Service object. |
Method Summary |
javax.wsdl.Service |
getService()
Get this entry's Service object. |
ServiceEntry
public ServiceEntry(javax.wsdl.Service service)
- Construct a ServiceEntry from a WSDL4J Service object.
getService
public javax.wsdl.Service getService()
- Get this entry's Service object.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.