org.apache.camel.spi
Interface Unmarshaller

All Known Implementing Classes:
XmlUnmarshaller

public interface Unmarshaller

Version:
$Revision: 520124 $

Method Summary
 Object unmarshal(InputStream stream)
          Unmarshals the given stream into an object.
 

Method Detail

unmarshal

Object unmarshal(InputStream stream)
                 throws IOException
Unmarshals the given stream into an object.

Throws:
IOException


Copyright © 2007 Apache Software Foundation. All Rights Reserved.