org.apache.axis.wsdl.symbolTable

Class 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

ServiceEntry(Service service)
Construct a ServiceEntry from a WSDL4J Service object.

Method Summary

String
getOriginalServiceName()
Service
getService()
Get this entry's Service object.
void
setOriginalServiceName(String originalName)

Methods inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry

getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString

Constructor Details

ServiceEntry

public ServiceEntry(Service service)
Construct a ServiceEntry from a WSDL4J Service object.
Parameters:
service -

Method Details

getOriginalServiceName

public String getOriginalServiceName()
Parameters:

getService

public Service getService()
Get this entry's Service object.
Returns:

setOriginalServiceName

public void setOriginalServiceName(String originalName)

Copyright © 2005 Apache Web Services Project. All Rights Reserved.