| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PostParserService | |
fipaos.mts | |
fipaos.mts.service | |
fipaos.test.mts.service |
Uses of PostParserService in fipaos.mts |
Subinterfaces of PostParserService in fipaos.mts | |
interface | ExternalMTP Common interface to a specific transport type - generally an implementation of a FIPA specified transport (hence use for inter-platform communications). |
Methods in fipaos.mts with parameters of type PostParserService | |
void | ExternalMTPBase.initialise(PostParserService previous, PostParserService next) Invoked when the undelying implementation should initialise itself. |
Uses of PostParserService in fipaos.mts.service |
Classes in fipaos.mts.service that implement PostParserService | |
class | BufferService TODO: Write a description of the class |
class | CommMultiplexService |
class | 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) |
Methods in fipaos.mts.service with parameters of type PostParserService | |
void | BufferService.initialise(PostParserService p1, PostParserService p2) |
void | CommMultiplexService.initialise(PostParserService p1, PostParserService p2) |
void | ParserService.initialise(PostParserService p1, PostParserService p2) Invoked when the undelying implementation should initialise itself. |
void | PostParserService.initialise(PostParserService previous, PostParserService next) Invoked when the undelying implementation should initialise itself. |
Uses of PostParserService in fipaos.test.mts.service |
Classes in fipaos.test.mts.service that implement PostParserService | |
class | CollectorService General purpose class for use when testing MTS Service components |
Methods in fipaos.test.mts.service with parameters of type PostParserService | |
void | CollectorService.initialise(fipaos.mts.service.PostParserService p1, fipaos.mts.service.PostParserService p2) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |