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
boolean
extension
protected
boolean
verbose
protected
boolean
xNoAddressingDatabinding
Method Summary
public
void
addConfiguredBinding
(FileSet fs)
public
void
addConfiguredDepends
(FileSet fs)
Nested <depends> element.
public
void
addConfiguredProduces
(FileSet fs)
Nested <produces> element.
public
void
addConfiguredXMLCatalog
(XMLCatalog entityResolver)
public
Commandline.Argument
createJvmarg
()
Adds a JVM argument.
public
Commandline.Argument
createXjcarg
()
Adds XJC argument.
public
void
execute
()
public
String
getBinding
()
public
File
getCatalog
()
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
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
getPackage
()
public
File
getSourcedestdir
()
Gets the directory to place generated source java files.
public
boolean
getVerbose
()
Gets the "verbose" flag.
public
String
getWsdl
()
public
String
getWsdllocation
()
public
boolean
getxNoAddressingDatabinding
()
public
boolean
isQuiet
()
public
boolean
isXdebug
()
public
void
setBinding
(
String
binding)
public
void
setCatalog
(
File
catalog)
Adds a new catalog file.
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
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
setPackage
(
String
pkg)
public
void
setQuiet
(boolean quiet)
public
void
setSourcedestdir
(
File
sourceBase)
Sets the directory to place generated source java files.
public
void
setTarget
(
String
version)
public
void
setVerbose
(boolean verbose)
Sets the "verbose" flag.
public
void
setWsdl
(
String
wsdl)
public
void
setWsdllocation
(
String
wsdlLocation)
public
void
setXdebug
(boolean xdebug)
public
void
setxNoAddressingDatabinding
(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.