public interface IDuplexChannelUnwrapper extends IAttachableDuplexInputChannel
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssociatedResponseReceiverId(java.lang.String responseReceiverId)
Returns response receiver id of the client connected to the unwrapper.
|
Event<ResponseReceiverEventArgs> |
responseReceiverConnected()
The event is invoked when the duplex channel wrapper opened the connection with this unwrapper via its duplex output channel.
|
Event<ResponseReceiverEventArgs> |
responseReceiverDisconnected()
The event is invoked when the duplex channel wrapper closed the connection with this unwrapper via its duplex output channel.
|
attachDuplexInputChannel, detachDuplexInputChannel, getAttachedDuplexInputChannel, isDuplexInputChannelAttached
Event<ResponseReceiverEventArgs> responseReceiverConnected()
Event<ResponseReceiverEventArgs> responseReceiverDisconnected()
java.lang.String getAssociatedResponseReceiverId(java.lang.String responseReceiverId) throws java.lang.Exception
responseReceiverId
- responseRecieverId from unwrapped messagejava.lang.Exception