shibboleth-2.6.1
|
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. More... | |
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.
|
pure virtual |
Remoted classes implement this method to process incoming messages.
Implemented in shibsp::ListenerService, shibsp::LogoutHandler, and shibsp::AssertionConsumerService.