Package javax.xml.rpc.holders
Class ShortHolder
- java.lang.Object
-
- javax.xml.rpc.holders.ShortHolder
-
-
Field Summary
Fields Modifier and Type Field Description short
value
Theshort
contained by this holder.
-
Constructor Summary
Constructors Constructor Description ShortHolder()
Make a newShortHolder
with anull
value.ShortHolder(short value)
Make a newShortHolder
withvalue
as the value.
-