|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parser | |
---|---|
org.jboss.axis.client | |
org.jboss.axis.wsdl | |
org.jboss.axis.wsdl.gen | |
org.jboss.axis.wsdl.toJava |
Uses of Parser in org.jboss.axis.client |
---|
Methods in org.jboss.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.jboss.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.jboss.axis.wsdl |
---|
Methods in org.jboss.axis.wsdl that return Parser | |
---|---|
protected Parser |
WSDL2Java.createParser()
Instantiate an extension of the Parser |
Uses of Parser in org.jboss.axis.wsdl.gen |
---|
Fields in org.jboss.axis.wsdl.gen declared as Parser | |
---|---|
protected Parser |
WSDL2.parser
|
Methods in org.jboss.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.jboss.axis.wsdl.toJava |
---|
Subclasses of Parser in org.jboss.axis.wsdl.toJava | |
---|---|
class |
Emitter
This class produces java files for stubs, skeletons, and types from a WSDL document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |