Migration from MySabre API to SRWRuntime Services
SRWRuntime services provide functionality that is either the same or similar to MySabre API. For a description of the behavior in SRWRuntime, read the topics in the Red App help dedicated to the communications services that you want to use.
MySabre API Java Methods | SRWRuntime Communications Services |
---|---|
sendToSabre |
com.sabre.edge.cf.emu.ExecuteInEmulator |
sendToEmulator |
com.sabre.edge.cf.emu.ShowInEmulator |
sendReceive |
com.sabre.edge.cf.host.Communication |
lock |
com.sabre.edge.cf.host.Locking |
unlock |
com.sabre.edge.cf.host.Locking |
Active listening or marking up a Sabre command |
EMU_COMMAND |
Active listening or marking up Sabre responses |
EMU_RESPONSE |
SabreNotifyListener interface |
The Red App registers a listener. |