SOAP和REST请求拦截
是否可以拦截通过 SOAP 或 REST Web 服务传入的 XML/JSON 数据的绑定,以修改/检查某些数据?
假设我的网络服务上有这样的方法:
@WebMethod public SomeDTO someMethod(@WebParam(name = "duh" SomeDTO someDto) {...}
每当 XML/JSON 绑定到 SomeDTO 时,我想检查该值中是否有一些特定的单词,或者类似的东西。 吗?
这可能
Is it possible to intercept binding of XML/JSON data coming through SOAP or REST webservice, to modify/check some of the data ?
let's say I have methods like this on my webservice:
@WebMethod
public SomeDTO someMethod(@WebParam(name = "duh" SomeDTO someDto) {...}
And whenever XML/JSON is being bind to SomeDTO i would like to check if the value has some specific words in it, or something like that. Is this even possible ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论