| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseRestOperation.doRequest(RestConfiguration config,
RestConnection connection,
RestRequestBuilder builder,
int responseTimeoutMillis,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
Map<String,Object> parameterBindings,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,HttpResponseAttributes> callback)
Performs the request using the given
builder and connection and completes the callback accordingly. |
protected RestRequestBuilder |
BaseRestOperation.getRequestBuilderWithBindings(String baseUri,
String path,
org.mule.runtime.http.api.HttpConstants.Method method,
RequestParameters requestParameters,
ConfigurationOverrides overrides,
RestConnection connection,
RestConfiguration config,
Map<String,Object> parameterBindings,
Map<String,Object> customParameterBindings) |
protected HttpResponseInterceptor |
BaseRestOperation.getResponseInterceptors(RestConfiguration config)
This method return the http response interceptors from the configuration.
|
protected org.mule.runtime.api.metadata.MediaType |
BaseRestOperation.resolveDefaultResponseMediaType(RestConfiguration config) |
| Modifier and Type | Field and Description |
|---|---|
protected RestConfiguration |
RestPollingSource.config |
| Modifier and Type | Method and Description |
|---|---|
protected RestConfiguration |
RestPollingSource.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationContext |
ResolverUtil.createParentEvaluationContext(EvaluationContext globalEvaluationContext,
RestConfiguration config,
RestConnection connection,
org.mule.runtime.api.el.ExpressionLanguage expressionLanguage) |
static org.mule.runtime.extension.api.runtime.operation.Result<InputStream,HttpResponseAttributes> |
RequestStreamingUtils.doRequest(RestConnection connection,
RestConfiguration config,
RestRequestBuilder requestBuilder,
org.mule.runtime.api.metadata.MediaType mediaType) |
static org.mule.runtime.extension.api.runtime.operation.Result<org.mule.runtime.api.metadata.TypedValue<String>,HttpResponseAttributes> |
RequestStreamingUtils.doRequestAndConsumeString(RestConnection connection,
RestConfiguration config,
RestRequestBuilder requestBuilder,
org.mule.runtime.api.metadata.MediaType defaultResponseMediaType)
Does a request as specified in the provided request builder using the connection, config and media type provided.
|
Copyright © 2022. All rights reserved.