Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notes

||

 TaskComplete?EstimateSprintNotes
 clearBody()    
 getText()    
 setText(java.lang.String string)   

Still need to implement readable/writable validation.

Need to handle content-type in the case where a message was initially received and of an alternative AMQP message representation than the client defaults to sending.

TaskComplete?EstimateSprint

 

...

javax.jms.BytesMessage

 

     

 

 TaskComplete?EstimateSprintNotes
 clearBody()   To be implemented with each message type implementation

javax.jms.BytesMessage

 

...

Notes
 TaskComplete?EstimateSprint
 getBodyLength()    
readBoolean()
readByte()
readBytes(byte[] value)
readBytes(byte[] value, int length)
readChar()
readDouble()
readFloat()
readInt()
readLong()
readShort()
readUnsignedByte()
readUnsignedShort()
readUTF()
   

Only implemented a very basic readBytes() thus far.

 

Need to handle content-type in the case where a message was initially received and of an alternative AMQP message representation than the client defaults to sending.

reset()    
writeBoolean(boolean value)
writeByte(byte value)
writeBytes(byte[] value)
writeBytes(byte[] value, int offset, int length)
writeChar(char value)
writeDouble(double value)
writeFloat(float value)
writeInt(int value)
writeLong(long value)
writeObject(java.lang.Object value)
writeShort(short value)
writeUTF(java.lang.String value)
   Only implemented a very basic writeBytes() thus far.

...