org.apache.synapse.transport.amqp
Class AMQPOutTransportInfo

java.lang.Object
  extended by org.apache.synapse.transport.amqp.AMQPOutTransportInfo
All Implemented Interfaces:
OutTransportInfo

public class AMQPOutTransportInfo
extends Object
implements OutTransportInfo


Constructor Summary
AMQPOutTransportInfo(String address)
           
 
Method Summary
 String getAddress()
           
 String getConnectionURL()
           
 String getExchangeName()
           
 String getRoutingKey()
           
 void setContentType(String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMQPOutTransportInfo

public AMQPOutTransportInfo(String address)
Method Detail

getAddress

public String getAddress()

getConnectionURL

public String getConnectionURL()

getExchangeName

public String getExchangeName()

getRoutingKey

public String getRoutingKey()

setContentType

public void setContentType(String contentType)
Specified by:
setContentType in interface OutTransportInfo


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.