org.apache.axis.wsdl.symbolTable
Class ServiceEntry
public class ServiceEntry
This class represents a WSDL service. It simply encompasses the WSDL4J Service object so it can
reside in the SymbolTable.
ServiceEntry(Service service) - Construct a ServiceEntry from a WSDL4J Service object.
|
Service | getService() - Get this entry's Service object.
|
ServiceEntry
public ServiceEntry(Service service)
Construct a ServiceEntry from a WSDL4J Service object.
getService
public Service getService()
Get this entry's Service object.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.