org.apache.qpid.server.exchange.topic
Class TopicParser
java.lang.Object
org.apache.qpid.server.exchange.topic.TopicParser
public class TopicParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopicParser
public TopicParser()
addBinding
public void addBinding(org.apache.qpid.framing.AMQShortString bindingKey,
TopicMatcherResult result)
parse
public Collection<TopicMatcherResult> parse(org.apache.qpid.framing.AMQShortString routingKey)
createStateMachine
TopicMatcherDFAState createStateMachine(org.apache.qpid.framing.AMQShortString bindingKey,
TopicMatcherResult result)
main
public static void main(String[] args)
Licensed to the Apache Software Foundation