|
||||||||||
| 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 |
java.lang.Class |
endpoint
|
Filer |
filer
|
boolean |
genWsdl
-wsdl |
boolean |
inlineSchemas
-inlineSchemas |
java.io.File |
nonclassDestDir
-r |
java.util.Map<java.lang.String,java.lang.String> |
nonstdProtocols
|
javax.xml.namespace.QName |
portName
-portname |
java.lang.String |
protocol
protocol value |
java.util.Set<java.lang.String> |
protocols
|
boolean |
protocolSet
Tells if user specified a specific protocol |
javax.xml.namespace.QName |
serviceName
-servicename |
java.io.File |
wsgenReport
-XwsgenReport |
static java.lang.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(java.lang.String arg)
Adds a file from the argume |
protected int |
parseArguments(java.lang.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 javax.xml.namespace.QName serviceName
public javax.xml.namespace.QName portName
public java.io.File nonclassDestDir
public boolean genWsdl
public boolean inlineSchemas
public java.lang.String protocol
public java.util.Set<java.lang.String> protocols
public java.util.Map<java.lang.String,java.lang.String> nonstdProtocols
public java.io.File wsgenReport
public boolean doNotOverWrite
public Filer filer
public boolean protocolSet
public static final java.lang.String X_SOAP12
public java.lang.Class endpoint
| Constructor Detail |
|---|
public WsgenOptions()
| Method Detail |
|---|
protected int parseArguments(java.lang.String[] args,
int i)
throws BadCommandLineException
Optionsargs[i] and return
the number of tokens consumed.
parseArguments in class OptionsBadCommandLineException - If the callee wants to provide a custom message for an error.protected void addFile(java.lang.String arg)
Options
addFile in class Optionsarg - a file, could be a wsdl or xsd or a Class
public void validate()
throws BadCommandLineException
BadCommandLineException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||