Uses of Class
org.apache.axis.wsdl.symbolTable.ServiceEntry
-
Packages that use ServiceEntry Package Description org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.toJava -
-
Uses of ServiceEntry in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return ServiceEntry Modifier and Type Method Description ServiceEntry
SymbolTable. getServiceEntry(QName qname)
Get the ServiceEntry with the given QName. -
Uses of ServiceEntry in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava with parameters of type ServiceEntry Modifier and Type Method Description protected java.lang.String
JavaGeneratorFactory. getServiceInterfaceJavaNameHook(ServiceEntry sEntry)
Constructors in org.apache.axis.wsdl.toJava with parameters of type ServiceEntry Constructor Description JavaServiceIfaceWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable)
Constructor.JavaServiceImplWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable)
Constructor.JavaTestCaseWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable)
Constructor.
-