|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDuplexStringMessageSender
Sender of text messages.
Method Summary | |
---|---|
Event<DuplexChannelEventArgs> |
connectionClosed()
The event is raised when the connection with receiver is closed. |
Event<DuplexChannelEventArgs> |
connectionOpened()
The event is raised when the connection with receiver is opened. |
Event<StringResponseReceivedEventArgs> |
responseReceived()
The event is raised when a response message is received. |
void |
sendMessage(java.lang.String message)
Sends the text message to the response receiver. |
Methods inherited from interface eneter.messaging.infrastructure.attachable.IAttachableDuplexOutputChannel |
---|
attachDuplexOutputChannel, detachDuplexOutputChannel, getAttachedDuplexOutputChannel, isDuplexOutputChannelAttached |
Method Detail |
---|
Event<DuplexChannelEventArgs> connectionOpened()
Event<DuplexChannelEventArgs> connectionClosed()
Event<StringResponseReceivedEventArgs> responseReceived()
void sendMessage(java.lang.String message) throws java.lang.Exception
message
- text message.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |