ProtocolDescriptionSupport
public interface RequestContext extends ProtocolDescriptionSupport
Modifier and Type | Method | Description |
---|---|---|
OutputChannel |
getClientChannel() |
|
java.util.Map |
getClientContext() |
|
Endpoint |
getEndpoint() |
|
int |
getProtocolId() |
|
Message |
getRequestMessage() |
|
void |
respond(Message message) |
Sends the message (response) using channel that received the request.
|
void |
transmit(Message message) |
Sends the message to all channels EXCEPT the channel
that received the request.
|
getProtocolDescription
Message getRequestMessage()
void respond(Message message) throws ProtocolException
message
- Message to sendProtocolException
- if sending is failedvoid transmit(Message message) throws ProtocolException
message
- Message to sendProtocolException
- if sending is failedOutputChannel getClientChannel()
java.util.Map getClientContext()
Endpoint getEndpoint()
int getProtocolId()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.