Apache CXF API

org.apache.cxf.tools.java2ws
Class JavaToWSContainer

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.java2ws.JavaToWSContainer
All Implemented Interfaces:
ToolContainer

public class JavaToWSContainer
extends AbstractCXFToolContainer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
AbstractToolContainer.GenericOutputStream
 
Field Summary
 
Fields inherited from class org.apache.cxf.tools.common.toolspec.AbstractToolContainer
context, err, out, toolspec
 
Constructor Summary
JavaToWSContainer(ToolSpec toolspec)
           
 
Method Summary
 void checkParams(ErrorVisitor errs)
          Check command-line parameters for validity.
 void execute(boolean exitOnFinish)
           
 
Methods inherited from class org.apache.cxf.tools.common.AbstractCXFToolContainer
createClassCollector, 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
 

Constructor Detail

JavaToWSContainer

public JavaToWSContainer(ToolSpec toolspec)
                  throws Exception
Throws:
Exception
Method Detail

execute

public void execute(boolean exitOnFinish)
             throws ToolException
Specified by:
execute in interface ToolContainer
Overrides:
execute in class AbstractCXFToolContainer
Throws:
ToolException

checkParams

public void checkParams(ErrorVisitor errs)
                 throws ToolException
Description copied from class: AbstractCXFToolContainer
Check command-line parameters for validity. Since subclasses delegate down to here, this cannot complain about unwanted options.

Overrides:
checkParams in class AbstractCXFToolContainer
Parameters:
errs - place to report errors.
Throws:
ToolException - for impossible options.

Apache CXF API

Apache CXF