com.bea.wli.worklist.api
Class TaskMessage

java.lang.Object
  extended bycom.bea.wli.worklist.api.TaskMessage
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

Field Summary
 byte[] message
           
 String mimeType
           
 
Constructor Summary
TaskMessage(byte[] message, String mimeType)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

public byte[] message

mimeType

public String mimeType
Constructor Detail

TaskMessage

public TaskMessage(byte[] message,
                   String mimeType)
Method Detail

toString

public String toString()