软件包 | 描述 |
---|---|
javax.xml.ws |
这个套件包含核心JAX-WS API。
|
javax.xml.ws.handler |
此包定义了消息处理程序的原料药。
|
javax.xml.ws.handler.soap |
此包定义了用于处理消息处理程序的原料药。
|
Modifier and Type | Method and Description |
---|---|
List<Handler> |
Binding.getHandlerChain()
获取一个协议绑定实例的处理程序链的副本。
|
Modifier and Type | Method and Description |
---|---|
void |
Binding.setHandlerChain(List<Handler> chain)
为协议绑定实例设置处理程序链。
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalHandler<C extends LogicalMessageContext>
的
LogicalHandler 扩展处理程序提供消息上下文参数typesafety。
|
Modifier and Type | Method and Description |
---|---|
List<Handler> |
HandlerResolver.getHandlerChain(PortInfo portInfo)
获取指定端口的处理程序链。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPHandler<T extends SOAPMessageContext>
的
SOAPHandler 类扩展
Handler 提供消息上下文参数typesafety和添加的方法获得,可由处理器处理标题。
|
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.