javax.xml.rpc.holders

Class StringHolder

public final class StringHolder extends Object implements Holder

Holder for Strings.

Version: 1.0

Field Summary
Stringvalue
The String contained by this holder.
Constructor Summary
StringHolder()
Make a new StringHolder with a null value.
StringHolder(String value)
Make a new StringHolder with value as the value.

Field Detail

value

public String value
The String contained by this holder.

Constructor Detail

StringHolder

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

StringHolder

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

Parameters: value the String to hold

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.