SimpMessageMappingInfo

{@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

Constructors

this
this(SimpMessageTypeMessageCondition messageTypeMessageCondition, DestinationPatternsMessageCondition destinationConditions)
Undocumented in source.

Members

Functions

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.

Meta