|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
com.sun.tools.ws.ant.WsImport2
public class WsImport2
wscompile task for use with the JAXWS project.
Field Summary | |
---|---|
protected boolean |
extension
-extensions option |
protected boolean |
verbose
-verbose option |
protected boolean |
xNoAddressingDatabinding
-Xno-addressing-databinding |
Fields inherited from class org.apache.tools.ant.taskdefs.MatchingTask |
---|
fileset |
Fields inherited from class org.apache.tools.ant.Task |
---|
description, location, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
WsImport2()
|
Method Summary | |
---|---|
void |
addConfiguredBinding(org.apache.tools.ant.types.FileSet fs)
|
void |
addConfiguredDepends(org.apache.tools.ant.types.FileSet fs)
Nested <depends> element. |
void |
addConfiguredProduces(org.apache.tools.ant.types.FileSet fs)
Nested <produces> element. |
void |
addConfiguredXMLCatalog(org.apache.tools.ant.types.XMLCatalog entityResolver)
|
org.apache.tools.ant.types.Commandline.Argument |
createJvmarg()
Adds a JVM argument. |
org.apache.tools.ant.types.Commandline.Argument |
createXjcarg()
Adds XJC argument. |
void |
execute()
Called by the project to let the task do it's work |
File |
getCatalog()
|
boolean |
getDebug()
Gets the debug flag. |
File |
getDestdir()
Gets the base directory to output generated class. |
boolean |
getExtension()
Gets the "extension" flag. |
boolean |
getFork()
Gets the "fork" flag. |
boolean |
getIncludeantruntime()
Gets whether or not the ant classpath is to be included in the task's classpath. |
boolean |
getIncludejavaruntime()
Gets whether or not the java runtime should be included in this task's classpath. |
boolean |
getKeep()
Gets the "keep" flag. |
boolean |
getOptimize()
Gets the optimize flag. |
String |
getPackage()
|
File |
getSourcedestdir()
Gets the directory to place generated source java files. |
boolean |
getVerbose()
Gets the "verbose" flag. |
String |
getWsdl()
|
String |
getWsdllocation()
|
File |
getXauthfile()
|
boolean |
getxNoAddressingDatabinding()
|
boolean |
isQuiet()
|
boolean |
isXadditionalHeaders()
|
boolean |
isXdebug()
|
boolean |
isXnocompile()
|
void |
setBinding(String binding)
|
void |
setCatalog(File catalog)
Adds a new catalog file. |
void |
setDebug(boolean debug)
Sets the debug flag. |
void |
setDestdir(File base)
Sets the base directory to output generated class. |
void |
setExtension(boolean extension)
Sets the "extension" flag. |
void |
setFailonerror(boolean value)
Mostly for our SQE teams and not to be advertized. |
void |
setFork(boolean fork)
Sets the "fork" flag. |
void |
setIncludeantruntime(boolean include)
Include ant's own classpath in this task's classpath? |
void |
setIncludejavaruntime(boolean include)
Sets whether or not to include the java runtime libraries to this task's classpath. |
void |
setKeep(boolean keep)
Sets the "keep" flag. |
void |
setOptimize(boolean optimize)
Sets the optimize flag. |
void |
setPackage(String pkg)
|
void |
setQuiet(boolean quiet)
|
void |
setSourcedestdir(File sourceBase)
Sets the directory to place generated source java files. |
void |
setTarget(String version)
|
void |
setVerbose(boolean verbose)
Sets the "verbose" flag. |
void |
setWsdl(String wsdl)
|
void |
setWsdllocation(String wsdlLocation)
|
void |
setXadditionalHeaders(boolean xadditionalHeaders)
|
void |
setXauthfile(File xauthfile)
|
void |
setXdebug(boolean xdebug)
|
void |
setxNoAddressingDatabinding(boolean xNoAddressingDatabinding)
|
void |
setXnocompile(boolean xnocompile)
|
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, toString, wait, wait, wait |
Field Detail |
---|
protected boolean extension
protected boolean xNoAddressingDatabinding
protected boolean verbose
Constructor Detail |
---|
public WsImport2()
Method Detail |
---|
public boolean isXdebug()
public void setXdebug(boolean xdebug)
public boolean isXnocompile()
public void setXnocompile(boolean xnocompile)
public boolean isXadditionalHeaders()
public void setXadditionalHeaders(boolean xadditionalHeaders)
public File getDestdir()
public void setDestdir(File base)
public String getWsdllocation()
public void setWsdllocation(String wsdlLocation)
public void addConfiguredXMLCatalog(org.apache.tools.ant.types.XMLCatalog entityResolver)
public void setPackage(String pkg)
public String getPackage()
public org.apache.tools.ant.types.Commandline.Argument createJvmarg()
public org.apache.tools.ant.types.Commandline.Argument createXjcarg()
public void setFailonerror(boolean value)
public boolean getExtension()
public void setExtension(boolean extension)
public boolean getxNoAddressingDatabinding()
public void setxNoAddressingDatabinding(boolean xNoAddressingDatabinding)
public boolean getKeep()
public void setKeep(boolean keep)
public boolean isQuiet()
public void setQuiet(boolean quiet)
public void setTarget(String version)
public boolean getFork()
public void setFork(boolean fork)
public boolean getOptimize()
public void setOptimize(boolean optimize)
public void setSourcedestdir(File sourceBase)
public File getSourcedestdir()
public boolean getVerbose()
public void setVerbose(boolean verbose)
public boolean getDebug()
public void setDebug(boolean debug)
public void setIncludeantruntime(boolean include)
public boolean getIncludeantruntime()
public void setIncludejavaruntime(boolean include)
public boolean getIncludejavaruntime()
public void addConfiguredDepends(org.apache.tools.ant.types.FileSet fs)
public void addConfiguredProduces(org.apache.tools.ant.types.FileSet fs)
public void setBinding(String binding)
binding
- The external binding to set.public void setCatalog(File catalog)
public File getCatalog()
public String getWsdl()
public void setWsdl(String wsdl)
wsdl
- The wsdl to set.public File getXauthfile()
public void setXauthfile(File xauthfile)
public void addConfiguredBinding(org.apache.tools.ant.types.FileSet fs)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |