org.apache.camel.impl
Class StringDataFormat
java.lang.Object
org.apache.camel.impl.StringDataFormat
- All Implemented Interfaces:
- DataFormat
public class StringDataFormat
- extends Object
- implements DataFormat
The text based data format supporting
charset encoding.
- Version:
- $Revision: 37863 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringDataFormat
public StringDataFormat(String charset)
marshal
public void marshal(Exchange exchange,
Object graph,
OutputStream stream)
throws IOException
- Description copied from interface:
DataFormat
- Marshals the object to the given Stream.
- Specified by:
marshal
in interface DataFormat
- Throws:
IOException
unmarshal
public Object unmarshal(Exchange exchange,
InputStream stream)
throws IOException,
ClassNotFoundException
- Description copied from interface:
DataFormat
- Unmarshals the given stream into an object.
- Specified by:
unmarshal
in interface DataFormat
- Throws:
IOException
ClassNotFoundException
Copyright © 2008 IONA Open Source Community. All Rights Reserved.