net.sf.xbus.protocol.bytearraylist
Class ByteArrayList2StreamTransformer

java.lang.Object
  extended by net.sf.xbus.protocol.bytearraylist.ByteArrayList2StreamTransformer
All Implemented Interfaces:
Transformer

public class ByteArrayList2StreamTransformer
extends java.lang.Object
implements Transformer

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

ByteArrayList2StreamTransformer

public ByteArrayList2StreamTransformer()
Method Detail

transform

public java.lang.Object transform(java.lang.Object inObject,
                                  XBUSSystem source,
                                  XBUSSystem destination,
                                  Message destinationMessage)
The ByteArrayList2StreamTransformer returns a ByteArrayInputStream to read its content.

Specified by:
transform in interface Transformer
Parameters:
inObject - either the request or response of the source message
source - not used
destination - not used
destinationMessage - not used
Returns:
ByteArrayInputStream