| |
|
| java.lang.Object javax.xml.ws.Holder
Holder | final public class Holder (Code) | | Holds a value of type T .
since: JAX-WS 2.0 |
Field Summary | |
public T | value The value contained in the holder. |
Constructor Summary | |
public | Holder() Creates a new holder with a null value. | public | Holder(T value) Create a new holder with the specified value. |
value | public T value(Code) | | The value contained in the holder.
|
Holder | public Holder()(Code) | | Creates a new holder with a null value.
|
Holder | public Holder(T value)(Code) | | Create a new holder with the specified value.
Parameters: value - The value to be stored in the holder. |
|
|
|