public interface BytesMessage extends Message
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE
Modifier and Type | Method and Description |
---|---|
long |
getBodyLength() |
boolean |
readBoolean() |
byte |
readByte() |
int |
readBytes(byte[] value) |
int |
readBytes(byte[] value,
int length) |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
short |
readShort() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
java.lang.String |
readUTF() |
void |
reset() |
void |
writeBoolean(boolean value) |
void |
writeByte(byte value) |
void |
writeBytes(byte[] value) |
void |
writeBytes(byte[] value,
int offset,
int length) |
void |
writeChar(char value) |
void |
writeDouble(double value) |
void |
writeFloat(float value) |
void |
writeInt(int value) |
void |
writeLong(long value) |
void |
writeObject(java.lang.Object value) |
void |
writeShort(short value) |
void |
writeUTF(java.lang.String value) |
acknowledge, clearBody, clearProperties, getBooleanProperty, getByteProperty, getDoubleProperty, getFloatProperty, getIntProperty, getJMSCorrelationID, getJMSCorrelationIDAsBytes, getJMSDeliveryMode, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty
long getBodyLength() throws JMSException
JMSException
boolean readBoolean() throws JMSException
JMSException
byte readByte() throws JMSException
JMSException
int readUnsignedByte() throws JMSException
JMSException
short readShort() throws JMSException
JMSException
int readUnsignedShort() throws JMSException
JMSException
char readChar() throws JMSException
JMSException
int readInt() throws JMSException
JMSException
long readLong() throws JMSException
JMSException
float readFloat() throws JMSException
JMSException
double readDouble() throws JMSException
JMSException
java.lang.String readUTF() throws JMSException
JMSException
int readBytes(byte[] value) throws JMSException
JMSException
int readBytes(byte[] value, int length) throws JMSException
JMSException
void writeBoolean(boolean value) throws JMSException
JMSException
void writeByte(byte value) throws JMSException
JMSException
void writeShort(short value) throws JMSException
JMSException
void writeChar(char value) throws JMSException
JMSException
void writeInt(int value) throws JMSException
JMSException
void writeLong(long value) throws JMSException
JMSException
void writeFloat(float value) throws JMSException
JMSException
void writeDouble(double value) throws JMSException
JMSException
void writeUTF(java.lang.String value) throws JMSException
JMSException
void writeBytes(byte[] value) throws JMSException
JMSException
void writeBytes(byte[] value, int offset, int length) throws JMSException
JMSException
void writeObject(java.lang.Object value) throws JMSException
JMSException
void reset() throws JMSException
JMSException