ucar.ncx.soap
Class NcxSoapRpcShellClient

java.lang.Object
  |
  +--ucar.ncx.soap.NcxSoapRpcShellClient

public class NcxSoapRpcShellClient
extends java.lang.Object

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

NcxSoapRpcShellClient

public NcxSoapRpcShellClient()
No argument constructor

Method Detail

main

public static void main(java.lang.String[] args)
Method for command-line run. USAGE: java ucar.ncx.soap.NcxSoapRpcShellClient -in:netcdfURL -service:serviceURL [-out:xmlfile] [-flag:true|false], where:


process

public void process(java.lang.String netcdfURL,
                    java.lang.String xmlFile,
                    boolean flag,
                    java.lang.String serviceURL)
Main processing method.