API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws. Holder View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 Object
      Holder
Implements
Subclasses
Description
publicfinal class Holder
  Holds a value of type T.
See also:   
Constructors
public Holder ()
Creates a new holder with a null value.
public Holder ( T value)
  Create a new holder with the specified value.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public T value
The value contained in the holder.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar