org.jboss.marshalling.river
Class RiverMarshallerFactory
java.lang.Object
org.jboss.marshalling.AbstractMarshallerFactory
org.jboss.marshalling.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(MarshallingConfiguration configuration)
throws IOException
-
- Throws:
IOException
createMarshaller
public Marshaller createMarshaller(MarshallingConfiguration configuration)
throws IOException
-
- Throws:
IOException
getDefaultVersion
protected int getDefaultVersion()
- Overrides:
getDefaultVersion in class AbstractMarshallerFactory
Copyright © 2011 JBoss, a division of Red Hat, Inc.