Package javax.xml.rpc.holders
Class ByteWrapperHolder
java.lang.Object
javax.xml.rpc.holders.ByteWrapperHolder
- All Implemented Interfaces:
Holder
Holder for
Bytes.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newByteWrapperHolderwith anullvalue.ByteWrapperHolder(Byte value) Make a newByteWrapperHolderwithvalueas the value. -
Method Summary
-
Field Details
-
value
TheBytecontained by this holder.
-
-
Constructor Details
-
ByteWrapperHolder
public ByteWrapperHolder()Make a newByteWrapperHolderwith anullvalue. -
ByteWrapperHolder
Make a newByteWrapperHolderwithvalueas the value.- Parameters:
value- theByteto hold
-