org.apache.qpid.framing.abstraction
Interface MessagePublishInfo

All Known Implementing Classes:
MessagePublishInfoImpl

public interface MessagePublishInfo


Method Summary
 AMQShortString getExchange()
           
 AMQShortString getRoutingKey()
           
 boolean isImmediate()
           
 boolean isMandatory()
           
 void setExchange(AMQShortString exchange)
           
 

Method Detail

getExchange

AMQShortString getExchange()

setExchange

void setExchange(AMQShortString exchange)

isImmediate

boolean isImmediate()

isMandatory

boolean isMandatory()

getRoutingKey

AMQShortString getRoutingKey()


Licensed to the Apache Software Foundation