org.apache.qpid.server.exchange.topic
Class TopicParser

java.lang.Object
  extended by org.apache.qpid.server.exchange.topic.TopicParser

public class TopicParser
extends Object


Constructor Summary
TopicParser()
           
 
Method Summary
 void addBinding(org.apache.qpid.framing.AMQShortString bindingKey, TopicMatcherResult result)
           
(package private)  TopicMatcherDFAState createStateMachine(org.apache.qpid.framing.AMQShortString bindingKey, TopicMatcherResult result)
           
static void main(String[] args)
           
 Collection<TopicMatcherResult> parse(org.apache.qpid.framing.AMQShortString routingKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicParser

public TopicParser()
Method Detail

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