Class Holder<T>

java.lang.Object
jakarta.xml.ws.Holder<T>
Type Parameters:
T - Type of the value in the holder.
All Implemented Interfaces:
Serializable

public final class Holder<T> extends Object implements Serializable
Holds a value of type T.
Since:
1.6, JAX-WS 2.0
See Also: