Class Wsdl2Java

    • Constructor Detail

      • Wsdl2Java

        public Wsdl2Java()
    • Method Detail

      • getWsdl2JavaOptions

        public Wsdl2JavaOptions getWsdl2JavaOptions()
        Options to configure the wsdl2java tool.
        Returns:
        tool options
      • getAddToMainSourceSet

        @Internal
        public Property<Boolean> getAddToMainSourceSet()
        Whether to add the generated Java sources to the "main" or not.
        Returns:
        whether to add to source set
      • toolOptions

        public void toolOptions​(Action<? super Wsdl2JavaOptions> configurer)
        Configures the wsdl2java tool options.
        Parameters:
        configurer - action or closure to configure tool options