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
 java.lang.Object read(java.io.InputStream is)
           
 void write(java.io.OutputStream out, java.lang.Object o, java.lang.String encoding)
           
 
Methods inherited from interface org.mule.api.context.MuleContextAware
setMuleContext
 

Method Detail

read

java.lang.Object read(java.io.InputStream is)
                      throws MuleException
Throws:
MuleException

write

void write(java.io.OutputStream out,
           java.lang.Object o,
           java.lang.String encoding)
           throws MuleException
Throws:
MuleException


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