Uses of Class
org.apache.axis2.wsdl.builder.TypeTable

Packages that use TypeTable
org.apache.axis2.deployment.util   
org.apache.axis2.wsdl.builder   
 

Uses of TypeTable in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util with parameters of type TypeTable
static AxisOperation Utils.getAxisOperationforJmethod(org.codehaus.jam.JMethod jmethod, TypeTable table)
           
 

Uses of TypeTable in org.apache.axis2.wsdl.builder
 

Methods in org.apache.axis2.wsdl.builder that return TypeTable
 TypeTable SchemaGenerator.getTypeTable()
           
 

Constructors in org.apache.axis2.wsdl.builder with parameters of type TypeTable
Java2WOMBuilder(TypeTable table, org.codehaus.jam.JMethod[] method, org.apache.ws.commons.schema.XmlSchema schema, String serviceName, String targetNamespace, String targetNamespacePrefix)