org.apache.qpid.server.filter
Class FilterManagerFactory

java.lang.Object
  extended by org.apache.qpid.server.filter.FilterManagerFactory

public class FilterManagerFactory
extends Object


Constructor Summary
FilterManagerFactory()
           
 
Method Summary
static FilterManager createManager(org.apache.qpid.framing.FieldTable filters)
           
static FilterManager createManager(Map<String,Object> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterManagerFactory

public FilterManagerFactory()
Method Detail

createManager

public static FilterManager createManager(org.apache.qpid.framing.FieldTable filters)
                                   throws org.apache.qpid.AMQException
Throws:
org.apache.qpid.AMQException

createManager

public static FilterManager createManager(Map<String,Object> map)
                                   throws org.apache.qpid.AMQException
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation