Class Pool.Unmarshaller

java.lang.Object
com.sun.xml.ws.util.Pool<javax.xml.bind.Unmarshaller>
com.sun.xml.ws.util.Pool.Unmarshaller
Enclosing class:
Pool<T>

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

    • Unmarshaller

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

    • 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>