public class HttpClientService<CONFIG extends com.mulesoft.connectors.commons.template.config.ConnectorConfig,CONNECTION extends ConnectorHttpConnection>
extends com.mulesoft.connectors.commons.template.service.DefaultConnectorService<CONFIG,CONNECTION>
| Constructor and Description |
|---|
HttpClientService(CONFIG config,
CONNECTION connection) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.domain.message.response.HttpResponse |
delete(String relativePath,
Map<String,String> pathParams,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.http.api.domain.entity.HttpEntity body) |
org.mule.runtime.http.api.domain.message.response.HttpResponse |
get(String relativePath,
Map<String,String> pathParams,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.http.api.domain.entity.HttpEntity body) |
org.mule.runtime.http.api.domain.message.response.HttpResponse |
head(String relativePath,
Map<String,String> pathParams,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.http.api.domain.entity.HttpEntity body) |
org.mule.runtime.http.api.domain.message.response.HttpResponse |
options(String relativePath,
Map<String,String> pathParams,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.http.api.domain.entity.HttpEntity body) |
org.mule.runtime.http.api.domain.message.response.HttpResponse |
patch(String relativePath,
Map<String,String> pathParams,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.http.api.domain.entity.HttpEntity body) |
org.mule.runtime.http.api.domain.message.response.HttpResponse |
post(String relativePath,
Map<String,String> pathParams,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.http.api.domain.entity.HttpEntity body) |
org.mule.runtime.http.api.domain.message.response.HttpResponse |
put(String relativePath,
Map<String,String> pathParams,
org.mule.runtime.api.util.MultiMap<String,String> queryParams,
org.mule.runtime.api.util.MultiMap<String,String> headers,
org.mule.runtime.http.api.domain.entity.HttpEntity body) |
public HttpClientService(CONFIG config, CONNECTION connection)
public org.mule.runtime.http.api.domain.message.response.HttpResponse get(String relativePath, Map<String,String> pathParams, org.mule.runtime.api.util.MultiMap<String,String> queryParams, org.mule.runtime.api.util.MultiMap<String,String> headers, org.mule.runtime.http.api.domain.entity.HttpEntity body)
public org.mule.runtime.http.api.domain.message.response.HttpResponse post(String relativePath, Map<String,String> pathParams, org.mule.runtime.api.util.MultiMap<String,String> queryParams, org.mule.runtime.api.util.MultiMap<String,String> headers, org.mule.runtime.http.api.domain.entity.HttpEntity body)
public org.mule.runtime.http.api.domain.message.response.HttpResponse put(String relativePath, Map<String,String> pathParams, org.mule.runtime.api.util.MultiMap<String,String> queryParams, org.mule.runtime.api.util.MultiMap<String,String> headers, org.mule.runtime.http.api.domain.entity.HttpEntity body)
public org.mule.runtime.http.api.domain.message.response.HttpResponse delete(String relativePath, Map<String,String> pathParams, org.mule.runtime.api.util.MultiMap<String,String> queryParams, org.mule.runtime.api.util.MultiMap<String,String> headers, org.mule.runtime.http.api.domain.entity.HttpEntity body)
public org.mule.runtime.http.api.domain.message.response.HttpResponse head(String relativePath, Map<String,String> pathParams, org.mule.runtime.api.util.MultiMap<String,String> queryParams, org.mule.runtime.api.util.MultiMap<String,String> headers, org.mule.runtime.http.api.domain.entity.HttpEntity body)
public org.mule.runtime.http.api.domain.message.response.HttpResponse options(String relativePath, Map<String,String> pathParams, org.mule.runtime.api.util.MultiMap<String,String> queryParams, org.mule.runtime.api.util.MultiMap<String,String> headers, org.mule.runtime.http.api.domain.entity.HttpEntity body)
public org.mule.runtime.http.api.domain.message.response.HttpResponse patch(String relativePath, Map<String,String> pathParams, org.mule.runtime.api.util.MultiMap<String,String> queryParams, org.mule.runtime.api.util.MultiMap<String,String> headers, org.mule.runtime.http.api.domain.entity.HttpEntity body)
Copyright © 2019. All rights reserved.