Example usage for Java javax.xml.ws Holder fields, constructors, methods, implement or subclass
The text is from its open source code.
T | value The value contained in the holder. |
Holder() Creates a new holder with a null value. | |
Holder(T value) Create a new holder with the specified value. |
Class> | getClass() Returns the runtime class of this Object . |
String | toString() Returns a string representation of the object. |