Uses of Class
org.apache.axis.wsdl.symbolTable.ServiceEntry
Packages that use ServiceEntry
-
Uses of ServiceEntry in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return ServiceEntryModifier and TypeMethodDescriptionSymbolTable.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 ServiceEntryModifier and TypeMethodDescriptionprotected String
JavaGeneratorFactory.getServiceInterfaceJavaNameHook
(ServiceEntry sEntry) Constructors in org.apache.axis.wsdl.toJava with parameters of type ServiceEntryModifierConstructorDescriptionprotected
JavaServiceIfaceWriter
(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable) Constructor.protected
JavaServiceImplWriter
(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable) Constructor.protected
JavaTestCaseWriter
(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable) Constructor.