Java javax.xml.ws Holder fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws Holder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws Holder.

The text is from its open source code.

Field

Tvalue
The value contained in the holder.

Constructor

Holder()
Creates a new holder with a null value.
Holder(T value)
Create a new holder with the specified value.

Method

ClassgetClass()
Returns the runtime class of this Object .
StringtoString()
Returns a string representation of the object.