Skip Navigation

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

Emulator Command Intercept and Markup


You can register services to intercept commands and add markup instructions under the following name:
EMU_COMMAND

EmulatorCommandRequest in com.sabre.edge.cf.emu.data.requests

EmulatorCommandResponse in com.sabre.edge.cf.emu.data.responses

Emulator Command Intercept and Markup
You can register services to intercept commands and add markup instructions under the following name:
EMU_RESPONSE

EmulatorMarkupRequest in com.sabre.edge.cf.emu.data.requests

EmulatorMarkupResponse 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
com.sabre.edge.cf.emu.ExecuteInEmulator

EmulatorCommand in com.sabre.edge.cf.emu.data

-

Sabre host
com.sabre.edge.cf.host.Communication

HostCommand in com.sabre.edge.cf.host.data

HostResponse in com.sabre.edge.cf.host.data

TA Session Locking
com.sabre.edge.cf.host.Locking

LockRequest in com.sabre.edge.cf.host.data
UnlockRequest in com.sabre.edge.cf.host.data

LockResponse in com.sabre.edge.cf.host.data

Sabre Web Services SOAP
com.sabre.edge.cf.sws.SWS

SWSRequest in com.sabre.edge.cf.sws.data

SWSResponse in com.sabre.edge.cf.sws.data

Sabre Web Services REST
com.sabre.edge.cf.rest2sg.Rest2Sg

Rest2SgRequest in com.sabre.edge.cf.rest2sg.data

Rest2SgResponse in com.sabre.edge.cf.rest2sg.data

SDS Message Format
com.sabre.edge.cf.host.SDS

SDSCommand in com.sabre.edge.cf.host.sds.data

SDSResponse in com.sabre.edge.cf.host.sds.data

Extract highlighted text from Emulator
  com.sabre.edge.cf.emu.HighlightExtractorService

EmuHighlightRequest in com.sabre.edge.cf.emu.data.requests

EmuHighlightResponse in com.sabre.edge.cf.emu.data.responses