2 #ifndef A_GatewayPathInfoCommand_h 3 #define A_GatewayPathInfoCommand_h 1 5 #include "BESXMLCommand.h" 6 #include "BESDataHandlerInterface.h" 8 #define SPI_DEBUG_KEY "gateway-path-info" 9 #define SHOW_GATEWAY_PATH_INFO_RESPONSE "show.gatewayPathInfo" 10 #define SHOW_GATEWAY_PATH_INFO_RESPONSE_STR "showGatewayPathInfo" 26 virtual void dump(ostream &strm)
const;
31 #endif // A_GatewayPathInfoCommand_h
virtual bool has_response()
Does this command return a response to the client?
Structure storing information used by the BES to handle the request.
virtual void dump(ostream &strm) const
dumps information about this object
virtual void parse_request(xmlNode *node)
parse a show command. No properties or children elements
Base class for the BES's commands.