org.apache.camel.spi
Interface Marshaller

All Known Implementing Classes:
XmlMarshaller

public interface Marshaller

Version:
$Revision: 520124 $

Method Summary
 void marshal(Object graph, OutputStream stream)
          Marshals the object to the given Stream.
 

Method Detail

marshal

void marshal(Object graph,
             OutputStream stream)
             throws IOException
Marshals the object to the given Stream.

Throws:
IOException


Copyright © 2007 Apache Software Foundation. All Rights Reserved.