|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jaxws.AbstractJaxwsMojo
org.codehaus.mojo.jaxws.WsImportMojo
public class WsImportMojo
A Maven 2 plugin which parses wsdl and binding files and produces a corresponding object model based on the JAXWS WsImport parsing engine.
Field Summary | |
---|---|
protected java.io.File |
bindingDirectory
Directory containing binding files. |
protected java.util.List |
bindingFiles
List of files to use for bindings.If not specified, all .xml files in the bindingDirectory will be used. |
protected java.io.File |
sourceDestDir
Specify where to place generated source files, keep is turned on with this option. |
protected java.util.List |
wsdlFiles
List of files to use for wsdls. |
Fields inherited from class org.codehaus.mojo.jaxws.AbstractJaxwsMojo |
---|
destDir, extension, keep, project, verbose |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
WsImportMojo()
|
Method Summary | |
---|---|
void |
execute()
|
java.io.File[] |
getBindingFiles()
Returns a file array of xml files to translate to object models. |
java.io.File[] |
getWSDLFiles()
Returns a file array of wsdl files to translate to object models. |
Methods inherited from class org.codehaus.mojo.jaxws.AbstractJaxwsMojo |
---|
initClassLoader |
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 |
Field Detail |
---|
protected java.util.List wsdlFiles
protected java.io.File bindingDirectory
protected java.util.List bindingFiles
protected java.io.File sourceDestDir
Constructor Detail |
---|
public WsImportMojo()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public final java.io.File[] getBindingFiles()
public final java.io.File[] getWSDLFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |