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
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
value
The value contained in the holder. 
 - 
 - 
Constructor Details
- 
Holder
public Holder()Creates a new holder with anullvalue. - 
Holder
Create a new holder with the specified value.- Parameters:
 value- The value to be stored in the holder.
 
 -