|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |