Modified readFromMetacat() to pass most exceptions up the call stack, which allows creation of new entry points for calling reads. Still need to continue factoring out the HTTPServletResponse that is passed in in order to make entrypoints that are not servlet based possible. Problem now is in setting the content type properly on the servlet response before writing to the output stream.
Added new dataone interface implementation for the CRUD service, but it is incomplete -- most interfaces thrown NotImplemented for now . The get() method should work but is not tested.
Modified readFromMetacat() to pass most exceptions up the call stack, which
allows creation of new entry points for calling reads. Still need to
continue factoring out the HTTPServletResponse that is passed in in order to
make entrypoints that are not servlet based possible. Problem now is in
setting the content type properly on the servlet response before writing to
the output stream.
Added new dataone interface implementation for the CRUD service, but it is incomplete -- most interfaces thrown NotImplemented for now . The get() method should work but is not tested.