public interface IAttachableDuplexOutputChannel
IDuplexOutputChannel
.
Communication components implementing this interface can attach the duplex output channel and
sends messages and receive response messages.Modifier and Type | Method and Description |
---|---|
void |
attachDuplexOutputChannel(IDuplexOutputChannel duplexOutputChannel)
Attaches the duplex output channel and opens the connection and starts listening to response messages.
|
void |
detachDuplexOutputChannel()
Detaches the duplex output channel and stops listening to response messages.
|
IDuplexOutputChannel |
getAttachedDuplexOutputChannel()
Returns attached duplex output channel.
|
boolean |
isDuplexOutputChannelAttached()
Returns true if the reference to the duplex output channel is stored.
|
void attachDuplexOutputChannel(IDuplexOutputChannel duplexOutputChannel) throws java.lang.Exception
duplexOutputChannel
- Duplex output channel to be attached.java.lang.Exception
IDuplexOutputChannel
void detachDuplexOutputChannel()
java.lang.Exception
boolean isDuplexOutputChannelAttached()
IDuplexOutputChannel getAttachedDuplexOutputChannel()
IDuplexOutputChannel