Class ExchangeStoreInterceptor

java.lang.Object
com.predic8.membrane.core.interceptor.AbstractInterceptor
com.predic8.membrane.core.interceptor.ExchangeStoreInterceptor
All Implemented Interfaces:
Interceptor, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ExchangeStoreInterceptor extends AbstractInterceptor implements org.springframework.context.ApplicationContextAware
Description
Adds the current state of HTTP requests and responses to an "exchange store".
Explanation
Note that depending on the implementation of the exchange store, both request *and* response logging might both be required for the exchange to be saved.
Topic
5. Monitoring, Logging and Statistics