软件包 | 描述 |
---|---|
javax.xml.ws |
这个套件包含核心JAX-WS API。
|
javax.xml.ws.spi |
此包定义了斯皮思JAX-WS。
|
Modifier and Type | Method and Description |
---|---|
static Endpoint |
Endpoint.create(Object implementor)
创建具有指定设备对象的一个端点。
|
static Endpoint |
Endpoint.create(Object implementor, WebServiceFeature... features)
创建一个端点与指定的设备对象和Web服务的特点。
|
static Endpoint |
Endpoint.create(String bindingId, Object implementor)
创建一个端点与指定的绑定类型和实现目标。
|
static Endpoint |
Endpoint.create(String bindingId, Object implementor, WebServiceFeature... features)
创建具有指定绑定类型,端点设备对象,以及Web服务的特点。
|
static Endpoint |
Endpoint.publish(String address, Object implementor)
创建并发布在指定的地址为指定的设备对象的一个端点。
|
static Endpoint |
Endpoint.publish(String address, Object implementor, WebServiceFeature... features)
创建并发布在指定的地址为指定的设备对象的一个端点。
|
Modifier and Type | Method and Description |
---|---|
abstract Set<Endpoint> |
EndpointContext.getEndpoints()
这给出了应用程序中的端点列表。
|
Modifier and Type | Method and Description |
---|---|
abstract Endpoint |
Provider.createAndPublishEndpoint(String address, Object implementor)
使用指定的地址和实现对象创建和发布一个端点对象。
|
Endpoint |
Provider.createAndPublishEndpoint(String address, Object implementor, WebServiceFeature... features)
创建并发布一个端点对象,该对象具有指定的地址、实现对象和Web服务功能。
|
Endpoint |
Provider.createEndpoint(String bindingId, 类<?> implementorClass, Invoker invoker, WebServiceFeature... features)
创建一个端点对象提供的绑定,实现类,调用Web服务的特点。
|
abstract Endpoint |
Provider.createEndpoint(String bindingId, Object implementor)
使用所提供的绑定和实现对象创建一个端点对象。
|
Endpoint |
Provider.createEndpoint(String bindingId, Object implementor, WebServiceFeature... features)
创建一个端点对象,该对象具有提供的绑定、实现对象和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.