Uses of Class
org.apache.qpid.transport.ReplyTo

Packages that use ReplyTo
org.apache.qpid.transport   
 

Uses of ReplyTo in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return ReplyTo
 ReplyTo ReplyTo.clearExchange()
           
 ReplyTo ReplyTo.clearRoutingKey()
           
 ReplyTo ReplyTo.exchange(String value)
           
 ReplyTo MessageProperties.getReplyTo()
           
 ReplyTo ReplyTo.routingKey(String value)
           
 ReplyTo ReplyTo.setExchange(String value)
           
 ReplyTo ReplyTo.setRoutingKey(String value)
           
 

Methods in org.apache.qpid.transport with parameters of type ReplyTo
 MessageProperties MessageProperties.replyTo(ReplyTo value)
           
 MessageProperties MessageProperties.setReplyTo(ReplyTo value)
           
 

Constructors in org.apache.qpid.transport with parameters of type ReplyTo
MessageProperties(long contentLength, UUID messageId, byte[] correlationId, ReplyTo replyTo, String contentType, String contentEncoding, byte[] userId, byte[] appId, Map<String,Object> applicationHeaders)
           
 



Licensed to the Apache Software Foundation