public class HttpCallFunctions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpCallFunctions.HttpResponse |
| Constructor and Description |
|---|
HttpCallFunctions() |
| Modifier and Type | Method and Description |
|---|---|
String |
call(ExecutionContext ctx,
RecordHolder sslConfig,
String endpointAddress,
String httpMethod,
String requestContentType,
String input,
String login,
String password,
Decimal timeoutDecimal,
MapHolder requestHeaders,
ReferenceHolder responseHeaders,
ReferenceHolder resposeCode,
Boolean logMessages) |
HttpCallFunctions.HttpResponse |
call(SslConfig sslConfig,
String endpointAddress,
String httpMethod,
String requestContentType,
String input,
String login,
String password,
Integer timeout,
Map<String,String> requestHeaders,
Boolean logMessages) |
public String call(ExecutionContext ctx, RecordHolder sslConfig, String endpointAddress, String httpMethod, String requestContentType, String input, String login, String password, Decimal timeoutDecimal, MapHolder requestHeaders, ReferenceHolder responseHeaders, ReferenceHolder resposeCode, Boolean logMessages) throws ErrorException
ErrorExceptionpublic HttpCallFunctions.HttpResponse call(SslConfig sslConfig, String endpointAddress, String httpMethod, String requestContentType, String input, String login, String password, Integer timeout, Map<String,String> requestHeaders, Boolean logMessages) throws ErrorException
ErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.