public class WrappingStreamMessage extends DelegateMessage
| Constructor and Description |
|---|
WrappingStreamMessage(StreamMessage message) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getBody(java.lang.Class<T> c) |
boolean |
isBodyAssignableTo(java.lang.Class c) |
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, getJMSDeliveryTime, getJMSDestination, getJMSExpiration, getJMSMessageID, getJMSPriority, getJMSRedelivered, getJMSReplyTo, getJMSTimestamp, getJMSType, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, setBooleanProperty, setByteProperty, setDoubleProperty, setFloatProperty, setIntProperty, setJMSCorrelationID, setJMSCorrelationIDAsBytes, setJMSDeliveryMode, setJMSDeliveryTime, setJMSDestination, setJMSExpiration, setJMSMessageID, setJMSPriority, setJMSRedelivered, setJMSReplyTo, setJMSTimestamp, setJMSType, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, unwrappublic <T> T getBody(java.lang.Class<T> c)
throws JMSException
getBody in class DelegateMessageJMSExceptionpublic boolean isBodyAssignableTo(java.lang.Class c)
throws JMSException
isBodyAssignableTo in class DelegateMessageJMSExceptionpublic boolean readBoolean()
throws JMSException
JMSExceptionpublic byte readByte()
throws JMSException
JMSExceptionpublic short readShort()
throws JMSException
JMSExceptionpublic char readChar()
throws JMSException
JMSExceptionpublic int readInt()
throws JMSException
JMSExceptionpublic long readLong()
throws JMSException
JMSExceptionpublic float readFloat()
throws JMSException
JMSExceptionpublic double readDouble()
throws JMSException
JMSExceptionpublic java.lang.String readString()
throws JMSException
JMSExceptionpublic int readBytes(byte[] value)
throws JMSException
JMSExceptionpublic java.lang.Object readObject()
throws JMSException
JMSExceptionpublic void writeBoolean(boolean value)
throws JMSException
JMSExceptionpublic void writeByte(byte value)
throws JMSException
JMSExceptionpublic void writeShort(short value)
throws JMSException
JMSExceptionpublic void writeChar(char value)
throws JMSException
JMSExceptionpublic void writeInt(int value)
throws JMSException
JMSExceptionpublic void writeLong(long value)
throws JMSException
JMSExceptionpublic void writeFloat(float value)
throws JMSException
JMSExceptionpublic void writeDouble(double value)
throws JMSException
JMSExceptionpublic void writeString(java.lang.String value)
throws JMSException
JMSExceptionpublic void writeBytes(byte[] value)
throws JMSException
JMSExceptionpublic void writeBytes(byte[] value,
int offset,
int length)
throws JMSException
JMSExceptionpublic void writeObject(java.lang.Object value)
throws JMSException
JMSExceptionpublic void reset()
throws JMSException
JMSException