|
AdroitLogic UltraESB v1.7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ByteArrayMessage
A Message where the payload is held within a byte array
| Method Summary | |
|---|---|
java.io.Serializable |
asSerializableObject()
The payload as a Serializable byte[] |
byte[] |
getBytes()
Get the payload byte[] |
java.lang.String |
toString()
Return the payload as a String - limited to 64K in size |
void |
writeTo(java.io.OutputStream os)
Write the payload to the given OutputStream |
| Method Detail |
|---|
java.lang.String toString()
toString in class java.lang.Object
void writeTo(java.io.OutputStream os)
throws java.io.IOException
os - the OutputStream to serialize the message into
java.io.IOException - on failure
java.io.Serializable asSerializableObject()
throws FormatConversionException
FormatConversionException - on failurebyte[] getBytes()
|
Copyright (c) 2010-2012 AdroitLogic Private Ltd. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||