org.jboss.river
Class RiverMarshallerFactory
java.lang.Object
org.jboss.marshalling.AbstractMarshallerFactory
org.jboss.river.RiverMarshallerFactory
- All Implemented Interfaces:
- MarshallerFactory
public class RiverMarshallerFactory
- extends AbstractMarshallerFactory
The River marshaller factory implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RiverMarshallerFactory
public RiverMarshallerFactory()
- Construct a new instance of a River marshaller factory.
createUnmarshaller
public Unmarshaller createUnmarshaller(Configuration configuration)
throws IOException
- Create an unmarshaller from this configuration.
- Returns:
- an unmarshaller
- Throws:
IOException
- if an error occurs
createMarshaller
public Marshaller createMarshaller(Configuration configuration)
throws IOException
- Create a marshaller from this configuration.
- Returns:
- a marshaller
- Throws:
IOException
- if an error occurs
Copyright © 2008 JBoss, a division of Red Hat, Inc.