|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ucar.ncx.soap.NcxSoapRpcShellClient
Apache SOAP-RPC shell client for netcdf to xml transformation. It can be run from the command line or invoked through its API. Given the appropriate parameters, it uses internally NcxSoapRpcClient to build the call to the Ncx web service. The returned xml document containing the netcdf metadata can either be written to the screen (deafult) or to a specified local file.
| Constructor Summary | |
NcxSoapRpcShellClient()
No argument constructor |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Method for command-line run. |
void |
process(java.lang.String netcdfURL,
java.lang.String xmlFile,
boolean flag,
java.lang.String serviceURL)
Main processing method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NcxSoapRpcShellClient()
| Method Detail |
public static void main(java.lang.String[] args)
public void process(java.lang.String netcdfURL,
java.lang.String xmlFile,
boolean flag,
java.lang.String serviceURL)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||