org.mule.transformers.wire
Interface WireFormat

All Known Implementing Classes:
TransformerPairWireFormat

public interface WireFormat

TODO


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

Method Detail

read

public Object read(InputStream is)
            throws UMOException
Throws:
UMOException

write

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


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