Request and Response Object Classes for Synchronous Services
The following table presents a quick overview of the request and response object classes that the communications synchronous services use.
Service Name |
Request Object Class |
Response Object Class |
---|---|---|
|
EmulatorCommandRequest in com.sabre.edge.cf.emu.data.requests |
EmulatorCommandResponse in com.sabre.edge.cf.emu.data.responses |
Send Information to Sabre Emulator com.sabre.edge.cf.emu.ShowInEmulator |
EmulatorCommand in com.sabre.edge.cf.emu.data |
- |
Send Information to Sabre Emulator |
EmulatorCommand in com.sabre.edge.cf.emu.data |
- |
Sabre host |
HostCommand in com.sabre.edge.cf.host.data |
HostResponse in com.sabre.edge.cf.host.data |
TA Session Locking |
LockRequest in com.sabre.edge.cf.host.data |
LockResponse in com.sabre.edge.cf.host.data |
Sabre Web Services SOAP |
SWSRequest in com.sabre.edge.cf.sws.data |
SWSResponse in com.sabre.edge.cf.sws.data |
Sabre Web Services REST |
Rest2SgRequest in com.sabre.edge.cf.rest2sg.data |
Rest2SgResponse in com.sabre.edge.cf.rest2sg.data |
SDS Message Format |
SDSCommand in com.sabre.edge.cf.host.sds.data |
SDSResponse in com.sabre.edge.cf.host.sds.data |
Extract highlighted text from Emulator |
EmuHighlightRequest in com.sabre.edge.cf.emu.data.requests |
EmuHighlightResponse in com.sabre.edge.cf.emu.data.responses |