org.apache.cxf.tools.corba
Class WSDLToIDL
java.lang.Object
org.apache.cxf.tools.common.toolspec.AbstractToolContainer
org.apache.cxf.tools.common.AbstractCXFToolContainer
org.apache.cxf.tools.corba.WSDLToIDL
- All Implemented Interfaces:
- ToolContainer
public class WSDLToIDL
- extends AbstractCXFToolContainer
This class can augment a plain WSDL definition with CORBA binding
information, and can take WSDL CORBA binding information and convert it into
the equivalent CORBA IDL.
Method Summary |
void |
checkParams(ErrorVisitor errors)
Check command-line parameters for validity. |
void |
execute(boolean exitOnFinish)
|
static void |
main(java.lang.String[] arguments)
|
static void |
run(java.lang.String[] arguments)
|
Methods inherited from class org.apache.cxf.tools.common.AbstractCXFToolContainer |
getBeanConfigResource, getDefaultExcludedNamespaces, getFileBase, getFileName, getParametersMap, getToolName, getUsage, hasInfoOption, isVerboseOn, loadProperties, loadProperties, outputFullCommandLine, outputVersion, printUsageException, setBeanConfigResource |
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, setMode, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLToIDL
public WSDLToIDL(ToolSpec toolspec)
throws java.lang.Exception
- Throws:
java.lang.Exception
execute
public void execute(boolean exitOnFinish)
- Specified by:
execute
in interface ToolContainer
- Overrides:
execute
in class AbstractCXFToolContainer
run
public static void run(java.lang.String[] arguments)
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] arguments)
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