BooleanHolder

   
BigIntegerHolder javax.xml.rpc.holders

JAX-RPC 1.0; JWSDP 1.0, J2EE 1.4
 public final class BigIntegerHolder implements Holder {  // Public Constructors  public BigIntegerHolder(  );      public BigIntegerHolder( java.math.BigInteger   myBigInteger   );  // Public Instance Fields  public java.math.BigInteger value;  } 

A Holder class that contains a value of type java.math.BigInteger .


   


Java Web Services in a Nutshell
Java Web Services in a Nutshell
ISBN: 0596003994
EAN: 2147483647
Year: 2003
Pages: 257
Authors: Kim Topley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net