Interface to a remoted service. More...
#include <shibsp/remoting/ListenerService.h>

Public Member Functions | |
| virtual void | receive (DDF &in, std::ostream &out)=0 |
| Remoted classes implement this method to process incoming messages. | |
Interface to a remoted service.
Classes that support remoted messages delivered by the Listener runtime support this interface and register themselves with the runtime to receive particular messages.
| virtual void shibsp::Remoted::receive | ( | DDF & | in, | |
| std::ostream & | out | |||
| ) | [pure virtual] |
Remoted classes implement this method to process incoming messages.
Implemented in shibsp::AssertionConsumerService, shibsp::LogoutHandler, and shibsp::ListenerService.
1.7.1