Class WSDL2CodeMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="wsdl2code", defaultPhase=GENERATE_TEST_SOURCES, threadSafe=true) public class WSDL2CodeMojo extends GenerateSourcesMojo
Deprecated.
This goal is identical to axis2-wsdl2code:generate-sources; either switch to that goal or use the new axis2-wsdl2code:generate-test-sources goal if you need to generate code for use in unit tests only.
Generates source code from a WSDL.
  • Field Summary

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addSourceRoot(org.apache.maven.project.MavenProject project, File srcDir)
    Deprecated.
     
    protected File
    Deprecated.
     

    Methods inherited from class org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo

    execute

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WSDL2CodeMojo

      public WSDL2CodeMojo()
      Deprecated.
  • Method Details