Class AmqpProperties

AmqpProperties class is used to specify the pre-defined properties as per AMQP 0-9-1 specification. This class provides type-safe convenience getters and setters for the pre-defined or standard AMQP properties.


Constructor Summary
AmqpProperties(headers)
            Creates an AmqpProperties instance.
 
Method Summary
 String  getAppId()
           Returns the value of "appId" property.
 String  getContentEncoding()
           Returns the value of "contentEncoding" property.
 String  getContentType()
           Returns the value of "contentType" property.
 String  getCorrelationId()
           Returns the value of "correlationId" property.
 Number  getDeliveryMode()
           Returns the value of "deliveryMode" property.
 Number  getExpiration()
           Returns the value of "expiration" property.
 object  getHeaders()
           Returns the value of "headers" property.
 String  getMessageId()
           Returns the value of "messageId" property.
 Number  getPriority()
           Returns the value of "priority" property.
 object  getProperties()
           Returns a clone of the properties by shallow copying the values.
 String  getReplyTo()
           Returns the value of "replyTo" property.
 Number  getTimestamp()
           Returns the value of "timestamp" property.
 String  getType()
           Returns the value of "type" property.
 String  getUserId()
           Returns the value of "userId" property.
setAppId(appId)
           Sets the value of "appId" property.
setContentEncoding(encoding)
           Sets the value of "contentEncoding" property.
setContentType(contentType)
           Sets the value of "contentType" property.
setCorrelationId(correlationId)
           Sets the value of "correlationId" property.
setDeliveryMode(deliveryMode)
           Sets the value of "deliveryMode" property.
setExpiration(expiration)
           Sets the value of "expiration" property.
setHeaders(headers)
           Sets the value of "headers" property.
setMessageId(messageId)
           Sets the value of "messageId" property.
setPriority(priority)
           Sets the value of "priority" property.
setReplyTo(replyTo)
           Sets the value of "replyTo" property.
setTimestamp(date)
           Sets the value of "timestamp" property.
setType(type)
           Sets the value of "type" property.
setUserId(userId)
           Sets the value of "userId" property.
 String toString()
           Returns String representation of the properties.
 
Constructor Detail

AmqpProperties

AmqpProperties(headers)

Method Detail

getAppId

String  getAppId()

getContentEncoding

String  getContentEncoding()

getContentType

String  getContentType()

getCorrelationId

String  getCorrelationId()

getDeliveryMode

Number  getDeliveryMode()

getExpiration

Number  getExpiration()

getHeaders

object  getHeaders()

getMessageId

String  getMessageId()

getPriority

Number  getPriority()

getProperties

object  getProperties()

getReplyTo

String  getReplyTo()

getTimestamp

Number  getTimestamp()

getType

String  getType()

getUserId

String  getUserId()

setAppId

setAppId(appId)

setContentEncoding

setContentEncoding(encoding)

setContentType

setContentType(contentType)

setCorrelationId

setCorrelationId(correlationId)

setDeliveryMode

setDeliveryMode(deliveryMode)

setExpiration

setExpiration(expiration)

setHeaders

setHeaders(headers)

setMessageId

setMessageId(messageId)

setPriority

setPriority(priority)

setReplyTo

setReplyTo(replyTo)

setTimestamp

setTimestamp(date)

setType

setType(type)

setUserId

setUserId(userId)

toString

String toString()

Documentation generated by JsDoc Toolkit 1.3.3 on Thu Sep 25 2014 15:48:01 GMT-0700 (PDT)