- Type Parameters:
T
- Type of the value in the holder.
- All Implemented Interfaces:
Serializable
Holds a value of type T
.
- Since:
- 1.6, JAX-WS 2.0
- See Also:
-
-
Field Summary 
Fields
The value contained in the holder.
-
Constructor Summary 
Constructors
Creates a new holder with a null
value.
Create a new holder with the specified value.
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
value 
The value contained in the holder.
-
Constructor Details 
-
Holder 
public Holder()
Creates a new holder with a null
value.
-
Holder 
Create a new holder with the specified value.
- Parameters:
value
- The value to be stored in the holder.