public interface Session
Session represents the connection between two end-points.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this
Session. |
org.macroing.cit.configuration.Configuration |
getConfiguration()
Returns the
Configuration used by this Session instance. |
org.macroing.cit.messaging.MessageChannel |
getInputMessageChannel()
Returns the
MessageChannel that is used for input. |
org.macroing.cit.messaging.MessageChannel |
getOutputMessageChannel()
Returns the
MessageChannel that is used for output. |
org.macroing.cit.configuration.Configuration getConfiguration()
Configuration used by this Session instance.
A null reference should not be returned.
Configuration used by this Session instanceorg.macroing.cit.messaging.MessageChannel getInputMessageChannel()
MessageChannel that is used for input.MessageChannel that is used for inputorg.macroing.cit.messaging.MessageChannel getOutputMessageChannel()
MessageChannel that is used for output.MessageChannel that is used for outputvoid close()
Session.