| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptorDescriptor |
RestConfiguration.getResponseInterceptorDescriptor() |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeHttpResponseInterceptorDescriptor |
class |
ExpressionHttpResponseInterceptorDescriptor |
class |
PreconditionHttpResponseInterceptorDelegateDescriptor |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptorDescriptor |
PreconditionHttpResponseInterceptorDelegateDescriptor.getDelegateDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<HttpResponseInterceptorDescriptor> |
CompositeHttpResponseInterceptorDescriptor.getHttpResponseInterceptorDescriptors() |
| Constructor and Description |
|---|
PreconditionHttpResponseInterceptorDelegateDescriptor(PreconditionHttpResponseInterceptorDelegateDescriptor.Matcher precondition,
HttpResponseInterceptorDescriptor delegateDescriptor) |
| Constructor and Description |
|---|
CompositeHttpResponseInterceptorDescriptor(List<HttpResponseInterceptorDescriptor> httpResponseInterceptorDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptorDescriptor |
HttpResponseInterceptorDescriptorBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpResponseInterceptorDescriptor |
BaseRestOperation.getResponseInterceptorDescriptor(RestConfiguration config)
This method return the http response interceptor descriptor from the configuration.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseInterceptorDescriptor |
RestRequestBuilder.getResponseInterceptorDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
RestRequestBuilder |
RestRequestBuilder.responseInterceptorDescriptor(HttpResponseInterceptorDescriptor httpResponseInterceptorDescriptor)
Describes a post process
HttpResponseInterceptorDescriptor to intercept and modify server's response before this is
mapped to a Result. |
Copyright © 2022. All rights reserved.