Interface ResponseContentInterceptorChain
public interface ResponseContentInterceptorChain
Chain responsible for controlling interception of
ResponseContentInterceptor instances.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionvoidproceed()Invoke the nextResponseContentInterceptorin the chain.
-
Method Details
-
proceed
void proceed()Invoke the nextResponseContentInterceptorin the chain. When no more registeredResponseContentInterceptorinstances exist, this method simply returns control back to the callingResponseContentInterceptor.
-