Package javax.xml.rpc.holders
Class ByteHolder
- java.lang.Object
-
- javax.xml.rpc.holders.ByteHolder
-
-
Field Summary
Fields Modifier and Type Field Description bytevalueThebytecontained by this holder.
-
Constructor Summary
Constructors Constructor Description ByteHolder()Make a newByteHolderwith anullvalue.ByteHolder(byte value)Make a newByteHolderwithvalueas the value.
-