com.genesyslab.platform.commons.protocol
Interface RequestContext
- All Superinterfaces:
- ProtocolDescriptionSupport
public interface RequestContext
- extends ProtocolDescriptionSupport
getRequestMessage
Message getRequestMessage()
respond
void respond(Message message)
throws ProtocolException
- Sends the message (response) using channel that received the request.
- Parameters:
message
- Message to send
- Throws:
ProtocolException
- if sending is failed
transmit
void transmit(Message message)
throws ProtocolException
- Sends the message to all channels EXCEPT the channel
that received the request.
- Parameters:
message
- Message to send
- Throws:
ProtocolException
- if sending is failed
getClientChannel
OutputChannel getClientChannel()
getClientContext
java.util.Map getClientContext()
getEndpoint
Endpoint getEndpoint()
getProtocolId
int getProtocolId()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.