public class IncomingMessage extends Object
| Constructor and Description |
|---|
IncomingMessage(org.apache.qpid.framing.abstraction.MessagePublishInfo info) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContentBodyFrame(org.apache.qpid.framing.ContentBody contentChunk) |
boolean |
allContentReceived() |
int |
getBodyCount() |
org.apache.qpid.framing.ContentBody |
getContentChunk(int index) |
org.apache.qpid.framing.ContentHeaderBody |
getContentHeader() |
MessageDestination |
getDestination() |
org.apache.qpid.framing.AMQShortString |
getExchangeName() |
org.apache.qpid.framing.abstraction.MessagePublishInfo |
getMessagePublishInfo() |
long |
getSize() |
void |
setContentHeaderBody(org.apache.qpid.framing.ContentHeaderBody contentHeaderBody) |
void |
setMessageDestination(MessageDestination e) |
public IncomingMessage(org.apache.qpid.framing.abstraction.MessagePublishInfo info)
public void setContentHeaderBody(org.apache.qpid.framing.ContentHeaderBody contentHeaderBody)
public org.apache.qpid.framing.abstraction.MessagePublishInfo getMessagePublishInfo()
public void addContentBodyFrame(org.apache.qpid.framing.ContentBody contentChunk)
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic boolean allContentReceived()
public org.apache.qpid.framing.AMQShortString getExchangeName()
public MessageDestination getDestination()
public org.apache.qpid.framing.ContentHeaderBody getContentHeader()
public long getSize()
public void setMessageDestination(MessageDestination e)
public int getBodyCount()
throws org.apache.qpid.AMQException
org.apache.qpid.AMQExceptionpublic org.apache.qpid.framing.ContentBody getContentChunk(int index)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.