| Package | Description |
|---|---|
| com.mulesoft.connectivity.rest.commons.api.operation | |
| com.mulesoft.connectivity.rest.commons.internal.util |
| 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,
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 org.mule.runtime.api.metadata.MediaType |
BaseRestOperation.resolveDefaultResponseMediaType(RestConfiguration config) |
| 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<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 © 2021. All rights reserved.