30#ifndef I_NCMLRequestHandler_H
31#define I_NCMLRequestHandler_H
33#include "BESRequestHandler.h"
34#include "BESDDSResponse.h"
40class NCMLRequestHandler:
public BESRequestHandler {
43 static bool _global_attributes_container_name_set;
44 static std::string _global_attributes_container_name;
53 NCMLRequestHandler(
const std::string &name);
54 virtual ~NCMLRequestHandler(
void);
56 virtual void dump(std::ostream &strm)
const;
65 static std::string get_global_attributes_container_name()
67 return _global_attributes_container_name;
Structure storing information used by the BES to handle the request.
virtual void dump(std::ostream &strm) const
dumps information about this object
NcML Parser for adding/modifying/removing metadata (attributes) to existing local datasets using NcML...