|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ucar.ncx.soap.NcxSoapMessageShellClient
SOAP/HTTP messaging client for netcdf to xml transformation. It can be run from the command line or invoked through its API. Given the necessary request parameters, it will build an xml document of the form:
<ncx xmlns="urn:ncx-message" url="........" flag="....."/>, wrap it within a SOAP envelope, and send it to a destination url (that can be either an Apache-SOAP message router or a SOAP-aware servlet). The returned xml document containing the netcdf metadata can either be written to the screen (deafult) or to a specified local file.
| Constructor Summary | |
NcxSoapMessageShellClient()
No argument constructor |
|
NcxSoapMessageShellClient(boolean jaxm)
Constuctor with optional flag for client-side JAXM processing |
|
| 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 NcxSoapMessageShellClient()
public NcxSoapMessageShellClient(boolean jaxm)
jaxm - set to true to enable client-side JAXM processing| 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)
netcdfURL - URL of netcdf file to be processedserviceURL - URL of SOAP service processing the request (messagerouter or servlet)flag - set to false to use only generic netcdf schema (http://www.ucar.edu/schemas/netcdf),
or true to use specific netcdf schemas as identified by the global attribute "conventions" in the netcdf file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||