软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.lang.reflect |
提供用于获取类和对象的反射信息的类和接口。
|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.xml.ws.spi |
此包定义了斯皮思JAX-WS。
|
Modifier and Type | Method and Description |
---|---|
static void |
EventQueue.invokeAndWait(Runnable runnable)
|
Modifier and Type | Method and Description |
---|---|
Object |
Method.invoke(Object obj, Object... args)
调用底层的方法,这
方法 对象表示,对指定对象的指定参数。
|
T |
Constructor.newInstance(Object... initargs)
利用这
Constructor 对象创建和初始化的构造函数的声明类的一个新实例构造函数,用指定的初始化参数。
|
Modifier and Type | Method and Description |
---|---|
static void |
SwingUtilities.invokeAndWait(Runnable doRun)
原因
doRun.run() 是同步执行的事件派发线程。
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Invoker.inject(WebServiceContext webServiceContext)
JAX-WS运行时调用此方法要求集装箱在端点实例注入webservicecontext。
|
abstract Object |
Invoker.invoke(方法 m, Object... args)
JAX-WS运行时调用此方法对端点实例做实际的Web服务调用。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.