org.apache.cxf.tools.misc
Class WSDLToSoap

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.misc.WSDLToSoap
All Implemented Interfaces:
org.apache.cxf.tools.common.toolspec.ToolContainer

public class WSDLToSoap
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
 
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
WSDLToSoap(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
 

Constructor Detail

WSDLToSoap

public WSDLToSoap(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