Package opendap.servers.test

This package contains the OPeNDAP Test Server (DTS).

See:
          Description

Class Summary
dts Purpose:
This is the OPeNDAP Test servlet (dts).
SDTest  
SSFdummy  
SSFdummyval  
test_SDArray Holds a OPeNDAP Server Array value.
test_SDByte Holds a OPeNDAP Server Byte value.
test_SDFloat32 Holds a OPeNDAP Server Float32 value.
test_SDFloat64 Holds a OPeNDAP Server Float64 value.
test_SDGrid Holds a OPeNDAP Server Grid value.
test_SDInt16 Holds a OPeNDAP Server Int16 value.
test_SDInt32 Holds a OPeNDAP Server Int32 value.
test_SDSequence Holds a OPeNDAP Server Sequence value.
test_SDString  
test_SDStructure Holds a OPeNDAP Server Structure value.
test_SDUInt16 Holds a OPeNDAP Server UInt16 value.
test_SDUInt32 Holds a OPeNDAP Server UInt32 value.
test_SDURL Holds a OPeNDAP Server Byte value.
test_ServerFactory The default server-side Factory for BaseType objects.
testDataset This is the OPeNDAP Test servlet (dts).
testEngine Used by the test server to reset the server output for each new client request.
 

Package opendap.servers.test Description

This package contains the OPeNDAP Test Server (DTS). These classes contain specific types for building a OPeNDAP Server that is designed as a test platform for the core server code, and as a means of testing clients. This server will attempt to server data from ANY valid OPeNDAP DDS. The server opens the DDS, and in response to a client request for data fills the DDS with INVENTED data and returns it to the client. See the implementations of the various types to see what the invented should look like when recieved by the client.