软件包 | 描述 |
---|---|
javax.xml.ws |
这个套件包含核心JAX-WS API。
|
javax.xml.ws.spi |
此包定义了斯皮思JAX-WS。
|
javax.xml.ws.wsaddressing |
此包定义了寻址API相关。
|
Modifier and Type | Method and Description |
---|---|
<T extends EndpointReference> |
BindingProvider.getEndpointReference(类<T> clazz)
返回与此
BindingProvider 实例关联的
EndpointReference 。
|
<T extends EndpointReference> |
WebServiceContext.getEndpointReference(类<T> clazz, Element... referenceParameters)
返回与此相关的
EndpointReference 端点。
|
abstract <T extends EndpointReference> |
Endpoint.getEndpointReference(类<T> clazz, Element... referenceParameters)
返回与此
Endpoint 实例关联的
EndpointReference 。
|
Modifier and Type | Method and Description |
---|---|
EndpointReference |
BindingProvider.getEndpointReference()
返回与此
BindingProvider 实例关联的
EndpointReference 。
|
EndpointReference |
WebServiceContext.getEndpointReference(Element... referenceParameters)
返回此端点的
EndpointReference 。
|
abstract EndpointReference |
Endpoint.getEndpointReference(Element... referenceParameters)
返回与此
Endpoint 实例关联的
EndpointReference 。
|
static EndpointReference |
EndpointReference.readFrom(Source eprInfoset)
工厂方法来读取包含在
eprInfoset InfoSet的endpointreference。
|
Modifier and Type | Method and Description |
---|---|
<T> Dispatch<T> |
Service.createDispatch(EndpointReference endpointReference, 类<T> type, Service.Mode mode, WebServiceFeature... features)
创建一个
Dispatch 实例使用的客户选择的对象。
|
Dispatch<Object> |
Service.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
用于创建一个
Dispatch JAXB生成的对象实例。
|
<T> T |
Service.getPort(EndpointReference endpointReference, 类<T> serviceEndpointInterface, WebServiceFeature... features)
的
getPort 方法返回一个代理。
|
Modifier and Type | Method and Description |
---|---|
abstract EndpointReference |
Provider.readEndpointReference(Source eprInfoset)
读取包含在
eprInfoset InfoSet的endpointreference。
|
Modifier and Type | Method and Description |
---|---|
abstract <T> Dispatch<T> |
ServiceDelegate.createDispatch(EndpointReference endpointReference, 类<T> type, Service.Mode mode, WebServiceFeature... features)
创建一个
Dispatch 实例使用的用户选择的对象。
|
abstract Dispatch<Object> |
ServiceDelegate.createDispatch(EndpointReference endpointReference, JAXBContext context, Service.Mode mode, WebServiceFeature... features)
创建一个使用
Dispatch JAXB生成的对象实例。
|
abstract <T> T |
Provider.getPort(EndpointReference endpointReference, 类<T> serviceEndpointInterface, WebServiceFeature... features)
getPort方法返回一个代理。
|
abstract <T> T |
ServiceDelegate.getPort(EndpointReference endpointReference, 类<T> serviceEndpointInterface, WebServiceFeature... features)
的
getPort 方法返回一个代理。
|
Modifier and Type | Class and Description |
---|---|
class |
W3CEndpointReference
这类代表一个W3C寻址endpointreferece是一个支持W3C寻址1核心推荐的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.