public interface IAttachableDuplexInputChannel
IDuplexInputChannel
.
Communication components implementing this interface can attach the duplex input channel and
receive messages and sends response messages.Modifier and Type | Method and Description |
---|---|
void |
attachDuplexInputChannel(IDuplexInputChannel duplexInputChannel)
Attaches the duplex input channel and starts listening to messages.
|
void |
detachDuplexInputChannel()
Detaches the duplex input channel and stops listening to messages.
|
IDuplexInputChannel |
getAttachedDuplexInputChannel()
Returns attached duplex input channel.
|
boolean |
isDuplexInputChannelAttached()
Returns true if the duplex input channel is attached.
|
void attachDuplexInputChannel(IDuplexInputChannel duplexInputChannel) throws java.lang.Exception
duplexInputChannel
- java.lang.Exception
IDuplexInputChannel
void detachDuplexInputChannel()
boolean isDuplexInputChannelAttached()
IDuplexInputChannel getAttachedDuplexInputChannel()
IDuplexInputChannel