| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.commons.internal.interception | |
| com.mulesoft.connectivity.rest.commons.internal.interception.expression |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeHttpResponseInterceptor
A composite implementation for
HttpResponseInterceptor that executes the list of HttpResponseInterceptor. |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptor |
HttpResponseInterceptorFactory.newHttpResponseInterceptor(HttpResponseInterceptorDescriptor descriptor,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType,
StreamingHelper streamingHelper,
org.mule.runtime.api.el.ExpressionLanguage expressionLanguage) |
| Constructor and Description |
|---|
CompositeHttpResponseInterceptor(List<HttpResponseInterceptor> httpResponseInterceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseExpressionHttpResponseInterceptor
A base implementation for a
HttpResponseInterceptor that relies on DW expressions. |
class |
ExpressionHttpResponseInterceptor
A
HttpResponseInterceptor implementation based on DW expressions. |
class |
PreconditionHttpResponseInterceptorDelegate
A
HttpResponseInterceptor implementation that applies a precondition and if satisfied and the delegate matches too it
delegates the execution to a nested HttpResponseInterceptor. |
| Constructor and Description |
|---|
PreconditionHttpResponseInterceptorDelegate(PreconditionHttpResponseInterceptorDelegate.Matcher precondition,
HttpResponseInterceptor delegate) |
Copyright © 2022. All rights reserved.