Spring AMQP

org.springframework.amqp.core
Class HeadersExchange

java.lang.Object
  extended by org.springframework.amqp.core.AbstractExchange
      extended by org.springframework.amqp.core.HeadersExchange
All Implemented Interfaces:
Exchange

public class HeadersExchange
extends AbstractExchange

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.amqp.core.AbstractExchange
name
 
Constructor Summary
HeadersExchange(String name)
           
 
Method Summary
 String getType()
           
 
Methods inherited from class org.springframework.amqp.core.AbstractExchange
getArguments, getName, isAutoDelete, isDurable, setArguments, setAutoDelete, setDurable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeadersExchange

public HeadersExchange(String name)
Method Detail

getType

public String getType()
Specified by:
getType in interface Exchange
Specified by:
getType in class AbstractExchange

Spring AMQP

Copyright © 2011. All Rights Reserved.