| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreParserService | |
fipaos.mts | |
fipaos.mts.service | |
fipaos.mts.service.preparse | |
fipaos.test.mts.service |
Uses of PreParserService in fipaos.mts |
Subinterfaces of PreParserService in fipaos.mts | |
interface | InternalMTP Common interface to a specific transport type - generally a proprietory transport (hence provides an intra-platform communication protocol) Semantics of outgoing() (inehrited from PostParserService )
are as follows: If Envelope.getViaACC() is true, the message should be routed
to the ACC, rather than the intended-receiver Otherwise, the message is sent to the first address specified within the AID of the intended-receiver field of the envelope only. |
Methods in fipaos.mts with parameters of type PreParserService | |
void | InternalMTPBase.initialise(PreParserService previous, PreParserService next) Invoked when the undelying implementation should initialise itself. |
Uses of PreParserService in fipaos.mts.service |
Classes in fipaos.mts.service that implement PreParserService | |
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 PreParserService | |
void | BufferService.initialise(PreParserService p1, PreParserService p2) |
void | CommMultiplexService.initialise(PreParserService p1, PreParserService p2) |
void | ParserService.initialise(PreParserService p1, PreParserService p2) Invoked when the undelying implementation should initialise itself. |
void | PreParserService.initialise(PreParserService previous, PreParserService next) Invoked when the undelying implementation should initialise itself. |
Uses of PreParserService in fipaos.mts.service.preparse |
Classes in fipaos.mts.service.preparse that implement PreParserService | |
class | ACCRouterService TODO: Write a description of the class |
Methods in fipaos.mts.service.preparse with parameters of type PreParserService | |
void | ACCRouterService.initialise(PreParserService p1, PreParserService p2) |
Uses of PreParserService in fipaos.test.mts.service |
Classes in fipaos.test.mts.service that implement PreParserService | |
class | CollectorService General purpose class for use when testing MTS Service components |
Methods in fipaos.test.mts.service with parameters of type PreParserService | |
void | CollectorService.initialise(fipaos.mts.service.PreParserService p1, fipaos.mts.service.PreParserService p2) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |