Oracle

com.bea.httppubsub
Interface MessageFilter


public interface MessageFilter

MessageFilter interface.

Since:
10.3.0.0

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

Method Detail

handleMessage

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.

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle