Package javax.xml.rpc.holders
Class ByteHolder
java.lang.Object
javax.xml.rpc.holders.ByteHolder
- All Implemented Interfaces:
Holder
Holder for
bytes.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newByteHolderwith anullvalue.ByteHolder(byte value) Make a newByteHolderwithvalueas the value. -
Method Summary
-
Field Details
-
value
public byte valueThebytecontained by this holder.
-
-
Constructor Details
-
ByteHolder
public ByteHolder()Make a newByteHolderwith anullvalue. -
ByteHolder
public ByteHolder(byte value) Make a newByteHolderwithvalueas the value.- Parameters:
value- thebyteto hold
-