public class NamespaceFilter extends MessageTypeFilter implements INamespaceFilter
Constructor and Description |
---|
NamespaceFilter() |
NamespaceFilter(java.util.Collection<Namespace> namespaces) |
NamespaceFilter(MessageType msgType,
java.util.Collection<Namespace> namespaces) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Namespace> |
getNamespaces() |
boolean |
matchRemaining(Message msg)
Always returns true.
|
void |
setNamespaces(java.util.Collection<Namespace> namespaces) |
java.lang.String |
toString() |
protected java.lang.String |
toStringInternal() |
addType, getMessageTypes, matchMessageType, setTypes
applyFilterUpdate, applyFilterUpdate, getReceiveFilterTable, getResponderReceiveFilterTable, getResponderSendFilterTable, getSendFilterTable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addType, getMessageTypes, setTypes
applyFilterUpdate, getReceiveFilterTable, getResponderReceiveFilterTable, getResponderSendFilterTable, getSendFilterTable, matchMessageType
public NamespaceFilter(java.util.Collection<Namespace> namespaces)
public NamespaceFilter()
public NamespaceFilter(MessageType msgType, java.util.Collection<Namespace> namespaces)
public void setNamespaces(java.util.Collection<Namespace> namespaces)
setNamespaces
in interface INamespaceFilter
public java.util.Collection<Namespace> getNamespaces()
getNamespaces
in interface INamespaceFilter
public boolean matchRemaining(Message msg)
MessageTypeFilter
matchRemaining
in interface IFilter
matchRemaining
in class MessageTypeFilter
public java.lang.String toString()
toString
in class MessageTypeFilter
protected java.lang.String toStringInternal()
toStringInternal
in class MessageTypeFilter