Package 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.
-
-
Field Summary
-
Fields inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry
name, qname
-
-
Constructor Summary
Constructors Constructor Description ServiceEntry(javax.wsdl.Service service)
Construct a ServiceEntry from a WSDL4J Service object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOriginalServiceName()
javax.wsdl.Service
getService()
Get this entry's Service object.void
setOriginalServiceName(java.lang.String originalName)
-
Methods inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString
-
-
-
-
Method Detail
-
getOriginalServiceName
public java.lang.String getOriginalServiceName()
- Parameters:
originalServiceName
-
-
setOriginalServiceName
public void setOriginalServiceName(java.lang.String originalName)
-
getService
public javax.wsdl.Service getService()
Get this entry's Service object.- Returns:
-
-