void |
WsimportOptions.addBindings(String name) |
|
protected void |
Options.addFile(String arg) |
Adds a file from the argume
|
protected void |
WsimportOptions.addFile(String arg) |
|
boolean |
WsgenTool.buildModel(String endpoint,
com.sun.tools.ws.wscompile.WsgenTool.Listener listener) |
|
protected com.sun.tools.ws.processor.model.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 |
Options.parseArguments(String[] args) |
Parses arguments and fill fields of this object.
|
protected int |
Options.parseArguments(String[] args,
int i) |
Parses an option args[i] and return
the number of tokens consumed.
|
protected int |
WsgenOptions.parseArguments(String[] args,
int i) |
|
void |
WsimportOptions.parseArguments(String[] args) |
Parses arguments and fill fields of this object.
|
int |
WsimportOptions.parseArguments(String[] args,
int i) |
|
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 |
WsgenOptions.validate() |
|
void |
WsimportOptions.validate() |
|