| 接口 | 描述 |
|---|---|
| Handler<C extends MessageContext> |
Handler接口是JAX-WS处理程序的基本界面。
|
| HandlerResolver |
HandlerResolver是由应用程序实现的接口,用于在创建代理/调度对象时获取对代理/调度对象上设置的处理程序链的控制。
|
| LogicalHandler<C extends LogicalMessageContext> |
LogicalHandler扩展了Handler,为消息上下文参数提供了类型化。
|
| LogicalMessageContext |
LogicalMessageContext接口扩展了
MessageContext以提供对包含消息的访问作为协议中性逻辑消息
|
| MessageContext |
接口
MessageContext摘录由
handle方法中的处理程序处理的消息上下文。
|
| PortInfo |
PortInfo接口由
HandlerResolver用于查询有关要求其创建处理程序链的端口的信息。
|
| Enum | 描述 |
|---|---|
| MessageContext.Scope |
财产范围
|
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.