Uses of Package
fipaos.mts.service

Packages that use fipaos.mts.service
fipaos.mts 
fipaos.mts.service 
fipaos.mts.service.preparse 

Classes in fipaos.mts.service used by fipaos.mts
ExternalMTP
          Common interface to a specific transport type - generally an implementation of a FIPA specified transport (hence use for inter-platform communications).
ExternalMTPBase
          Provides a basic implementation of a MTP, based upon the MTPBase object and implementing the ExternalMTP 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.
InternalMTPBase
          Provides a basic implementation of a MTP, based upon the MTPBase object and implementing the InternalMTP interface

 

Classes in fipaos.mts.service used by fipaos.mts.service
BufferService
          TODO: Write a description of the class

CommMultiplexService
          

ParserService
          TODO: Write a description of the class

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

ServiceStack
          This class provides a convenient mechanism for initialising a set of Services to form a stack

 

Classes in fipaos.mts.service used by fipaos.mts.service.preparse
ACCRouterService
          TODO: Write a description of the class