org.apache.cxf.tools.wsdl2java
Class WSDLToJava
java.lang.Object
org.apache.cxf.tools.common.toolspec.AbstractToolContainer
org.apache.cxf.tools.common.AbstractCXFToolContainer
org.apache.cxf.tools.wsdl2java.WSDLToJava
- All Implemented Interfaces:
- org.apache.cxf.tools.common.toolspec.ToolContainer
public class WSDLToJava
- extends org.apache.cxf.tools.common.AbstractCXFToolContainer
| Nested classes/interfaces inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer |
org.apache.cxf.tools.common.toolspec.AbstractToolContainer.GenericOutputStream |
| Fields inherited from class org.apache.cxf.tools.common.AbstractCXFToolContainer |
LOG |
| Fields inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer |
toolspec |
|
Constructor Summary |
WSDLToJava(org.apache.cxf.tools.common.toolspec.ToolSpec toolspec)
|
|
Method Summary |
void |
checkParams(org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors)
|
void |
execute(boolean exitOnFinish)
|
static void |
main(java.lang.String[] pargs)
|
protected void |
setAntProperties(org.apache.cxf.tools.common.ToolContext env)
|
protected void |
setLibraryReferences(org.apache.cxf.tools.common.ToolContext env)
|
| Methods inherited from class org.apache.cxf.tools.common.AbstractCXFToolContainer |
getDefaultExcludedNamespaces, getFileBase, getFileName, getInstance, getParametersMap, getToolName, getUsage, hasInfoOption, isVerboseOn, loadProperties, loadProperties, outputFullCommandLine, outputVersion, printUsageException |
| Methods inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer |
getArgument, getCommandDocument, getCommandLineParser, getErrOutputStream, getOutOutputStream, init, isQuietMode, isVerboseMode, redirectOutput, setCommandLine, setMode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLToJava
public WSDLToJava(org.apache.cxf.tools.common.toolspec.ToolSpec toolspec)
throws java.lang.Exception
- Throws:
java.lang.Exception
execute
public void execute(boolean exitOnFinish)
- Specified by:
execute in interface org.apache.cxf.tools.common.toolspec.ToolContainer- Overrides:
execute in class org.apache.cxf.tools.common.AbstractCXFToolContainer
setAntProperties
protected void setAntProperties(org.apache.cxf.tools.common.ToolContext env)
setLibraryReferences
protected void setLibraryReferences(org.apache.cxf.tools.common.ToolContext env)
main
public static void main(java.lang.String[] pargs)
checkParams
public void checkParams(org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors)
throws org.apache.cxf.tools.common.ToolException
- Specified by:
checkParams in class org.apache.cxf.tools.common.AbstractCXFToolContainer
- Throws:
org.apache.cxf.tools.common.ToolException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.