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