Uses of Class
org.apache.axis.wsdl.gen.Parser
-
Packages that use Parser Package Description org.apache.axis.client org.apache.axis.wsdl org.apache.axis.wsdl.gen org.apache.axis.wsdl.toJava -
-
Uses of Parser in org.apache.axis.client
Methods in org.apache.axis.client that return Parser Modifier and Type Method Description Parser
Service. getWSDLParser()
Constructors in org.apache.axis.client with parameters of type Parser Constructor Description Service(Parser parser, QName serviceName)
Constructs a new Service object for the service in the WSDL document -
Uses of Parser in org.apache.axis.wsdl
Methods in org.apache.axis.wsdl that return Parser Modifier and Type Method Description protected Parser
WSDL2Java. createParser()
Instantiate an extension of the Parser -
Uses of Parser in org.apache.axis.wsdl.gen
Fields in org.apache.axis.wsdl.gen declared as Parser Modifier and Type Field Description protected Parser
WSDL2. parser
Field parserMethods in org.apache.axis.wsdl.gen that return Parser Modifier and Type Method Description protected Parser
WSDL2. createParser()
createParser Used by extended classes to construct an instance of the Parserprotected Parser
WSDL2. getParser()
getParser get the Parser object -
Uses of Parser in org.apache.axis.wsdl.toJava
Subclasses of Parser in org.apache.axis.wsdl.toJava Modifier and Type Class Description class
Emitter
This class produces java files for stubs, skeletons, and types from a WSDL document.
-