Java Doc for WsImport2.java in  » 6.0-JDK-Modules » jax-ws-tools » com » sun » tools » ws » ant » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » jax ws tools » com.sun.tools.ws.ant 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.tools.ws.ant.WsImport2

WsImport2
public class WsImport2 extends MatchingTask (Code)
wscompile task for use with the JAXWS project.


Field Summary
protected  booleanextension
    
protected  booleanverbose
    
protected  booleanxNoAddressingDatabinding
    


Method Summary
public  voidaddConfiguredBinding(FileSet fs)
    
public  voidaddConfiguredDepends(FileSet fs)
     Nested <depends> element.
public  voidaddConfiguredProduces(FileSet fs)
     Nested <produces> element.
public  voidaddConfiguredXMLCatalog(XMLCatalog entityResolver)
    
public  Commandline.ArgumentcreateJvmarg()
     Adds a JVM argument.
public  Commandline.ArgumentcreateXjcarg()
     Adds XJC argument.
public  voidexecute()
    
public  StringgetBinding()
    
public  FilegetCatalog()
    
public  booleangetDebug()
     Gets the debug flag.
public  FilegetDestdir()
     Gets the base directory to output generated class.
public  booleangetExtension()
     Gets the "extension" flag.
public  booleangetFork()
     Gets the "fork" flag.
public  booleangetIncludeantruntime()
     Gets whether or not the ant classpath is to be included in the task's classpath.
public  booleangetIncludejavaruntime()
     Gets whether or not the java runtime should be included in this task's classpath.
public  booleangetKeep()
     Gets the "keep" flag.
public  booleangetOptimize()
     Gets the optimize flag.
public  StringgetPackage()
    
public  FilegetSourcedestdir()
     Gets the directory to place generated source java files.
public  booleangetVerbose()
     Gets the "verbose" flag.
public  StringgetWsdl()
    
public  StringgetWsdllocation()
    
public  booleangetxNoAddressingDatabinding()
    
public  booleanisQuiet()
    
public  booleanisXdebug()
    
public  voidsetBinding(String binding)
    
public  voidsetCatalog(File catalog)
     Adds a new catalog file.
public  voidsetDebug(boolean debug)
     Sets the debug flag.
public  voidsetDestdir(File base)
     Sets the base directory to output generated class.
public  voidsetExtension(boolean extension)
     Sets the "extension" flag.
public  voidsetFailonerror(boolean value)
     Mostly for our SQE teams and not to be advertized.
public  voidsetFork(boolean fork)
     Sets the "fork" flag.
public  voidsetIncludeantruntime(boolean include)
    
public  voidsetIncludejavaruntime(boolean include)
     Sets whether or not to include the java runtime libraries to this task's classpath.
public  voidsetKeep(boolean keep)
     Sets the "keep" flag.
public  voidsetOptimize(boolean optimize)
     Sets the optimize flag.
public  voidsetPackage(String pkg)
    
public  voidsetQuiet(boolean quiet)
    
public  voidsetSourcedestdir(File sourceBase)
     Sets the directory to place generated source java files.
public  voidsetTarget(String version)
    
public  voidsetVerbose(boolean verbose)
     Sets the "verbose" flag.
public  voidsetWsdl(String wsdl)
    
public  voidsetWsdllocation(String wsdlLocation)
    
public  voidsetXdebug(boolean xdebug)
    
public  voidsetxNoAddressingDatabinding(boolean xNoAddressingDatabinding)
    

Field Detail
extension
protected boolean extension(Code)
-extensions option *********************



verbose
protected boolean verbose(Code)
-verbose option ************************



xNoAddressingDatabinding
protected boolean xNoAddressingDatabinding(Code)
-Xno-addressing-databinding **





Method Detail
addConfiguredBinding
public void addConfiguredBinding(FileSet fs)(Code)



addConfiguredDepends
public void addConfiguredDepends(FileSet fs)(Code)
Nested <depends> element.



addConfiguredProduces
public void addConfiguredProduces(FileSet fs)(Code)
Nested <produces> element.



addConfiguredXMLCatalog
public void addConfiguredXMLCatalog(XMLCatalog entityResolver)(Code)



createJvmarg
public Commandline.Argument createJvmarg()(Code)
Adds a JVM argument. JVM argument created



createXjcarg
public Commandline.Argument createXjcarg()(Code)
Adds XJC argument.
since:
   2.1



execute
public void execute() throws BuildException(Code)
Called by the project to let the task do it's work *



getBinding
public String getBinding()(Code)
Returns the binding.



getCatalog
public File getCatalog()(Code)



getDebug
public boolean getDebug()(Code)
Gets the debug flag. *



getDestdir
public File getDestdir()(Code)
Gets the base directory to output generated class. *



getExtension
public boolean getExtension()(Code)
Gets the "extension" flag. *



getFork
public boolean getFork()(Code)
Gets the "fork" flag. *



getIncludeantruntime
public boolean getIncludeantruntime()(Code)
Gets whether or not the ant classpath is to be included in the task's classpath.



getIncludejavaruntime
public boolean getIncludejavaruntime()(Code)
Gets whether or not the java runtime should be included in this task's classpath.



getKeep
public boolean getKeep()(Code)
Gets the "keep" flag. *



getOptimize
public boolean getOptimize()(Code)
Gets the optimize flag. *



getPackage
public String getPackage()(Code)



getSourcedestdir
public File getSourcedestdir()(Code)
Gets the directory to place generated source java files. *



getVerbose
public boolean getVerbose()(Code)
Gets the "verbose" flag. *



getWsdl
public String getWsdl()(Code)
Returns the wsdl.



getWsdllocation
public String getWsdllocation()(Code)



getxNoAddressingDatabinding
public boolean getxNoAddressingDatabinding()(Code)



isQuiet
public boolean isQuiet()(Code)



isXdebug
public boolean isXdebug()(Code)



setBinding
public void setBinding(String binding)(Code)

Parameters:
  binding - The binding to set.



setCatalog
public void setCatalog(File catalog)(Code)
Adds a new catalog file.



setDebug
public void setDebug(boolean debug)(Code)
Sets the debug flag. *



setDestdir
public void setDestdir(File base)(Code)
Sets the base directory to output generated class. *



setExtension
public void setExtension(boolean extension)(Code)
Sets the "extension" flag. *



setFailonerror
public void setFailonerror(boolean value)(Code)
Mostly for our SQE teams and not to be advertized.



setFork
public void setFork(boolean fork)(Code)
Sets the "fork" flag. *



setIncludeantruntime
public void setIncludeantruntime(boolean include)(Code)
Include ant's own classpath in this task's classpath?



setIncludejavaruntime
public void setIncludejavaruntime(boolean include)(Code)
Sets whether or not to include the java runtime libraries to this task's classpath.



setKeep
public void setKeep(boolean keep)(Code)
Sets the "keep" flag. *



setOptimize
public void setOptimize(boolean optimize)(Code)
Sets the optimize flag. *



setPackage
public void setPackage(String pkg)(Code)



setQuiet
public void setQuiet(boolean quiet)(Code)



setSourcedestdir
public void setSourcedestdir(File sourceBase)(Code)
Sets the directory to place generated source java files. *



setTarget
public void setTarget(String version)(Code)



setVerbose
public void setVerbose(boolean verbose)(Code)
Sets the "verbose" flag. *



setWsdl
public void setWsdl(String wsdl)(Code)

Parameters:
  wsdl - The wsdl to set.



setWsdllocation
public void setWsdllocation(String wsdlLocation)(Code)



setXdebug
public void setXdebug(boolean xdebug)(Code)



setxNoAddressingDatabinding
public void setxNoAddressingDatabinding(boolean xNoAddressingDatabinding)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.