Package javax.xml.rpc.holders
Class ByteWrapperHolder
java.lang.Object
javax.xml.rpc.holders.ByteWrapperHolder
- All Implemented Interfaces:
Holder
Holder for
Byte
s.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newByteWrapperHolder
with anull
value.ByteWrapperHolder
(Byte value) Make a newByteWrapperHolder
withvalue
as the value. -
Method Summary
-
Field Details
-
value
TheByte
contained by this holder.
-
-
Constructor Details
-
ByteWrapperHolder
public ByteWrapperHolder()Make a newByteWrapperHolder
with anull
value. -
ByteWrapperHolder
Make a newByteWrapperHolder
withvalue
as the value.- Parameters:
value
- theByte
to hold
-