Name

ByteWrapperHolder

Synopsis

public final class ByteWrapperHolder implements Holder {
// Public Constructors
    public ByteWrapperHolder(  ); 
    public ByteWrapperHolder( Byte mybyte); 
// Public Instance Fields
    public Byte value; 
}

A Holder class that contains an object of type java.lang.Byte.

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.