Package org.jboss.marshalling.river
Class RiverMarshallerFactory
- java.lang.Object
-
- org.jboss.marshalling.AbstractMarshallerFactory
-
- org.jboss.marshalling.river.RiverMarshallerFactory
-
- All Implemented Interfaces:
org.jboss.marshalling.MarshallerFactory
public class RiverMarshallerFactory extends org.jboss.marshalling.AbstractMarshallerFactoryThe River marshaller factory implementation.
-
-
Constructor Summary
Constructors Constructor Description RiverMarshallerFactory()Construct a new instance of a River marshaller factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.marshalling.MarshallercreateMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)org.jboss.marshalling.UnmarshallercreateUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration)protected intgetDefaultVersion()
-
-
-
Method Detail
-
createUnmarshaller
public org.jboss.marshalling.Unmarshaller createUnmarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException- Throws:
IOException
-
createMarshaller
public org.jboss.marshalling.Marshaller createMarshaller(org.jboss.marshalling.MarshallingConfiguration configuration) throws IOException- Throws:
IOException
-
getDefaultVersion
protected int getDefaultVersion()
- Overrides:
getDefaultVersionin classorg.jboss.marshalling.AbstractMarshallerFactory
-
-