您的位置:首页 > 其它

BindProvider

2014-02-19 14:25 381 查看

Method Detail


getRequestContext

Map<String,Object> getRequestContext()

Get the context that is used to initialize the message context for request messages. Modifications to the request context do not affect the message context of either synchronous or asynchronous operations that have
already been started.

Returns:The context that is used in processing request messages.


getResponseContext

Map<String,Object> getResponseContext()

Get the context that resulted from processing a response message. The returned context is for the most recently completed synchronous operation. Subsequent synchronous operation invocations overwrite the response
context. Asynchronous operations return their response context via the Response interface.

Returns:The context that resulted from processing the latest response messages.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: