public final class MessageSelectorParser extends Object
Implementation of a JMS message selector parser.
The parser first uses a MessageSelectorTokenizer to tokenize the message selector
expression, then creates a node tree from the token stream.
| Constructor and Description |
|---|
MessageSelectorParser(String messageSelector)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SelectorNode |
parse()
Parse the given message selector expression into a selector node tree
|
public MessageSelectorParser(String messageSelector) throws javax.jms.InvalidSelectorException
javax.jms.InvalidSelectorExceptionpublic SelectorNode parse() throws javax.jms.InvalidSelectorException
javax.jms.InvalidSelectorExceptionCopyright © 2019. All rights reserved.