javax.xml.rpc.holders
public final class ObjectHolder extends Object implements Holder
Object
s.
Field Summary | |
---|---|
Object | value The Object contained by this holder. |
Constructor Summary | |
---|---|
ObjectHolder()
Make a new ObjectHolder with a null value. | |
ObjectHolder(Object value)
Make a new ObjectHolder with value as
the value.
|
Object
contained by this holder.ObjectHolder
with a null
value.ObjectHolder
with value
as
the value.
Parameters: value the Object
to hold