Package jakarta.xml.ws
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
Holds a value of type
T
.- Since:
- 1.6, JAX-WS 2.0
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
The value contained in the holder.
-
-
Constructor Details
-
Holder
public Holder()Creates a new holder with anull
value. -
Holder
Create a new holder with the specified value.- Parameters:
value
- The value to be stored in the holder.
-