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 newByteArrayHolder
with anull
value.ByteArrayHolder
(byte[] value) Make a newByteArrayHolder
withvalue
as the value. -
Method Summary
-
Field Details
-
value
public byte[] valueThebyte[]
contained by this holder.
-
-
Constructor Details
-
ByteArrayHolder
public ByteArrayHolder()Make a newByteArrayHolder
with anull
value. -
ByteArrayHolder
public ByteArrayHolder(byte[] value) Make a newByteArrayHolder
withvalue
as the value.- Parameters:
value
- thebyte[]
to hold
-