Uses of Class
org.apache.axis.wsdl.toJava.Namespaces
-
Packages that use Namespaces Package Description org.apache.axis.wsdl.toJava -
-
Uses of Namespaces in org.apache.axis.wsdl.toJava
Fields in org.apache.axis.wsdl.toJava declared as Namespaces Modifier and Type Field Description protected Namespaces
Emitter. namespaces
Field namespacesprotected Namespaces
JavaClassWriter. namespaces
Field namespacesMethods in org.apache.axis.wsdl.toJava that return Namespaces Modifier and Type Method Description Namespaces
Emitter. getNamespaces()
Method getNamespacesMethods in org.apache.axis.wsdl.toJava with parameters of type Namespaces Modifier and Type Method Description static boolean
Utils. fileExists(java.lang.String name, java.lang.String namespace, Namespaces namespaces)
Does the given file already exist in the given namespace?
-