com.sun.xml.ws.util
Class Pool.Unmarshaller
java.lang.Object
com.sun.xml.ws.util.Pool<Unmarshaller>
com.sun.xml.ws.util.Pool.Unmarshaller
- Enclosing class:
- Pool<T>
public static final class Pool.Unmarshaller
- extends Pool<Unmarshaller>
JAXB Marshaller
pool.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pool.Unmarshaller
public Pool.Unmarshaller(JAXBContext context)
create
protected 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<Unmarshaller>