|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to receive asynchronously send callback messages from xmlBlaster.
Please implement this to receive your messages.
| Method Summary | |
java.lang.String |
update(java.lang.String cbSessionId,
UpdateKey updateKey,
java.io.InputStream contentStream,
UpdateQos updateQos)
This is the callback method invoked from I_XmlBlasterAccess informing the client in an asynchronous mode about a new message. |
| Method Detail |
public java.lang.String update(java.lang.String cbSessionId,
UpdateKey updateKey,
java.io.InputStream contentStream,
UpdateQos updateQos)
throws XmlBlasterException,
java.io.IOException
cbSessionId - The session ID specified by the client which registered the callback.
You can specify a cbSessionId during connection (with ConnectQos)
and this is bounced back here so you can authenticate the message.updateKey - The arrived key containing the topic name
XmlBlasterException
java.io.IOExceptionI_XmlBlasterAccess
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||