JBoss Marshalling 1.3.18.GA

org.jboss.marshalling.river
Class RiverMarshallerFactory

java.lang.Object
  extended by org.jboss.marshalling.AbstractMarshallerFactory
      extended by org.jboss.marshalling.river.RiverMarshallerFactory
All Implemented Interfaces:
MarshallerFactory

public class RiverMarshallerFactory
extends AbstractMarshallerFactory

The River marshaller factory implementation.


Constructor Summary
RiverMarshallerFactory()
          Construct a new instance of a River marshaller factory.
 
Method Summary
 Marshaller createMarshaller(MarshallingConfiguration configuration)
          
 Unmarshaller createUnmarshaller(MarshallingConfiguration configuration)
          
protected  int getDefaultVersion()
           
 
Methods inherited from class org.jboss.marshalling.AbstractMarshallerFactory
getDefaultBufferSize, getDefaultClassExternalizerFactory, getDefaultClassResolver, getDefaultClassTable, getDefaultExternalizedCreator, getDefaultObjectResolver, getDefaultObjectTable, getDefaultSerializedCreator, getDefaultStreamHeader, getMinimumBufferSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiverMarshallerFactory

public RiverMarshallerFactory()
Construct a new instance of a River marshaller factory.

Method Detail

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

JBoss Marshalling 1.3.18.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.