public interface MessageData
Modifier and Type | Method and Description |
---|---|
void |
beginTransaction()
Begin a transaction on the Mobile Server's repository.
|
byte[] |
getBytes()
Return the data as a byte array.
|
java.lang.String |
getEncoding()
Return the character encoding scheme specified by the client
device.
|
java.io.InputStream |
getInputStream()
Return the data as an InputStream object
|
java.lang.String |
getMetaData()
Return the meta-data (if any) associated with the request.
|
java.lang.String |
getName()
Retrieve the 'name' of the message.
|
int |
getSize()
Return the size of the client data in bytes.
|
java.sql.Timestamp |
getTime()
Retrieve the data timestamp - or the time at which data is created
by the client device.
|
java.lang.String |
toString()
Convert data to a string using the encoding scheme specified
by the client device.
|
void beginTransaction()
byte[] getBytes()
java.lang.String getEncoding()
java.io.InputStream getInputStream()
java.io.InputStream
objectjava.lang.String getMetaData()
java.lang.String getName()
int getSize()
java.sql.Timestamp getTime()
java.sql.Timestamp
java.lang.String toString()
toString
in class java.lang.Object