Package ucar.ncx.soap

Package providing SOAP-based services for netcdf to xml encoding.

See:
          Description

Class Summary
NcxSoapJAXMClient Core SOAP/HTTP messaging client for netcdf to xml transformation.
NcxSoapJAXMServlet Servlet for netcdf to xml transformation based on the JAXM API.
NcxSoapMessageClient Core SOAP/HTTP messaging client for netcdf to xml transformation.
NcxSoapMessageRequestFactory Utility class used to build (client side) or process (server side) a SOAP Envelope containing the XML-encoded request for netcdf to xml transformation.
NcxSoapMessageService Apache SOAP messaging web service for netcdf to xml transformation.
NcxSoapMessageServlet Servlet for netcdf to xml transformation based on the Apache-SOAP API.
NcxSoapMessageShellClient SOAP/HTTP messaging client for netcdf to xml transformation.
NcxSoapRpcClient Core Apache SOAP-RPC client for netcdf to xml transformation.
NcxSoapRpcClientServlet Servlet that acts as a client for SOAP-RPC calls to a netcdf to xml conversion service.
NcxSoapRpcService Apache SOAP-RPC web service for netcdf to xml transformation.
NcxSoapRpcShellClient Apache SOAP-RPC shell client for netcdf to xml transformation.
 

Package ucar.ncx.soap Description

Package providing SOAP-based services for netcdf to xml encoding. Includes client and server classes, for both messaging-based and rpc-based SOAP communication.