org.apache.axis.wsdl.symbolTable.SymbolTable This class represents a table of all of the top-level symbols from a set of WSDL Definitions and DOM Documents: XML types; WSDL messages, portTypes, bindings, and services. <p/> This symbolTable contains entries of the form <key, value> where key is of type QName and value is of type ...
org.jboss.axis.wsdl.symbolTable.SymbolTable This class represents a table of all of the top-level symbols from a set of WSDL Definitions and DOM Documents: XML types; WSDL messages, portTypes, bindings, and services. <p/> This symbolTable contains entries of the form <key, value> where key is of type QName and value is of type ...
org.jboss.axis.wsdl.toJava.JavaImplWriter This is Wsdl2java's implementation template writer. It writes the <BindingName>Impl.java file which contains the <bindingName>Impl class.
org.jboss.axis.wsdl.symbolTable.Utils This class contains static utility methods for the emitter. @author Rich Scheuerle (scheu@us.ibm.com) @author Tom Jordahl (tomj@macromedia.com)
org.jboss.axis.utils.JavaUtils Utility class to deal with Java language related issues, such as type conversions. @author Glen Daniels (gdaniels@macromedia.com)