javax.xml.ws.handler

接口
异常
所有超级接口:
Map< String, Object>, MessageContext

public interface LogicalMessageContext
     
extends MessageContext

LogicalMessageContext 接口扩展了 MessageContext,以访问以与协议无关的 LogicalMessage 形式包含的消息。

从以下版本开始:
JAX-WS 2.0

嵌套类摘要
 
从接口 javax.xml.ws.handler.MessageContext 继承的嵌套类/接口
MessageContext.Scope
 
从接口 java.util.Map 继承的嵌套类/接口
Map.Entry<K,V>
 
字段摘要
 
从接口 javax.xml.ws.handler.MessageContext 继承的字段
HTTP_REQUEST_HEADERS, HTTP_REQUEST_METHOD, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, INBOUND_MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, OUTBOUND_MESSAGE_ATTACHMENTS, PATH_INFO, QUERY_STRING, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE
 
方法摘要
 LogicalMessage getMessage()
          从此消息上下文中获得消息。
 
从接口 javax.xml.ws.handler.MessageContext 继承的方法
getScope, setScope
 
从接口 java.util.Map 继承的方法
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

方法详细信息

getMessage

LogicalMessage getMessage()
从此消息上下文中获得消息。

返回:
包含的消息;如果此消息上下文中没有消息,则返回 null