Uses of Class
fipaos.mts.service.PostParserService

Packages that use PostParserService
fipaos.mts 
fipaos.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
          TODO: Write a description of the class

 

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.