public interface StreamMessage extends Message
DEFAULT_DELIVERY_MODE, DEFAULT_PRIORITY, DEFAULT_TIME_TO_LIVE
Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean() |
byte |
readByte() |
int |
readBytes(byte[] value) |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
java.lang.Object |
readObject() |
short |
readShort() |
java.lang.String |
readString() |
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 |
writeString(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
boolean readBoolean() throws JMSException
JMSException
byte readByte() throws JMSException
JMSException
short readShort() 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 readString() throws JMSException
JMSException
java.lang.Object readObject() throws JMSException
JMSException
int readBytes(byte[] value) 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 writeString(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