This method works only for the objectified primitive object types (Integer
,Double
, Long
...), String
objects, and byte arrays.
@param value the object in the Java programming language ("Java object") to be written; it must not be null
@throws JMSException if the JMS provider fails to write the message due to some internal error.
@throws MessageFormatException if the object is of an invalid type.
@throws MessageNotWriteableException if the message is in read-only mode.
@throws java.lang.NullPointerException if the parameter value
is null.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|