方法标题中@ResponsePayload的用途是什么-Spring

时间:2018-08-21 11:55:48

标签: java spring spring-mvc

我正在尝试开发与已经(别人开发)的Web服务类似的Web服务,为此,我需要了解方法标头中的目的@ResponsePayload。我有这样的东西:

@PayloadRoot(localPart="get-documentList-request", namespace="http://www.foo.com/bar/ws/model/")
public @ResponsePayload DocumentListResponse getDocumentList(@RequestPayload GetDocumentListRequest documentList) throws DatatypeConfigurationException{
       //
}

那么方法标题中的@ResponsePayload是做什么的?

0 个答案:

没有答案