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 setTransferObjectClass(Class clazz)
           
 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

setTransferObjectClass

void setTransferObjectClass(Class clazz)


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