javax.xml.rpc.holders
Class StringHolder

java.lang.Object
  extended byjavax.xml.rpc.holders.StringHolder
All Implemented Interfaces:
Holder

public final class StringHolder
extends java.lang.Object
implements Holder

Holder for Strings.

Version:
1.0

Field Summary
 java.lang.String value
          The String contained by this holder.
 
Constructor Summary
StringHolder()
          Make a new StringHolder with a null value.
StringHolder(java.lang.String value)
          Make a new StringHolder with value as the value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value
The String contained by this holder.

Constructor Detail

StringHolder

public StringHolder()
Make a new StringHolder with a null value.


StringHolder

public StringHolder(java.lang.String value)
Make a new StringHolder with value as the value.

Parameters:
value - the String to hold


Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.