Java Doc for WsGen2.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
.WsGen2
WsGen2
public
class WsGen2 extends MatchingTask
(Code)
wsgen task for use with the JAXWS project.
Field Summary
protected
Path
compileClasspath
protected
boolean
extension
protected
boolean
verbose
Method Summary
public
Path
createClasspath
()
Creates a nested classpath element.
public
Commandline.Argument
createJvmarg
()
Adds a JVM argument.
public
void
execute
()
public
Path
getCP
()
Gets the classpath.
public
Path
getClasspath
()
Gets the classpath.
public
boolean
getDebug
()
Gets the debug flag.
public
File
getDestdir
()
Gets the base directory to output generated class.
public
boolean
getExtension
()
Gets the "extension" flag.
public
boolean
getFork
()
Gets the "fork" flag.
public
boolean
getGenwsdl
()
Gets the genWsdl flag.
public
boolean
getIncludeantruntime
()
Gets whether or not the ant classpath is to be included in the task's classpath.
public
boolean
getIncludejavaruntime
()
Gets whether or not the java runtime should be included in this task's classpath.
public
boolean
getKeep
()
Gets the "keep" flag.
public
boolean
getOptimize
()
Gets the optimize flag.
public
String
getPortname
()
Gets the portName.
public
String
getProtocol
()
Gets the protocol.
public
File
getResourcedestdir
()
Gets the directory for non-class generated files.
public
String
getSei
()
public
String
getServicename
()
Gets the serviceName.
public
File
getSourcedestdir
()
Gets the directory to place generated source java files.
public
boolean
getVerbose
()
Gets the "verbose" flag.
public
void
setCP
(Path classpath)
Set the classpath to be used for this compilation.
public
void
setClasspath
(Path classpath)
Set the classpath to be used for this compilation.
public
void
setClasspathRef
(Reference r)
Adds a reference to a CLASSPATH defined elsewhere.
public
void
setDebug
(boolean debug)
Sets the debug flag.
public
void
setDestdir
(
File
base)
Sets the base directory to output generated class.
public
void
setExtension
(boolean extension)
Sets the "extension" flag.
public
void
setFailonerror
(boolean value)
Mostly for our SQE teams and not to be advertized.
public
void
setFork
(boolean fork)
Sets the "fork" flag.
public
void
setGenwsdl
(boolean genWsdl)
Sets the genWsdl flag.
public
void
setIncludeantruntime
(boolean include)
public
void
setIncludejavaruntime
(boolean include)
Sets whether or not to include the java runtime libraries to this task's classpath.
public
void
setKeep
(boolean keep)
Sets the "keep" flag.
public
void
setOptimize
(boolean optimize)
Sets the optimize flag.
public
void
setPortname
(
String
name)
Sets the serviceName.
public
void
setProtocol
(
String
protocol)
Sets the protocol.
public
void
setResourcedestdir
(
File
resourceDir)
Sets the directory for non-class generated files.
public
void
setSei
(
String
endpointImplementationClass)
public
void
setServicename
(
String
name)
Sets the serviceName.
public
void
setSourcedestdir
(
File
sourceBase)
Sets the directory to place generated source java files.
public
void
setVerbose
(boolean verbose)
Sets the "verbose" flag.
Field Detail
compileClasspath
protected
Path compileClasspath
(Code)
-classpath option ************************
extension
protected
boolean extension
(Code)
-extensions option *********************
verbose
protected
boolean verbose
(Code)
-verbose option ************************
Method Detail
createClasspath
public
Path createClasspath()
(Code)
Creates a nested classpath element.
createJvmarg
public
Commandline.Argument createJvmarg()
(Code)
Adds a JVM argument. JVM argument created
execute
public
void execute() throws BuildException
(Code)
Called by the project to let the task do it's work *
getCP
public
Path getCP()
(Code)
Gets the classpath.
getClasspath
public
Path getClasspath()
(Code)
Gets the classpath.
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. *
getGenwsdl
public
boolean getGenwsdl()
(Code)
Gets the genWsdl 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. *
getPortname
public
String
getPortname()
(Code)
Gets the portName. *
getProtocol
public
String
getProtocol()
(Code)
Gets the protocol. *
getResourcedestdir
public
File
getResourcedestdir()
(Code)
Gets the directory for non-class generated files. *
getSei
public
String
getSei()
(Code)
Returns the sei.
getServicename
public
String
getServicename()
(Code)
Gets the serviceName. *
getSourcedestdir
public
File
getSourcedestdir()
(Code)
Gets the directory to place generated source java files. *
getVerbose
public
boolean getVerbose()
(Code)
Gets the "verbose" flag. *
setCP
public
void setCP(Path classpath)
(Code)
Set the classpath to be used for this compilation.
setClasspath
public
void setClasspath(Path classpath)
(Code)
Set the classpath to be used for this compilation.
setClasspathRef
public
void setClasspathRef(Reference r)
(Code)
Adds a reference to a CLASSPATH defined elsewhere.
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. *
setGenwsdl
public
void setGenwsdl(boolean genWsdl)
(Code)
Sets the genWsdl 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. *
setPortname
public
void setPortname(
String
name)
(Code)
Sets the serviceName. *
setProtocol
public
void setProtocol(
String
protocol)
(Code)
Sets the protocol. *
setResourcedestdir
public
void setResourcedestdir(
File
resourceDir)
(Code)
Sets the directory for non-class generated files. *
setSei
public
void setSei(
String
endpointImplementationClass)
(Code)
setServicename
public
void setServicename(
String
name)
(Code)
Sets the serviceName. *
setSourcedestdir
public
void setSourcedestdir(
File
sourceBase)
(Code)
Sets the directory to place generated source java files. *
setVerbose
public
void setVerbose(boolean verbose)
(Code)
Sets the "verbose" flag. *
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.