-
- All Implemented Interfaces:
- org.jivesoftware.smack.filter.PacketFilter, org.mule.api.routing.filter.Filter
- Direct Known Subclasses:
- XmppAndFilter, XmppFromContainsFilter, XmppNotFilter, XmppPacketTypeFilter
public abstract class AbstractXmppFilter
extends Object
implements org.mule.api.routing.filter.Filter, org.jivesoftware.smack.filter.PacketFilter
AbstractXmppFilter is a filter adapter so that Smack Filters can be
configured as Mule filters.
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected org.jivesoftware.smack.filter.PacketFilter |
delegate |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
boolean |
accept(org.mule.api.MuleMessage message) |
boolean |
accept(org.jivesoftware.smack.packet.Packet packet) |
protected abstract org.jivesoftware.smack.filter.PacketFilter |
createFilter() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.