xmlBlaster 2.2.0 API

org.xmlBlaster.contrib
Interface I_Update

All Known Subinterfaces:
I_Writer
All Known Implementing Classes:
DbWriter, DefaultWriter, FileWriterCallback, InitialUpdater, MsgInterceptor, ReplicationDumper, ReplicationWriter, ReplSourceEngine

public interface I_Update

Helper to return subscribed messages.

Author:
Marcel Ruff

Method Summary
 void update(java.lang.String topic, java.io.InputStream is, java.util.Map attrMap)
          The message received from the MoM or from another source.
 

Method Detail

update

void update(java.lang.String topic,
            java.io.InputStream is,
            java.util.Map attrMap)
            throws java.lang.Exception
The message received from the MoM or from another source.

Parameters:
topic - The topic name
content - The message content
attrMap - A map with attribute, can be null
Throws:
java.lang.Exception

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.