|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.axis.wsdl.symbolTable.SymTabEntry (src) org.jboss.axis.wsdl.symbolTable.ServiceEntry
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.jboss.axis.wsdl.symbolTable.SymTabEntry (src) |
name, qname |
Constructor Summary | |
ServiceEntry(Service service)
Construct a ServiceEntry from a WSDL4J Service object. |
Method Summary | |
Service |
getService()
Get this entry's Service object. |
Methods inherited from class org.jboss.axis.wsdl.symbolTable.SymTabEntry (src) |
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 |
public ServiceEntry(Service service)
Method Detail |
public Service getService()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |