Class RiverMarshallerFactory

  • All Implemented Interfaces:
    org.jboss.marshalling.MarshallerFactory

    public class RiverMarshallerFactory
    extends org.jboss.marshalling.AbstractMarshallerFactory
    The River marshaller factory implementation.
    • Constructor Summary

      Constructors 
      Constructor Description
      RiverMarshallerFactory()
      Construct a new instance of a River marshaller factory.
    • Constructor Detail

      • RiverMarshallerFactory

        public RiverMarshallerFactory()
        Construct a new instance of a River marshaller factory.
    • 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:
        getDefaultVersion in class org.jboss.marshalling.AbstractMarshallerFactory