Uses of Class
org.apache.axis.wsdl.symbolTable.PortTypeEntry
Packages that use PortTypeEntry
-
Uses of PortTypeEntry in org.apache.axis.wsdl.symbolTable
Methods in org.apache.axis.wsdl.symbolTable that return PortTypeEntryModifier and TypeMethodDescriptionSymbolTable.getPortTypeEntry(QName qname) Get the PortTypeEntry with the given QName. -
Uses of PortTypeEntry in org.apache.axis.wsdl.toJava
Methods in org.apache.axis.wsdl.toJava with parameters of type PortTypeEntryModifier and TypeMethodDescriptionprotected GeneratorJavaBindingWriter.getJavaInterfaceWriter(Emitter emitter, PortTypeEntry ptEntry, BindingEntry bEntry, SymbolTable st) getJavaInterfaceWriterprotected StringJavaGeneratorFactory.getServiceEndpointInterfaceJavaNameHook(PortTypeEntry ptEntry, BindingEntry bEntry) Constructors in org.apache.axis.wsdl.toJava with parameters of type PortTypeEntryModifierConstructorDescriptionprotectedJavaInterfaceWriter(Emitter emitter, PortTypeEntry ptEntry, BindingEntry bEntry, SymbolTable symbolTable) Constructor.