|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMatchingTask
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 |
| Constructor Summary | |
|---|---|
WsImport2()
|
|
| Method Summary | |
|---|---|
void |
addConfiguredBinding(FileSet fs)
|
void |
addConfiguredDepends(FileSet fs)
Nested <depends> element. |
void |
addConfiguredProduces(FileSet fs)
Nested <produces> element. |
void |
addConfiguredXMLCatalog(XMLCatalog entityResolver)
|
Commandline.Argument |
createArg()
Provides a way to directly pass wsimport commandline options through nested arg instead of a separate attribute for each option. |
Commandline.Argument |
createJvmarg()
Adds a JVM argument. |
Commandline.Argument |
createXjcarg()
Adds XJC argument. |
void |
execute()
Called by the project to let the task do it's work |
java.io.File |
getCatalog()
|
java.lang.String |
getClientjar()
Gets the clientjar to output generated artifacts into a jar. |
boolean |
getDebug()
Gets the debug flag. |
java.io.File |
getDestdir()
Gets the base directory to output generated class. |
boolean |
getExtension()
Gets the "extension" flag. |
boolean |
getFork()
Gets the "fork" flag. |
java.io.File |
getImplDestDir()
|
java.lang.String |
getImplPortName()
|
java.lang.String |
getImplServiceName()
|
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. |
java.lang.String |
getPackage()
|
java.io.File |
getSourcedestdir()
Gets the directory to place generated source java files. |
boolean |
getVerbose()
Gets the "verbose" flag. |
java.lang.String |
getWsdl()
|
java.lang.String |
getWsdllocation()
|
java.io.File |
getXauthfile()
|
boolean |
getxNoAddressingDatabinding()
|
boolean |
isGenerateJWS()
|
boolean |
isQuiet()
|
boolean |
isXadditionalHeaders()
|
boolean |
isXdebug()
|
boolean |
isXendorsed()
|
boolean |
isXnocompile()
|
boolean |
isXUseBaseResourceAndURLToLoadWSDL()
|
void |
setBinding(java.lang.String binding)
|
void |
setCatalog(java.io.File catalog)
Adds a new catalog file. |
void |
setClientjar(java.lang.String clientjar)
Sets the base directory to output generated class. |
void |
setDebug(boolean debug)
Sets the debug flag. |
void |
setDestdir(java.io.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 |
setGenerateJWS(boolean isGenerateJWS)
|
void |
setImplDestDir(java.io.File base)
|
void |
setImplPortName(java.lang.String base)
|
void |
setImplServiceName(java.lang.String base)
|
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(java.lang.String pkg)
|
void |
setQuiet(boolean quiet)
|
void |
setSourcedestdir(java.io.File sourceBase)
Sets the directory to place generated source java files. |
void |
setTarget(java.lang.String version)
|
void |
setVerbose(boolean verbose)
Sets the "verbose" flag. |
void |
setWsdl(java.lang.String wsdl)
|
void |
setWsdllocation(java.lang.String wsdlLocation)
|
void |
setXadditionalHeaders(boolean xadditionalHeaders)
|
void |
setXauthfile(java.io.File xauthfile)
|
void |
setXdebug(boolean xdebug)
|
void |
setXendorsed(boolean xendorsed)
|
void |
setxNoAddressingDatabinding(boolean xNoAddressingDatabinding)
|
void |
setXnocompile(boolean xnocompile)
|
void |
setXUseBaseResourceAndURLToLoadWSDL(boolean xuseBaseResourceAndURLToLoadWSDL)
|
| 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 setXendorsed(boolean xendorsed)
public boolean isXendorsed()
public void setXdebug(boolean xdebug)
public boolean isXnocompile()
public void setXUseBaseResourceAndURLToLoadWSDL(boolean xuseBaseResourceAndURLToLoadWSDL)
public boolean isXUseBaseResourceAndURLToLoadWSDL()
public boolean isGenerateJWS()
public void setGenerateJWS(boolean isGenerateJWS)
public java.io.File getImplDestDir()
public void setImplDestDir(java.io.File base)
public java.lang.String getImplServiceName()
public void setImplServiceName(java.lang.String base)
public java.lang.String getImplPortName()
public void setImplPortName(java.lang.String base)
public void setXnocompile(boolean xnocompile)
public Commandline.Argument createArg()
public boolean isXadditionalHeaders()
public void setXadditionalHeaders(boolean xadditionalHeaders)
public java.io.File getDestdir()
public void setDestdir(java.io.File base)
public java.lang.String getClientjar()
public void setClientjar(java.lang.String clientjar)
public java.lang.String getWsdllocation()
public void setWsdllocation(java.lang.String wsdlLocation)
public void addConfiguredXMLCatalog(XMLCatalog entityResolver)
public void setPackage(java.lang.String pkg)
public java.lang.String getPackage()
public Commandline.Argument createJvmarg()
public 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(java.lang.String version)
public boolean getFork()
public void setFork(boolean fork)
public boolean getOptimize()
public void setOptimize(boolean optimize)
public void setSourcedestdir(java.io.File sourceBase)
public java.io.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(FileSet fs)
public void addConfiguredProduces(FileSet fs)
public void setBinding(java.lang.String binding)
binding - The external binding to set.public void setCatalog(java.io.File catalog)
public java.io.File getCatalog()
public java.lang.String getWsdl()
public void setWsdl(java.lang.String wsdl)
wsdl - The wsdl to set.public java.io.File getXauthfile()
public void setXauthfile(java.io.File xauthfile)
public void addConfiguredBinding(FileSet fs)
public void execute()
throws BuildException
BuildException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||