Class IDLToWSDL

java.lang.Object
org.apache.cxf.tools.common.toolspec.AbstractToolContainer
org.apache.cxf.tools.common.AbstractCXFToolContainer
org.apache.cxf.tools.corba.IDLToWSDL
All Implemented Interfaces:
org.apache.cxf.tools.common.toolspec.ToolContainer

public class IDLToWSDL extends org.apache.cxf.tools.common.AbstractCXFToolContainer
This class can converts an IDL to a WSDL with CORBA binding information
  • 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
    IDLToWSDL(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

    • IDLToWSDL

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