Class Summary |
AgentCommunicationChannel | This is an implementation of the ACC as described within the FIPA99 specification
It acts as a gateway between the internal transports and the external transports,
allowing messages to be exchanged between various FIPA Agent platforms
|
BufferService | TODO: Write a description of the class
|
CommMultiplexService |
|
ParserService | This Service attempt to parser/deparse the various parts of the message
into the desired encoding (as specified in the Envelope and ACL parts of the message) |
PostParserService | This interface should be implemented by classes which provide post-parsing (for
outbound messages) / pre-parsing (for incoming messages) processing
|
PreParserService | This interface should be implemented by classes which provide pre-parsing (for
outbound messages) / post-parsing (for incoming messages) processing
|
Service | Common service interface - provides error code constants |
ServiceStack | This class provides a convenient mechanism for initialising a set
of Services to form a stack
|