Class wsdlc


  • public class wsdlc
    extends Generator
    wsdlc is a tool that can generate java stubs from WSDL.
    Author:
    btoal, hhildebrand
    • Constructor Detail

      • wsdlc

        public wsdlc​(java.lang.String packagePrefix,
                     org.stringtemplate.v4.STGroupDir templates)
              throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • run

        public static void run​(java.lang.String wsdlUrl,
                               java.lang.String destJarFilename,
                               java.lang.String packagePrefix,
                               boolean standAlone,
                               org.stringtemplate.v4.STGroupDir templates,
                               java.lang.String destDir,
                               boolean compile)
                        throws java.lang.Exception,
                               ToolsException,
                               java.net.MalformedURLException,
                               WsdlParseException,
                               java.io.IOException
        Throws:
        java.lang.Exception
        ToolsException
        java.net.MalformedURLException
        WsdlParseException
        java.io.IOException
      • generate

        protected void generate​(Definitions definitions,
                                SfdcApiType sfdcApiType,
                                Types types,
                                java.io.File dir)
                         throws java.io.IOException
        Overrides:
        generate in class Generator
        Throws:
        java.io.IOException