| 接口 | 描述 |
|---|---|
| AsyncHandler<T> |
AsyncHandler接口由希望接收到异步调用的服务端点操作完成的回调通知的客户端实现。
|
| Binding |
Binding接口是JAX-WS协议绑定的基本接口。
|
| BindingProvider |
BindingProvider接口提供对协议绑定和相关联的上下文对象的访问以用于请求和响应消息处理。
|
| Dispatch<T> |
Dispatch接口为动态调用服务端点操作提供支持。
|
| LogicalMessage |
所述
LogicalMessage接口表示协议无关XML消息,并包含提供对消息的有效载荷的方法。
|
| Provider<T> |
服务端点可以实现
Provider接口作为SEI的动态替代。
|
| Response<T> |
Response接口提供了用于获得响应于操作调用发送的消息的有效载荷和上下文的方法。
|
| WebServiceContext |
A
WebServiceContext使Web服务端点实现类可以相对于正在服务的请求访问消息上下文和安全信息。
|
| 类 | 描述 |
|---|---|
| Endpoint |
Web服务端点。
|
| EndpointContext |
EndpointContext允许应用程序中的多个端点共享任何信息。
|
| EndpointReference |
此类表示WS-Addressing EndpointReference,它是对Web服务端点的远程引用。
|
| Holder<T> |
持有类型
T的值。
|
| RespectBindingFeature |
该功能说明了在JAX-WS运行时中使用
wsdl:binding 。
|
| Service |
Service对象提供Web服务的客户端视图。
|
| WebServiceFeature |
WebServiceFeature用于表示可以为Web服务启用或禁用的功能。
|
| WebServicePermission |
此类定义Web服务权限。
|
| Enum | 描述 |
|---|---|
| Service.Mode |
动态客户端或服务的方向。
|
| 异常 | 描述 |
|---|---|
| ProtocolException |
ProtocolException类是与特定协议绑定相关的
ProtocolException的基类。
|
| WebServiceException |
WebServiceException类是所有JAX-WS API运行时异常的基础异常类。
|
| Annotation Type | 描述 |
|---|---|
| Action |
所述
Action注释允许一个WS寻址的显式关联
Action与消息寻址属性
input ,
output和
fault所映射的WSDL操作的消息。
|
| BindingType |
BindingType注释用于指定用于Web服务端点实现类的绑定。
|
| FaultAction |
所述 FaultAction注解用于内部Action注释以允许WS寻址的显式关联Action与消息寻址属性fault从异常类映射到的WSDL操作的消息。
|
| RequestWrapper |
用于使用要在运行时使用的请求包装器bean来注释服务端点接口中的方法。
|
| RespectBinding |
该功能说明了在JAX-WS运行时中使用
wsdl:binding 。
|
| ResponseWrapper |
用于使用要在运行时使用的响应包装器bean来注释服务端点接口中的方法。
|
| ServiceMode |
用于指示 Provider实现是否希望与整个协议消息一起工作,或仅与协议消息有效载荷一起使用。
|
| WebEndpoint |
用于注释生成的服务接口的
getPortName()方法。
|
| WebFault |
用于注释特定于服务的异常类,以定制到故障元素的本地和命名空间名称以及故障bean的名称。
|
| WebServiceClient |
用于注释生成的服务接口。
|
| WebServiceProvider |
用于注释Provider实现类。
|
| WebServiceRef |
WebServiceRef注释用于定义对Web服务的引用以及(可选)为其注入目标。
|
| WebServiceRefs |
WebServiceRefs注释允许在类级别声明多个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.