|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonathan.libs.helpers.MessageHelpers
This class contains some methods to deal with messages (marshallers).
Constructor Summary | |
MessageHelpers()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageHelpers()
Method Detail |
public static byte[] copy(Marshaller message)
message
- a marshaller;
public static int size(Marshaller message)
message
- a marshaller;
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |