Class Pool.Marshaller

    • Constructor Detail

      • Marshaller

        public Marshaller​(JAXBContext context)
    • Method Detail

      • create

        protected Marshaller create()
        Description copied from class: Pool
        Creates a new instance of object.

        This method is used when someone wants to take an object from an empty pool.

        Also note that multiple threads may call this method concurrently.

        Specified by:
        create in class Pool<Marshaller>