8 std::cout <<
"Service registry constructor at " << std::hex << (
unsigned long)
this << std::dec << std::endl;
15 std::cout <<
" service web registry " << std::hex << (
unsigned long)
this << std::dec
16 <<
" has " <<
clm_.size() <<
" services registered " << std::endl;
17 std::vector<ServiceWeb*> retval;
20 std::cout <<
"service " << (*i).first <<
" has web " << std::endl;
21 retval.push_back((*i).second);
33 (*i).second->defaultWebPage(in,out);
37 std::cout <<
"exception caught when calling serviceweb page for " << name << std::endl;
46 while (i !=
clm_.end())
48 (*i).second->publish(is);
56 std::cout <<
"Service registry clear for " << std::hex << (
unsigned long)
this << std::dec << std::endl;
std::vector< ServiceWeb * > getWebs()
ServiceWebRegistry(const edm::ParameterSet &)
void publish(xdata::InfoSpace *)
void invoke(xgi::Input *, xgi::Output *, const std::string &)