|
||||||||||
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
|
boolean |
genWsdl
-wsdl |
boolean |
inlineSchemas
-inlineSchemas |
File |
nonclassDestDir
-r |
Map<String,String> |
nonstdProtocols
|
QName |
portName
-portname |
String |
protocol
protocol value |
Set<String> |
protocols
|
boolean |
protocolSet
Tells if user specified a specific protocol |
QName |
serviceName
-servicename |
File |
wsgenReport
-XwsgenReport |
static String |
X_SOAP12
|
Fields inherited from class com.sun.tools.ws.wscompile.Options |
---|
classpath, compatibilityMode, debug, debugMode, destDir, encoding, EXTENSION, filer, keep, nocompile, quiet, sourceDir, STRICT, target, targetDir, verbose |
Constructor Summary | |
---|---|
WsgenOptions()
|
Method Summary | |
---|---|
protected void |
addFile(String arg)
Adds a file from the argume |
(package private) com.sun.xml.ws.api.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 boolean inlineSchemas
public String protocol
public Set<String> protocols
public Map<String,String> nonstdProtocols
public File wsgenReport
public boolean doNotOverWrite
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
com.sun.xml.ws.api.BindingID getBindingID(String protocol)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |