- java.lang.Object
-
- com.sun.xml.ws.util.Pool<Unmarshaller>
-
- com.sun.xml.ws.util.Pool.Unmarshaller
-
public static final class Pool.Unmarshaller extends Pool<Unmarshaller>
JAXBMarshallerpool.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.ws.util.Pool
Pool.Marshaller, Pool.TubePool, Pool.Unmarshaller
-
-
Constructor Summary
Constructors Constructor Description Unmarshaller(JAXBContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Unmarshallercreate()Creates a new instance of object.
-
-
-
Constructor Detail
-
Unmarshaller
public Unmarshaller(JAXBContext context)
-
-
Method Detail
-
create
protected Unmarshaller create()
Description copied from class:PoolCreates a new instance of object.This method is used when someone wants to
takean object from an empty pool.Also note that multiple threads may call this method concurrently.
- Specified by:
createin classPool<Unmarshaller>
-
-