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://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.