Class Java2WSDLMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven2.java2wsdl.Java2WSDLMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class Java2WSDLMojo extends org.apache.maven.plugin.AbstractMojo
Takes a Java class as input and converts it into an equivalent WSDL file.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLOSE_BRACKET
static String
COMMA
static String
OPEN_BRACKET
-
Constructor Summary
Constructors Constructor Description Java2WSDLMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Field Detail
-
OPEN_BRACKET
public static final String OPEN_BRACKET
- See Also:
- Constant Field Values
-
CLOSE_BRACKET
public static final String CLOSE_BRACKET
- See Also:
- Constant Field Values
-
COMMA
public static final String COMMA
- See Also:
- Constant Field Values
-
-