Package javax.xml.rpc.holders
Class ByteArrayHolder
java.lang.Object
javax.xml.rpc.holders.ByteArrayHolder
- All Implemented Interfaces:
Holder
Holder for
byte[]s.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newByteArrayHolderwith anullvalue.ByteArrayHolder(byte[] value) Make a newByteArrayHolderwithvalueas the value. -
Method Summary
-
Field Details
-
value
public byte[] valueThebyte[]contained by this holder.
-
-
Constructor Details
-
ByteArrayHolder
public ByteArrayHolder()Make a newByteArrayHolderwith anullvalue. -
ByteArrayHolder
public ByteArrayHolder(byte[] value) Make a newByteArrayHolderwithvalueas the value.- Parameters:
value- thebyte[]to hold
-