org.mule.transformers.wire
Interface WireFormat

All Known Implementing Classes:
SerializationWireFormat, TransformerPairWireFormat, XStreamWireFormat

public interface WireFormat

TODO


Method Summary
 Object read(InputStream is)
           
 void write(OutputStream out, Object o)
           
 

Method Detail

read

Object read(InputStream is)
            throws UMOException
Throws:
UMOException

write

void write(OutputStream out,
           Object o)
           throws UMOException
Throws:
UMOException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.