Class RiverMarshallerFactory

    • Constructor Detail

      • RiverMarshallerFactory

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

      • createUnmarshaller

        public Unmarshaller createUnmarshaller​(MarshallingConfiguration configuration)
                                        throws java.io.IOException
        Create an unmarshaller from this configuration.
        Parameters:
        configuration - the marshalling configuration to use
        Returns:
        an unmarshaller
        Throws:
        java.io.IOException - if an error occurs
      • createMarshaller

        public Marshaller createMarshaller​(MarshallingConfiguration configuration)
                                    throws java.io.IOException
        Create a marshaller from this configuration.
        Parameters:
        configuration - the marshalling configuration to use
        Returns:
        a marshaller
        Throws:
        java.io.IOException - if an error occurs