Uses of Class
systemic.sif.sifcommon.mapping.MappingInfo

Packages that use MappingInfo
systemic.sif.sifcommon.model   
systemic.sif.sifcommon.publisher   
systemic.sif.sifcommon.subscriber   
 

Uses of MappingInfo in systemic.sif.sifcommon.model
 

Methods in systemic.sif.sifcommon.model that return MappingInfo
 MappingInfo SubscriberMessage.getMappingInfo()
           
 

Methods in systemic.sif.sifcommon.model with parameters of type MappingInfo
 void SubscriberMessage.setMappingInfo(MappingInfo mappingInfo)
           
 

Constructors in systemic.sif.sifcommon.model with parameters of type MappingInfo
SubscriberMessage(openadk.library.SIFDataObject sifObject, openadk.library.Zone zone, MappingInfo mappingInfo)
          Constructor if this object should represent a SIF Response.
SubscriberMessage(openadk.library.SIFDataObject sifObject, openadk.library.Zone zone, MappingInfo mappingInfo, openadk.library.EventAction eventAction)
          Constructor if this object should represent a SIF Event.
 

Uses of MappingInfo in systemic.sif.sifcommon.publisher
 

Methods in systemic.sif.sifcommon.publisher with parameters of type MappingInfo
 openadk.library.SIFDataObject SIFResponseIterator.getNextSIFObject(BaseInfo baseInfo, MappingInfo mappingInfo)
          This method returns the next available SIF Object.
 

Uses of MappingInfo in systemic.sif.sifcommon.subscriber
 

Methods in systemic.sif.sifcommon.subscriber with parameters of type MappingInfo
abstract  void BaseSubscriber.processEvent(SIFEvent sifEvent, openadk.library.Zone zone, MappingInfo mappingInfo, java.lang.String consumerID)
          This method will process the given event.
abstract  void BaseSubscriber.processResponse(openadk.library.SIFDataObject sifObject, openadk.library.Zone zone, MappingInfo mappingInfo, java.lang.String consumerID)
          This method will process the given SIF Object.