Uses of Class
fipaos.mts.service.Service

Packages that use Service
fipaos.mts.service 

Uses of Service in fipaos.mts.service
 

Subinterfaces of Service in fipaos.mts.service
interface PostParserService
          This interface should be implemented by classes which provide post-parsing (for outbound messages) / pre-parsing (for incoming messages) processing

interface PreParserService
          This interface should be implemented by classes which provide pre-parsing (for outbound messages) / post-parsing (for incoming messages) processing

 

Methods in fipaos.mts.service with parameters of type Service
synchronized voidServiceStack.add(Service s)
          Adds the given Service to the stack, but doesn't initialise it - this occurs when initialise() is invoked.