org.mule.api.transformer.wire
Interface WireFormat

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

public interface WireFormat


Method Summary
 Object read(InputStream is)
           
 void setTransferObjectClass(Class clazz)
           
 void write(OutputStream out, Object o, String encoding)
           
 

Method Detail

read

Object read(InputStream is)
            throws MuleException
Throws:
MuleException

write

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

setTransferObjectClass

void setTransferObjectClass(Class clazz)


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