javax.xml.rpc.holders
Class ByteHolder

java.lang.Object
  extended by javax.xml.rpc.holders.ByteHolder
All Implemented Interfaces:
Holder

public final class ByteHolder
extends Object
implements Holder

A holder for bytes.

Version:
$Revision: 1.4.8.1 $
Author:
Scott.Stark@jboss.org

Field Summary
 byte value
           
 
Constructor Summary
ByteHolder()
           
ByteHolder(byte value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public byte value
Constructor Detail

ByteHolder

public ByteHolder()

ByteHolder

public ByteHolder(byte value)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.