| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.rpc.holders.ByteArrayHolder
Holder for byte[]s.
| Field Summary | |
|  byte[] | valueThe byte[]contained by this holder. | 
| Constructor Summary | |
| ByteArrayHolder()Make a new ByteArrayHolderwith anullvalue. | |
| ByteArrayHolder(byte[] value)Make a new ByteArrayHolderwithvalueas
 the value. | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public byte[] value
byte[] contained by this holder.
| Constructor Detail | 
public ByteArrayHolder()
ByteArrayHolder with a null value.
public ByteArrayHolder(byte[] value)
ByteArrayHolder with value as
 the value.
value - the byte[] to hold| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||