org.apache.cxf.tools.misc
Class WSDLToXML
java.lang.Object
  
org.apache.cxf.tools.common.toolspec.AbstractToolContainer
      
org.apache.cxf.tools.common.AbstractCXFToolContainer
          
org.apache.cxf.tools.misc.WSDLToXML
- All Implemented Interfaces: 
 - ToolContainer
 
public class WSDLToXML
- extends AbstractCXFToolContainer
 
 
 
 
 
 
 
 
| 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 | 
 
WSDLToXML
public WSDLToXML(ToolSpec toolspec)
          throws Exception
- Throws:
 Exception
execute
public void execute(boolean exitOnFinish)
- Specified by:
 execute in interface ToolContainer- Overrides:
 execute in class AbstractCXFToolContainer
 
 
main
public static void main(String[] pargs)
 
checkParams
public void checkParams(ErrorVisitor errors)
                 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:
 errors - place to report errors.
- Throws:
 ToolException - for impossible options.
 
 
Apache CXF