public interface WireFormat extends MuleContextAware
| Modifier and Type | Method and Description |
|---|---|
Object |
read(InputStream is) |
void |
write(OutputStream out,
Object o,
Charset encoding) |
setMuleContextObject read(InputStream is) throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionvoid write(OutputStream out, Object o, Charset encoding) throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.