shibsp::Remoted Class Reference

Interface to a remoted service. More...

#include <shibsp/remoting/ListenerService.h>

Inheritance diagram for shibsp::Remoted:
shibsp::ListenerService shibsp::RemotedHandler shibsp::SSCache shibsp::XMLApplication shibsp::XMLConfig shibsp::SocketListener shibsp::AssertionConsumerService shibsp::LogoutHandler shibsp::LogoutInitiator

List of all members.

Public Member Functions

virtual void receive (DDF &in, std::ostream &out)=0
 Remoted classes implement this method to process incoming messages.

Detailed Description

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.


Member Function Documentation

virtual void shibsp::Remoted::receive ( DDF in,
std::ostream &  out 
) [pure virtual]

Remoted classes implement this method to process incoming messages.

Parameters:
in incoming DDF message
out stream to write outgoing DDF message to

Implemented in shibsp::AssertionConsumerService, shibsp::LogoutHandler, shibsp::SSCache, shibsp::XMLApplication, shibsp::XMLConfig, and shibsp::ListenerService.


The documentation for this class was generated from the following file:

Generated on 15 Dec 2020 for shibboleth-3.2.0 by  doxygen 1.6.1