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:
org.apache.cxf.tools.common.toolspec.ToolContainer

public class WSDLToIDL extends org.apache.cxf.tools.common.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.
  • 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

    Constructors
    Constructor
    Description
    WSDLToIDL(org.apache.cxf.tools.common.toolspec.ToolSpec toolspec)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkParams(org.apache.cxf.tools.common.toolspec.parser.ErrorVisitor errors)
     
    void
    execute(boolean exitOnFinish)
     
    static void
    main(String[] arguments)
     
    static void
    run(String[] arguments)
     

    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 Details

    • WSDLToIDL

      public WSDLToIDL(org.apache.cxf.tools.common.toolspec.ToolSpec toolspec) throws Exception
      Throws:
      Exception
  • Method Details

    • 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
    • run

      public static void run(String[] arguments) throws Exception
      Throws:
      Exception
    • main

      public static void main(String[] arguments)
    • 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