org.apache.qpid.server.exchange
Class DefaultExchangeFactory

java.lang.Object
  extended by org.apache.qpid.server.exchange.DefaultExchangeFactory
All Implemented Interfaces:
ExchangeFactory

public class DefaultExchangeFactory
extends java.lang.Object
implements ExchangeFactory


Constructor Summary
DefaultExchangeFactory()
           
 
Method Summary
 Exchange createExchange(java.lang.String exchange, java.lang.String type, boolean durable, boolean autoDelete, int ticket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExchangeFactory

public DefaultExchangeFactory()
Method Detail

createExchange

public Exchange createExchange(java.lang.String exchange,
                               java.lang.String type,
                               boolean durable,
                               boolean autoDelete,
                               int ticket)
                        throws org.apache.qpid.AMQException
Specified by:
createExchange in interface ExchangeFactory
Throws:
org.apache.qpid.AMQException