org.apache.muse.ws.notification.impl
Class PublishAllMessagesFilter

java.lang.Object
  extended by org.apache.muse.ws.notification.impl.MessagePatternFilter
      extended by org.apache.muse.ws.notification.impl.PublishAllMessagesFilter
All Implemented Interfaces:
XmlSerializable, Filter

public class PublishAllMessagesFilter
extends MessagePatternFilter

PublishAllMessagesFilter is a specialied MessagePatternFilter that matches all messages by using a wildcard XPath ('*'). It is a singleton because the XPath pattern is static and the filter evaluation is stateless.

Author:
Dan Jemiolo (danj)

Method Summary
static PublishAllMessagesFilter getInstance()
           
 
Methods inherited from class org.apache.muse.ws.notification.impl.MessagePatternFilter
accepts, toString, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static PublishAllMessagesFilter getInstance()


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.