|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.xml.ws Class Holder<T>
java.lang.Objectjavax.xml.ws.Holder<T>
public final class Holder<T>
- extends Object
Implemented by:
BigDecimalHolder, BigIntegerHolder, BooleanHolder, BooleanWrapperHolder, ByteArrayHolder, ByteHolder, ByteWrapperHolder, CalendarHolder, DoubleHolder, DoubleWrapperHolder, FloatHolder, FloatWrapperHolder, IntegerWrapperHolder, IntHolder, LongHolder, LongWrapperHolder, ObjectHolder, QNameHolder, ShortHolder, ShortWrapperHolder, StringHolder
java.xml.rpc.holders.Holder 接口表示用于标准 Holder 类和生成的 Holder 类的基本接口。生成的 Holder 类需要实现此 Holder 接口。
| version | 1.0 |
Holds a value of type T.
- Since:
- JAX-WS 2.0
| Field Summary | |
|---|---|
T |
value
The value contained in the holder. |
| Constructor Summary | |
|---|---|
Holder()
Creates a new holder with a null value. |
|
Holder(T value)
Create a new holder with the specified value. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
英文文档:
value
public T value
- The value contained in the holder.
| Constructor Detail |
|---|
英文文档:
Holder
public Holder()
- Creates a new holder with a
nullvalue.
英文文档:
Holder
public Holder(T value)
- Create a new holder with the specified value.
- Parameters:
value- The value to be stored in the holder.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Submit a bug or feature
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
PS : 未经我党受权你也可自由散发此文档。 如有任何错误请自行修正;若因此而造成任何损失请直接找人民主席,请勿与本人联系。谢谢!
javax.xml.ws.Holder<T>