TaskMessage Class
- public class TaskMessage
extends Object
implements Serializable
This class describes a task message composed of:
- a byte array that is the message itself.
- the mimeType that qualifies the type of object serialized into byte[]. It is used for information
(i.e.:pdf file). The mimeType can be null.
-
Hierarchy
-
Object
TaskMessage
-
All Implemented Interfaces
-
Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
public byte message
mimeType
public String
mimeType
TaskMessage
public TaskMessage(byte[] message,
String
mimeType)