Uses of Class
fipaos.mts.service.PreParserService

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

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
voidInternalMTPBase.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
          TODO: Write a description of the class

 

Methods in fipaos.mts.service with parameters of type PreParserService
voidBufferService.initialise(PreParserService p1, PreParserService p2)
          
voidCommMultiplexService.initialise(PreParserService p1, PreParserService p2)
          
voidParserService.initialise(PreParserService p1, PreParserService p2)
          Invoked when the undelying implementation should initialise itself.
voidPreParserService.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
voidACCRouterService.initialise(PreParserService p1, PreParserService p2)