|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.MatchingTask org.apache.ws.resource.tool.Wsdl2JavaTask
Ant task that wraps Wsdl2Java
.
Field Summary |
Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
fileset |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
Wsdl2JavaTask()
|
Method Summary | |
void |
addConfiguredSysproperty(org.apache.tools.ant.types.Environment.Variable var)
Sets a system property. |
void |
addConfiguredWsdls(org.apache.tools.ant.types.FileSet wsdls)
DOCUMENT_ME |
org.apache.tools.ant.types.Path |
createClasspath()
Creates the classpath. |
protected Wsdl2Java |
createWsdl2Java(java.io.File[] wsdlFiles,
java.io.File outputDir,
java.io.File[] classpathFiles,
Wsdl2Java.Wsdl2JavaOptions options)
DOCUMENT_ME |
void |
execute()
DOCUMENT_ME |
org.apache.tools.ant.types.Path |
getClasspath()
Gets the classpath to be used for this compilation. |
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Set the classpath to be passed to the XMLBeans schema compiler. |
void |
setClasspathRef(org.apache.tools.ant.types.Reference ref)
Adds a reference to a classpath defined elsewhere. |
void |
setDebug(boolean debug)
Deprecated. |
void |
setNonProxyHosts(java.lang.String nonProxyHosts)
DOCUMENT_ME |
void |
setOutputDir(java.io.File outputDir)
DOCUMENT_ME |
void |
setProxyHost(java.lang.String proxyHost)
DOCUMENT_ME |
void |
setProxyPort(java.lang.String proxyPort)
DOCUMENT_ME |
void |
setVerbose(boolean verbose)
DOCUMENT_ME |
void |
setWsdl(java.io.File wsdl)
DOCUMENT_ME |
java.lang.String |
toString()
DOCUMENT_ME |
Methods inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Wsdl2JavaTask()
Method Detail |
public void setClasspath(org.apache.tools.ant.types.Path classpath)
classpath
- the classpath to be passed to the XMLBeans schema compilerpublic org.apache.tools.ant.types.Path getClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference ref)
ref
- the reference to addpublic void setDebug(boolean debug)
debug
- DOCUMENT_MEpublic void setNonProxyHosts(java.lang.String nonProxyHosts)
nonProxyHosts
- DOCUMENT_MEpublic void setOutputDir(java.io.File outputDir)
outputDir
- DOCUMENT_MEpublic void setProxyHost(java.lang.String proxyHost)
proxyHost
- DOCUMENT_MEpublic void setProxyPort(java.lang.String proxyPort)
proxyPort
- DOCUMENT_MEpublic void setVerbose(boolean verbose)
verbose
- DOCUMENT_MEpublic void setWsdl(java.io.File wsdl)
wsdl
- a WSDM WSDL filepublic void addConfiguredSysproperty(org.apache.tools.ant.types.Environment.Variable var)
var
- the system property to be setpublic void addConfiguredWsdls(org.apache.tools.ant.types.FileSet wsdls)
wsdls
- DOCUMENT_MEpublic org.apache.tools.ant.types.Path createClasspath()
public void execute() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
- DOCUMENT_MEpublic java.lang.String toString()
protected Wsdl2Java createWsdl2Java(java.io.File[] wsdlFiles, java.io.File outputDir, java.io.File[] classpathFiles, Wsdl2Java.Wsdl2JavaOptions options) throws java.lang.Exception
wsdlFiles
- DOCUMENT_MEoutputDir
- DOCUMENT_MEclasspathFiles
- DOCUMENT_MEoptions
- DOCUMENT_ME
java.lang.Exception
- DOCUMENT_ME
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |