Package com.sun.xml.ws.util
Class Pool.Marshaller
JAXB
Marshaller pool.-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.ws.util.Pool
Pool.Marshaller, Pool.TubePool, Pool.Unmarshaller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Marshallercreate()Creates a new instance of object.
-
Constructor Details
-
Marshaller
-
-
Method Details
-
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<Marshaller>
-