Package javax.xml.rpc.holders
Class ObjectHolder
java.lang.Object
javax.xml.rpc.holders.ObjectHolder
- All Implemented Interfaces:
Holder
Holder for
Object
s.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newObjectHolder
with anull
value.ObjectHolder
(Object value) Make a newObjectHolder
withvalue
as the value. -
Method Summary
-
Field Details
-
value
TheObject
contained by this holder.
-
-
Constructor Details
-
ObjectHolder
public ObjectHolder()Make a newObjectHolder
with anull
value. -
ObjectHolder
Make a newObjectHolder
withvalue
as the value.- Parameters:
value
- theObject
to hold
-