com.bea.httppubsub
Interface MessageFilter


public interface MessageFilter

MessageFilter interface.


Method Summary
 boolean handleMessage(EventMessage message)
          Pre-process incoming published Bayeux message.
 

Method Detail

handleMessage

public boolean handleMessage(EventMessage message)
Pre-process incoming published Bayeux message. Offers an opportunity to process message's payload before delivering it to interested clients.

Parameters:
message - Incoming Bayeux message from publisher
Returns:
true or false Indicates if message filter successfully processes the message.


Copyright © 2007 BEA Systems All Rights Reserved.