软件包 | 描述 |
---|---|
javax.xml.ws |
这个套件包含核心JAX-WS API。
|
javax.xml.ws.handler |
此包定义了消息处理程序的原料药。
|
javax.xml.ws.handler.soap |
此包定义了用于处理消息处理程序的原料药。
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
WebServiceContext.getMessageContext()
返回请求服务时,这种方法被称为
MessageContext 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Handler<C extends MessageContext>
的
Handler 接口是JAX-WS处理基接口。
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalMessageContext
LogicalMessageContext 接口扩展的
MessageContext 提供一个包含的信息作为一个中性的协议逻辑信息
|
Modifier and Type | Method and Description |
---|---|
void |
Handler.close(MessageContext context)
在消息交换模式之前的运行调度消息JAX-WS的结论称,故障或异常。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPMessageContext
SOAPMessageContext 提供访问接口或RPC请求或响应的SOAP消息。
|
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.