org.apache.cxf.tools.java2js
Class JavaToJS

java.lang.Object
  extended by org.apache.cxf.tools.common.toolspec.AbstractToolContainer
      extended by org.apache.cxf.tools.common.AbstractCXFToolContainer
          extended by org.apache.cxf.tools.java2js.JavaToJS
All Implemented Interfaces:
org.apache.cxf.tools.common.toolspec.ToolContainer

public class JavaToJS
extends org.apache.cxf.tools.common.AbstractCXFToolContainer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
org.apache.cxf.tools.common.toolspec.AbstractToolContainer.GenericOutputStream
 
Field Summary
static String TOOL_NAME
           
 
Fields inherited from class org.apache.cxf.tools.common.AbstractCXFToolContainer
LOG
 
Fields inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
context, err, out, toolspec
 
Constructor Summary
JavaToJS(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(String[] pargs)
           
 
Methods inherited from class org.apache.cxf.tools.common.AbstractCXFToolContainer
getDefaultExcludedNamespaces, getFileBase, getFileName, getParametersMap, getToolName, getUsage, hasInfoOption, isVerboseOn, loadProperties, loadProperties, outputFullCommandLine, outputVersion, printUsageException
 
Methods inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
getArgument, getBus, getCatalogURL, getCommandDocument, getCommandLineParser, getContext, getErrOutputStream, getOutOutputStream, init, isQuietMode, isVerboseMode, parseCommandLine, redirectOutput, setArguments, setContext, setErrOutputStream, setMode, setOutOutputStream, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOOL_NAME

public static final String TOOL_NAME
See Also:
Constant Field Values
Constructor Detail

JavaToJS

public JavaToJS(org.apache.cxf.tools.common.toolspec.ToolSpec toolspec)
         throws Exception
Throws:
Exception
Method Detail

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

main

public static void main(String[] pargs)

checkParams

public void checkParams(org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors)
                 throws org.apache.cxf.tools.common.ToolException
Overrides:
checkParams in class org.apache.cxf.tools.common.AbstractCXFToolContainer
Throws:
org.apache.cxf.tools.common.ToolException


Apache CXF