|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.protocol.bytearraylist.ByteArrayList2StreamTransformer
public class ByteArrayList2StreamTransformer
The ByteArrayList2StreamTransformer
returns a
ByteArrayInputStream
to read its content.
Constructor Summary | |
---|---|
ByteArrayList2StreamTransformer()
|
Method Summary | |
---|---|
java.lang.Object |
transform(java.lang.Object inObject,
XBUSSystem source,
XBUSSystem destination,
Message destinationMessage)
The ByteArrayList2StreamTransformer returns a
ByteArrayInputStream to read its content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayList2StreamTransformer()
Method Detail |
---|
public java.lang.Object transform(java.lang.Object inObject, XBUSSystem source, XBUSSystem destination, Message destinationMessage)
ByteArrayList2StreamTransformer
returns a
ByteArrayInputStream
to read its content.
transform
in interface Transformer
inObject
- either the request or response of the source messagesource
- not useddestination
- not useddestinationMessage
- not used
ByteArrayInputStream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |