站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.wsdl.gen.Parser (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


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
protected  Parser Service.getParser()
          Stub out, to give clients the cahnce to modify parser properties TDI 15-Jun-2004
 Parser Service.getWSDLParser()
           
 

Constructors in org.apache.axis.client with parameters of type Parser
Service(Parser parser, javax.xml.namespace.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 © 2002 JBoss Group, LLC. All Rights Reserved.