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