|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.wsdl.gen.Parser
This is a class with no documentation.
Field Summary | |
protected boolean |
debug
|
protected boolean |
imports
|
protected boolean |
nowrap
|
protected String |
password
|
protected String |
username
|
protected boolean |
verbose
|
Constructor Summary | |
Parser()
|
Method Summary | |
javax.wsdl.Definition |
getCurrentDefinition()
Return the current definition. |
GeneratorFactory |
getFactory()
|
String |
getPassword()
|
SymbolTable |
getSymbolTable()
Get the symbol table. |
long |
getTimeout()
Return the current timeout setting |
String |
getUsername()
|
String |
getWSDLURI()
Get the current WSDL URI. |
boolean |
isDebug()
|
boolean |
isImports()
|
boolean |
isNowrap()
|
boolean |
isVerbose()
|
void |
run(String wsdlURI)
Parse a WSDL at a given URL. |
void |
run(String context,
Document doc)
Call this method if your WSDL document has already been parsed as an XML DOM document. |
protected void |
sanityCheck(SymbolTable symbolTable)
|
void |
setDebug(boolean debug)
|
void |
setFactory(GeneratorFactory factory)
|
void |
setImports(boolean imports)
|
void |
setNowrap(boolean nowrap)
|
void |
setPassword(String password)
|
void |
setTimeout(long timeout)
Set the timeout, in milliseconds |
void |
setUsername(String username)
|
void |
setVerbose(boolean verbose)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean debug
protected boolean imports
protected boolean verbose
protected boolean nowrap
protected String username
protected String password
Constructor Detail |
public Parser()
Method Detail |
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isImports()
public void setImports(boolean imports)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public boolean isNowrap()
public void setNowrap(boolean nowrap)
public long getTimeout()
public void setTimeout(long timeout)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public GeneratorFactory getFactory()
public void setFactory(GeneratorFactory factory)
public SymbolTable getSymbolTable()
public javax.wsdl.Definition getCurrentDefinition()
public String getWSDLURI()
public void run(String wsdlURI) throws Exception
Exception
public void run(String context, Document doc) throws IOException, SAXException, javax.wsdl.WSDLException, ParserConfigurationException
context
- context This is directory context for the Document. If the Document were from file "/x/y/z.wsdl" then the context could be "/x/y" (even "/x/y/z.wsdl" would work). If context is null, then the context becomes the current directory.doc
- doc This is the XML Document containing the WSDL.
IOException
SAXException
javax.wsdl.WSDLException
ParserConfigurationException
protected void sanityCheck(SymbolTable symbolTable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |