- combine
SimpMessageMappingInfo combine(SimpMessageMappingInfo other)
Undocumented in source. Be warned that the author may not have intended to support it.
- compareTo
int compareTo(SimpMessageMappingInfo other, MessageBase message)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDestinationConditions
DestinationPatternsMessageCondition getDestinationConditions()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMatchingCondition
SimpMessageMappingInfo getMatchingCondition(MessageBase message)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMessageTypeMessageCondition
SimpMessageTypeMessageCondition getMessageTypeMessageCondition()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
{@link MessageCondition} for SImple Messaging Protocols. Encapsulates the following request mapping conditions: <ol> <li>{@link SimpMessageTypeMessageCondition} <li>{@link DestinationPatternsMessageCondition} </ol>
@author Rossen Stoyanchev @since 4.0