public interface WireFormat
Modifier and Type | Method and Description |
---|---|
Object |
read(InputStream is) |
void |
setTransferObjectClass(Class clazz) |
void |
write(OutputStream out,
Object o,
String encoding) |
Object read(InputStream is) throws MuleException
MuleException
void write(OutputStream out, Object o, String encoding) throws MuleException
MuleException
void setTransferObjectClass(Class clazz)
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.