Package | Description |
---|---|
com.sun.tools.ws.wscompile |
Modifier and Type | Class and Description |
---|---|
static class |
Options.WeAreDone
Used to signal that we've finished processing.
|
Modifier and Type | Method and Description |
---|---|
void |
WsimportOptions.addBindings(String name) |
protected void |
WsimportOptions.addFile(String arg) |
protected void |
Options.addFile(String arg)
Adds a file from the argume
|
boolean |
WsgenTool.buildModel(String endpoint,
com.sun.tools.ws.wscompile.WsgenTool.Listener listener) |
protected Model |
WsimportTool.buildWsdlModel(WsimportTool.Listener listener,
WsimportTool.Receiver receiver) |
void |
Plugin.onActivated(Options opts)
Notifies a plugin that it's activated.
|
int |
Plugin.parseArgument(Options opt,
String[] args,
int i)
Parses an option
args[i] and augment the opt object
appropriately, then return the number of tokens consumed. |
void |
WsimportOptions.parseArguments(String[] args)
Parses arguments and fill fields of this object.
|
void |
Options.parseArguments(String[] args)
Parses arguments and fill fields of this object.
|
int |
WsimportOptions.parseArguments(String[] args,
int i) |
protected int |
WsgenOptions.parseArguments(String[] args,
int i) |
protected int |
Options.parseArguments(String[] args,
int i)
Parses an option
args[i] and return
the number of tokens consumed. |
protected void |
WsimportTool.parseArguments(String[] args,
WsimportTool.Listener listener,
WsimportTool.Receiver receiver) |
String |
Options.requireArgument(String optionName,
String[] args,
int i)
Obtains an operand and reports an error if it's not there.
|
void |
WsimportOptions.validate() |
void |
WsgenOptions.validate() |
Copyright © 2016 Oracle Corporation. All rights reserved.