org.mule.api.transformer.wire
Interface WireFormat

All Superinterfaces:
MuleContextAware
All Known Implementing Classes:
SerializationWireFormat, SerializedMuleMessageWireFormat, TransformerPairWireFormat, XStreamWireFormat

public interface WireFormat
extends MuleContextAware


Method Summary
 Object read(InputStream is)
           
 void write(OutputStream out, Object o, String encoding)
           
 
Methods inherited from interface org.mule.api.context.MuleContextAware
setMuleContext
 

Method Detail

read

Object read(InputStream is)
            throws MuleException
Throws:
MuleException

write

void write(OutputStream out,
           Object o,
           String encoding)
           throws MuleException
Throws:
MuleException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.