|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.ws.wscompile.Options
com.sun.tools.ws.wscompile.WsgenOptions
public class WsgenOptions
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.tools.ws.wscompile.Options |
---|
Options.Target, Options.WeAreDone |
Field Summary | |
---|---|
boolean |
doNotOverWrite
-Xdonotoverwrite |
Class |
endpoint
|
(package private) List<String> |
endpoints
|
Filer |
filer
|
boolean |
genWsdl
-wsdl |
File |
nonclassDestDir
-r |
QName |
portName
-portname |
String |
protocol
protocol value |
boolean |
protocolSet
Tells if user specified a specific protocol |
QName |
serviceName
-servicename |
String |
transport
|
File |
wsgenReport
-XwsgenReport |
static String |
X_SOAP12
|
Fields inherited from class com.sun.tools.ws.wscompile.Options |
---|
classpath, compatibilityMode, debug, debugMode, destDir, EXTENSION, keep, nocompile, quiet, sourceDir, STRICT, target, targetDir, verbose |
Constructor Summary | |
---|---|
WsgenOptions()
|
Method Summary | |
---|---|
protected void |
addFile(String arg)
Adds a file from the argume |
static BindingID |
getBindingID(String protocol)
|
protected int |
parseArguments(String[] args,
int i)
Parses an option args[i] and return
the number of tokens consumed. |
void |
validate()
|
Methods inherited from class com.sun.tools.ws.wscompile.Options |
---|
addGeneratedFile, deleteGeneratedFiles, fileToURL, getClassLoader, getGeneratedFiles, isExtensionMode, parseArguments, pathToURLs, removeGeneratedFiles, requireArgument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public QName serviceName
public QName portName
public File nonclassDestDir
public boolean genWsdl
public String protocol
public String transport
public File wsgenReport
public boolean doNotOverWrite
public Filer filer
public boolean protocolSet
public static final String X_SOAP12
List<String> endpoints
public Class endpoint
Constructor Detail |
---|
public WsgenOptions()
Method Detail |
---|
protected int parseArguments(String[] args, int i) throws BadCommandLineException
Options
args[i]
and return
the number of tokens consumed.
parseArguments
in class Options
BadCommandLineException
- If the callee wants to provide a custom message for an error.protected void addFile(String arg)
Options
addFile
in class Options
arg
- a file, could be a wsdl or xsd or a Classpublic void validate() throws BadCommandLineException
BadCommandLineException
public static BindingID getBindingID(String protocol)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |