Uses of Class
org.apache.axis.wsdl.gen.Parser

Packages that use Parser
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
 Parser Service.getWSDLParser()
           
 

Constructors in org.apache.axis.client with parameters of type Parser
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
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
protected  Parser WSDL2.parser
           
 

Methods in org.apache.axis.wsdl.gen that return Parser
protected  Parser WSDL2.createParser()
          createParser Used by extended classes to construct an instance of the Parser
protected  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
 class Emitter
          This class produces java files for stubs, skeletons, and types from a WSDL document.
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.