FileDocCategorySizeDatePackage
ByteWrapperHolder.javaAPI DocApache Axis 1.41236Sat Apr 22 18:57:28 BST 2006javax.xml.rpc.holders

ByteWrapperHolder

public final class ByteWrapperHolder extends Object implements Holder
Holder for Bytes.
version
1.0

Fields Summary
public Byte
value
The Byte contained by this holder.
Constructors Summary
public ByteWrapperHolder()
Make a new ByteWrapperHolder with a null value.

public ByteWrapperHolder(Byte value)
Make a new ByteWrapperHolder with value as the value.

param
value the Byte to hold

        this.value = value;
    
Methods Summary