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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceEntry
public ServiceEntry(javax.wsdl.Service service)
- Construct a ServiceEntry from a WSDL4J Service object.
- Parameters:
service
-
getOriginalServiceName
public java.lang.String getOriginalServiceName()
setOriginalServiceName
public void setOriginalServiceName(java.lang.String originalName)
getService
public javax.wsdl.Service getService()
- Get this entry's Service object.
- Returns:
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.