Package javax.xml.rpc.holders
Class ByteArrayHolder
- java.lang.Object
-
- javax.xml.rpc.holders.ByteArrayHolder
-
-
Field Summary
Fields Modifier and Type Field Description byte[]valueThebyte[]contained by this holder.
-
Constructor Summary
Constructors Constructor Description ByteArrayHolder()Make a newByteArrayHolderwith anullvalue.ByteArrayHolder(byte[] value)Make a newByteArrayHolderwithvalueas the value.
-