通过Spring Interceptor记录REST请求/响应

时间:2013-06-10 13:55:50

标签: java spring rest logging

我的应用程序是一个带有REST服务端点(XML)的中间层(java)。我想记录REST的请求和响应。我如何使用拦截器。 我使用Spring框架,但没有MVC,因为前层是.NET。只使用Spring AOP。是否有可能使用Spring Interceptor或AOP记录请求/响应?

0 个答案:

没有答案