javax.xml.rpc.holders
Class ByteArrayHolder
java.lang.Object
javax.xml.rpc.holders.ByteArrayHolder
- Holder
public final class ByteArrayHolder
extends java.lang.Object
Holder for byte[]
s.
byte[] | value - The
byte[] contained by this holder.
|
value
public byte[] value
The byte[]
contained by this holder.
ByteArrayHolder
public ByteArrayHolder()
Make a new ByteArrayHolder
with a null
value.
ByteArrayHolder
public ByteArrayHolder(byte[] value)
Make a new ByteArrayHolder
with value
as
the value.
value
- the byte[]
to hold
Copyright © 2005 Apache Web Services Project. All Rights Reserved.