Class WSDLToIDLAction

java.lang.Object
org.apache.cxf.tools.corba.processors.wsdl.WSDLToIDLAction

public class WSDLToIDLAction extends Object
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • WSDLToIDLAction

      public WSDLToIDLAction()
  • Method Details

    • generateIDL

      public void generateIDL(javax.wsdl.Definition definition) throws Exception
      Throws:
      Exception
    • createIdlAttribute

      public void createIdlAttribute(OperationType opType, String name) throws Exception
      Throws:
      Exception
    • createIdlOperation

      public void createIdlOperation(OperationType opType, String name, boolean isOneway) throws Exception
      Throws:
      Exception
    • createPrimitiveType

      protected IdlType createPrimitiveType(QName idlType, String name) throws Exception
      Throws:
      Exception
    • createType

      protected IdlType createType(QName idlType, String[] name, CorbaType corbaType) throws Exception
      Throws:
      Exception
    • setOutputDirectory

      public void setOutputDirectory(String dir)
    • setOutputFile

      public void setOutputFile(String file)
    • setPrintWriter

      public void setPrintWriter(PrintWriter pw)
    • setWsdlFile

      public void setWsdlFile(String file)
    • setVerboseOn

      public void setVerboseOn(boolean verbose)
    • isVerboseOn

      public boolean isVerboseOn()
    • setBindingName

      public void setBindingName(String bindName)
    • getBindingName

      public String getBindingName()
    • setNamespace

      public void setNamespace(String namespaceName)
    • getNamespace

      public String getNamespace()
    • setGenerateAllBindings

      public void setGenerateAllBindings(boolean all)
    • isGenerateAllBindings

      public boolean isGenerateAllBindings()