Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 spring 编写一些 web 服务。我想知道服务方法的参数是什么:域对象或请求参数?例如一个“用户”对象或一堆包含姓名、电子邮件等的字符串。
根据您的配置(和方法签名),您将收到未编组的对象(例如 Jaxb)、MessageContext 等。
查看文档,您会找到一些示例以及您需要了解的有关服务方法和参数的所有信息。