Uses of Package
fipaos.mts.service

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

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
          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



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



 

Classes in fipaos.mts.service used by fipaos.test.mts.service
CollectorService
          General purpose class for use when testing MTS Service components