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 StringJavaGeneratorFactory.getServiceInterfaceJavaNameHook(ServiceEntry sEntry) Constructors in org.apache.axis.wsdl.toJava with parameters of type ServiceEntryModifierConstructorDescriptionprotectedJavaServiceIfaceWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable) Constructor.protectedJavaServiceImplWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable) Constructor.protectedJavaTestCaseWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable) Constructor.