Uses of Class
fipaos.mts.service.PostParserService

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
voidExternalMTPBase.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
voidBufferService.initialise(PostParserService p1, PostParserService p2)
          
voidCommMultiplexService.initialise(PostParserService p1, PostParserService p2)
          
voidParserService.initialise(PostParserService p1, PostParserService p2)
          Invoked when the undelying implementation should initialise itself.
voidPostParserService.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
voidCollectorService.initialise(fipaos.mts.service.PostParserService p1, fipaos.mts.service.PostParserService p2)