public class MessageHelpers extends Object
Constructor and Description |
---|
MessageHelpers() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
copy(Marshaller message)
Copies the contents of a message into an array of bytes.
|
static int |
size(Marshaller message)
Returns the size of a message.
|
public static byte[] copy(Marshaller message)
message
- a marshaller;public static int size(Marshaller message)
message
- a marshaller;