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
.- 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.
-