Class MessageSelectorParser
- java.lang.Object
-
- net.timewalker.ffmq4.common.message.selector.MessageSelectorParser
-
public final class MessageSelectorParser extends Object
Implementation of a JMS message selector parser. The parser first uses a
MessageSelectorTokenizerto tokenize the message selector expression, then creates a node tree from the token stream.
-
-
Constructor Summary
Constructors Constructor Description MessageSelectorParser(String messageSelector)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectorNodeparse()Parse the given message selector expression into a selector node tree
-
-
-
Constructor Detail
-
MessageSelectorParser
public MessageSelectorParser(String messageSelector) throws javax.jms.InvalidSelectorException
Constructor- Throws:
javax.jms.InvalidSelectorException
-
-
Method Detail
-
parse
public SelectorNode parse() throws javax.jms.InvalidSelectorException
Parse the given message selector expression into a selector node tree- Throws:
javax.jms.InvalidSelectorException
-
-