Class MessageWrap
java.lang.Object
com.swiftmq.impl.amqp.amqp.v00_09_01.MessageWrap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addBodyPart
(byte[] part) List<byte[]>
ContentHeaderProperties
Publish
void
setContentHeaderProperties
(ContentHeaderProperties contentHeaderProperties) toString()
-
Constructor Details
-
MessageWrap
public MessageWrap(Publish publish)
-
-
Method Details
-
getPublish
public Publish getPublish() -
setContentHeaderProperties
public void setContentHeaderProperties(ContentHeaderProperties contentHeaderProperties) -
getContentHeaderProperties
public ContentHeaderProperties getContentHeaderProperties() -
addBodyPart
public boolean addBodyPart(byte[] part) -
getBodyParts
-
toString
-