Package javax.xml.rpc.holders
Class ShortHolder
- java.lang.Object
-
- javax.xml.rpc.holders.ShortHolder
-
-
Field Summary
Fields Modifier and Type Field Description shortvalueTheshortcontained by this holder.
-
Constructor Summary
Constructors Constructor Description ShortHolder()Make a newShortHolderwith anullvalue.ShortHolder(short value)Make a newShortHolderwithvalueas the value.
-