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