Uses of Interface
org.apache.axis2.description.java2wsdl.NamespaceGenerator
-
Packages that use NamespaceGenerator Package Description org.apache.axis2.description.java2wsdl -
-
Uses of NamespaceGenerator in org.apache.axis2.description.java2wsdl
Classes in org.apache.axis2.description.java2wsdl that implement NamespaceGenerator Modifier and Type Class Description class
DefaultNamespaceGenerator
This class provides the default implementatoin for mapping java classes to namespacesFields in org.apache.axis2.description.java2wsdl declared as NamespaceGenerator Modifier and Type Field Description protected NamespaceGenerator
DefaultSchemaGenerator. nsGen
Methods in org.apache.axis2.description.java2wsdl that return NamespaceGenerator Modifier and Type Method Description NamespaceGenerator
DefaultSchemaGenerator. getNsGen()
Methods in org.apache.axis2.description.java2wsdl with parameters of type NamespaceGenerator Modifier and Type Method Description static StringBuffer
Java2WSDLUtils. namespaceFromClassName(String className, ClassLoader classLoader, NamespaceGenerator nsGen)
static StringBuffer
Java2WSDLUtils. schemaNamespaceFromClassName(String packageName, ClassLoader loader, NamespaceGenerator nsGen)
void
DefaultSchemaGenerator. setNsGen(NamespaceGenerator nsGen)
void
SchemaGenerator. setNsGen(NamespaceGenerator nsGen)
static StringBuffer
Java2WSDLUtils. targetNamespaceFromClassName(String packageName, ClassLoader loader, NamespaceGenerator nsGen)
-