| |
|
| java.lang.Object com.mockrunner.mock.jms.MockMessage com.mockrunner.mock.jms.MockBytesMessage
MockBytesMessage | public class MockBytesMessage extends MockMessage implements BytesMessage(Code) | | Mock implementation of JMS BytesMessage .
|
MockBytesMessage | public MockBytesMessage()(Code) | | |
clearBody | public void clearBody() throws JMSException(Code) | | |
equals | public boolean equals(Object otherObject)(Code) | | Compares the underlying byte data.
|
getBodyLength | public long getBodyLength() throws JMSException(Code) | | |
getBytes | public byte[] getBytes()(Code) | | Returns a copy of the underlying byte data regardless if the message
is in read or write mode.
the byte data |
hashCode | public int hashCode()(Code) | | |
readBoolean | public boolean readBoolean() throws JMSException(Code) | | |
readByte | public byte readByte() throws JMSException(Code) | | |
readBytes | public int readBytes(byte[] data) throws JMSException(Code) | | |
readBytes | public int readBytes(byte[] data, int length) throws JMSException(Code) | | |
readChar | public char readChar() throws JMSException(Code) | | |
readDouble | public double readDouble() throws JMSException(Code) | | |
readFloat | public float readFloat() throws JMSException(Code) | | |
readInt | public int readInt() throws JMSException(Code) | | |
readLong | public long readLong() throws JMSException(Code) | | |
readShort | public short readShort() throws JMSException(Code) | | |
readUnsignedByte | public int readUnsignedByte() throws JMSException(Code) | | |
readUnsignedShort | public int readUnsignedShort() throws JMSException(Code) | | |
reset | public void reset() throws JMSException(Code) | | |
writeBoolean | public void writeBoolean(boolean value) throws JMSException(Code) | | |
writeByte | public void writeByte(byte value) throws JMSException(Code) | | |
writeBytes | public void writeBytes(byte[] data) throws JMSException(Code) | | |
writeBytes | public void writeBytes(byte[] data, int offset, int length) throws JMSException(Code) | | |
writeChar | public void writeChar(char value) throws JMSException(Code) | | |
writeDouble | public void writeDouble(double value) throws JMSException(Code) | | |
writeFloat | public void writeFloat(float value) throws JMSException(Code) | | |
writeInt | public void writeInt(int value) throws JMSException(Code) | | |
writeLong | public void writeLong(long value) throws JMSException(Code) | | |
writeObject | public void writeObject(Object object) throws JMSException(Code) | | |
writeShort | public void writeShort(short value) throws JMSException(Code) | | |
writeUTF | public void writeUTF(String value) throws JMSException(Code) | | |
|
|
|