Class Pool.Unmarshaller

  • Enclosing class:
    Pool<T>

    public static final class Pool.Unmarshaller
    extends Pool<javax.xml.bind.Unmarshaller>
    JAXB Marshaller pool.
    • Constructor Detail

      • Unmarshaller

        public Unmarshaller​(javax.xml.bind.JAXBContext context)
    • Method Detail

      • create

        protected javax.xml.bind.Unmarshaller 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<javax.xml.bind.Unmarshaller>