Class AbstractMessageMatcherComposite<T>
java.lang.Object
org.springframework.security.messaging.util.matcher.AbstractMessageMatcherComposite<T>
- All Implemented Interfaces:
- MessageMatcher<T>
- Direct Known Subclasses:
- AndMessageMatcher,- OrMessageMatcher
public abstract class AbstractMessageMatcherComposite<T>
extends Object
implements MessageMatcher<T>
Abstract 
MessageMatcher containing multiple MessageMatcher- Since:
- 4.0
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.springframework.security.messaging.util.matcher.MessageMatcherMessageMatcher.MatchResult
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final org.apache.commons.logging.Logprotected final org.apache.commons.logging.LogDeprecated.Fields inherited from interface org.springframework.security.messaging.util.matcher.MessageMatcherANY_MESSAGE
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.security.messaging.util.matcher.MessageMatchermatcher, matches
logger