Skip navigation links
A C D E G H I L M N O P R S T U V 

A

AbstractCloseableConnectorResponse - Class in org.camunda.connect.impl
This class is a base class for implementing closeable connector responses based on Closeable.
AbstractCloseableConnectorResponse() - Constructor for class org.camunda.connect.impl.AbstractCloseableConnectorResponse
 
AbstractConnector<Q extends ConnectorRequest<R>,R extends ConnectorResponse> - Class in org.camunda.connect.impl
Abstract implementation of the connector interface.
AbstractConnector(String) - Constructor for class org.camunda.connect.impl.AbstractConnector
 
AbstractConnectorRequest<R extends ConnectorResponse> - Class in org.camunda.connect.impl
 
AbstractConnectorRequest(Connector) - Constructor for class org.camunda.connect.impl.AbstractConnectorRequest
 
AbstractConnectorResponse - Class in org.camunda.connect.impl
 
AbstractConnectorResponse() - Constructor for class org.camunda.connect.impl.AbstractConnectorResponse
 
AbstractHttpConnector<Q extends HttpBaseRequest<Q,R>,R extends HttpResponse> - Class in org.camunda.connect.httpclient.impl
 
AbstractHttpConnector(String) - Constructor for class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
AbstractHttpRequest<Q extends HttpBaseRequest<?,?>,R extends HttpResponse> - Class in org.camunda.connect.httpclient.impl
 
AbstractHttpRequest(Connector) - Constructor for class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
AbstractRequestInvocation<T> - Class in org.camunda.connect.impl
A simple invocation implementation routing a request through a chain of interceptors.
AbstractRequestInvocation(T, ConnectorRequest<?>, List<ConnectorRequestInterceptor>) - Constructor for class org.camunda.connect.impl.AbstractRequestInvocation
 
addRequestInterceptor(ConnectorRequestInterceptor) - Method in class org.camunda.connect.impl.AbstractConnector
 
addRequestInterceptor(ConnectorRequestInterceptor) - Method in interface org.camunda.connect.spi.Connector
Adds a ConnectorRequestInterceptor to this connector.
addRequestInterceptors(Collection<ConnectorRequestInterceptor>) - Method in class org.camunda.connect.impl.AbstractConnector
 
addRequestInterceptors(Collection<ConnectorRequestInterceptor>) - Method in interface org.camunda.connect.spi.Connector
Adds a collection of ConnectorRequestInterceptor to this connector.
apply(RequestConfig.Builder, Object) - Method in enum org.camunda.connect.httpclient.impl.RequestConfigOption
 
applyConfig(T, Map<String, Object>) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
applyConfigurator(Map<String, Connector<?>>, ConnectorConfigurator) - Method in class org.camunda.connect.Connectors
 
applyConfigurators(Map<String, Connector<?>>, ClassLoader) - Method in class org.camunda.connect.Connectors
 
applyHeaders(T, Map<String, String>) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
applyPayload(T, Q) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
applyPayload(T, SoapHttpRequest) - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl
 
availableConnectors - Variable in class org.camunda.connect.Connectors
 

C

charset - Variable in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
client - Variable in class org.camunda.connect.httpclient.impl.HttpRequestInvocation
 
close() - Method in class org.camunda.connect.impl.AbstractCloseableConnectorResponse
Implements the default close behavior
close() - Method in interface org.camunda.connect.spi.CloseableConnectorResponse
 
CloseableConnectorResponse - Interface in org.camunda.connect.spi
A connector response which represents an open resource (link to open resource) which must be closed.
closingResponse(CloseableConnectorResponse) - Method in class org.camunda.connect.impl.ConnectCoreLogger
 
collectResponseHeaders() - Method in class org.camunda.connect.httpclient.impl.HttpResponseImpl
 
collectResponseParameters(Map<String, Object>) - Method in class org.camunda.connect.httpclient.impl.HttpResponseImpl
 
collectResponseParameters(Map<String, Object>) - Method in class org.camunda.connect.impl.AbstractConnectorResponse
To be implemented by subclasses for collecting the generic response parameters of a response.
configOption(String, Object) - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
Set a HTTP request configuration option for this request.
configOption(String, Object) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
configure(C) - Method in interface org.camunda.connect.spi.ConnectorConfigurator
Configures the connector instance.
ConnectCoreLogger - Class in org.camunda.connect.impl
 
ConnectCoreLogger() - Constructor for class org.camunda.connect.impl.ConnectCoreLogger
 
ConnectLogger - Class in org.camunda.connect.impl
 
ConnectLogger() - Constructor for class org.camunda.connect.impl.ConnectLogger
 
connector - Variable in class org.camunda.connect.impl.AbstractConnectorRequest
 
Connector<Q extends ConnectorRequest<?>> - Interface in org.camunda.connect.spi
A connector represents a way to interact with some system, library or technology.
ConnectorConfigurator<C extends Connector<?>> - Interface in org.camunda.connect.spi
Can be used to configure connectors of a certain type.
connectorConfiguratorDiscovered(ConnectorConfigurator) - Method in class org.camunda.connect.impl.ConnectCoreLogger
 
ConnectorException - Exception in org.camunda.connect
Base class for all connector exceptions
ConnectorException(String) - Constructor for exception org.camunda.connect.ConnectorException
 
ConnectorException(String, Throwable) - Constructor for exception org.camunda.connect.ConnectorException
 
connectorId - Variable in class org.camunda.connect.impl.AbstractConnector
 
ConnectorInvocation - Interface in org.camunda.connect.spi
Represents a request invocation / request execution.
ConnectorProvider - Interface in org.camunda.connect.spi
Provides a Connector with a unique id.
connectorProviderDiscovered(ConnectorProvider, String, Connector) - Method in class org.camunda.connect.impl.ConnectCoreLogger
 
ConnectorRequest<R extends ConnectorResponse> - Interface in org.camunda.connect.spi
A connector request.
ConnectorRequestException - Exception in org.camunda.connect
Indicates an error during the request of a connector.
ConnectorRequestException(String) - Constructor for exception org.camunda.connect.ConnectorRequestException
 
ConnectorRequestException(String, Throwable) - Constructor for exception org.camunda.connect.ConnectorRequestException
 
ConnectorRequestInterceptor - Interface in org.camunda.connect.spi
A request interceptor.
ConnectorResponse - Interface in org.camunda.connect.spi
A connector response representing the result of a connector invocation.
ConnectorResponseException - Exception in org.camunda.connect
Indicates an error during the response of a connector.
ConnectorResponseException(String) - Constructor for exception org.camunda.connect.ConnectorResponseException
 
ConnectorResponseException(String, Throwable) - Constructor for exception org.camunda.connect.ConnectorResponseException
 
Connectors - Class in org.camunda.connect
Provides access to all available connectors.
Connectors() - Constructor for class org.camunda.connect.Connectors
 
contentType(String) - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
Set the content type header for this request.
contentType(String) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
CORE_LOGGER - Static variable in class org.camunda.connect.impl.ConnectLogger
 
createClient() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
createConnectorInstance() - Method in class org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl
 
createConnectorInstance() - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl
 
createConnectorInstance() - Method in interface org.camunda.connect.spi.ConnectorProvider
Create a new instance of the connector created by this factory.
createHttpRequest(Q) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
creates a apache Http* representation of the request.
createHttpRequestBase(Q) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
createRequest() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
createRequest() - Method in class org.camunda.connect.httpclient.impl.HttpConnectorImpl
 
createRequest() - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl
 
createRequest() - Method in interface org.camunda.connect.spi.Connector
Create a request on the connector.
createResponse(CloseableHttpResponse) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
createResponse(CloseableHttpResponse) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorImpl
 
createResponse(CloseableHttpResponse) - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl
 
currentIndex - Variable in class org.camunda.connect.impl.AbstractRequestInvocation
 

D

DebugRequestInterceptor - Class in org.camunda.connect.impl
A dummy debug connector, which saves the ConnectorRequest (DebugRequestInterceptor.getRequest()) and the raw request (DebugRequestInterceptor.getTarget()) for debugging purpose.
DebugRequestInterceptor() - Constructor for class org.camunda.connect.impl.DebugRequestInterceptor
 
DebugRequestInterceptor(boolean) - Constructor for class org.camunda.connect.impl.DebugRequestInterceptor
 
DebugRequestInterceptor(Object) - Constructor for class org.camunda.connect.impl.DebugRequestInterceptor
 
delete() - Method in interface org.camunda.connect.httpclient.HttpMethodRequest
Set DELETE as request method
delete() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 

E

ensureConnectorProvidersInitialized() - Method in class org.camunda.connect.Connectors
Detect all available connectors in the classpath using a ServiceLoader.
exceptionWhileClosingResponse(Exception) - Method in class org.camunda.connect.impl.ConnectCoreLogger
 
execute(Q) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
execute(SoapHttpRequest) - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl
 
execute() - Method in class org.camunda.connect.impl.AbstractConnectorRequest
 
execute(Q) - Method in interface org.camunda.connect.spi.Connector
Execute the request on the connector.
execute() - Method in interface org.camunda.connect.spi.ConnectorRequest
Execute the request.

G

get() - Method in interface org.camunda.connect.httpclient.HttpMethodRequest
Set GET as request method
get() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
getAllAvailableConnectors() - Method in class org.camunda.connect.Connectors
 
getAvailableConnectors() - Static method in class org.camunda.connect.Connectors
 
getClosable() - Method in class org.camunda.connect.httpclient.impl.HttpResponseImpl
 
getClosable() - Method in class org.camunda.connect.impl.AbstractCloseableConnectorResponse
Allows subclasses to provide the closeable resource.
getConfigOption(String) - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
 
getConfigOption(String) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
getConfigOptions() - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
 
getConfigOptions() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
getConnector(String) - Static method in class org.camunda.connect.Connectors
 
getConnectorById(String) - Method in class org.camunda.connect.Connectors
 
getConnectorClass() - Method in interface org.camunda.connect.spi.ConnectorConfigurator
 
getConnectorId() - Method in class org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl
 
getConnectorId() - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl
 
getConnectorId() - Method in interface org.camunda.connect.spi.ConnectorProvider
Returns the unique id of the connector created by this factory.
getContentType() - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
 
getContentType() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
getHeader(String) - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
 
getHeader(String) - Method in interface org.camunda.connect.httpclient.HttpResponse
 
getHeader(String) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
getHeader(String) - Method in class org.camunda.connect.httpclient.impl.HttpResponseImpl
 
getHeaders() - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
 
getHeaders() - Method in interface org.camunda.connect.httpclient.HttpResponse
 
getHeaders() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
getHeaders() - Method in class org.camunda.connect.httpclient.impl.HttpResponseImpl
 
getHttpClient() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
getId() - Method in class org.camunda.connect.impl.AbstractConnector
 
getId() - Method in interface org.camunda.connect.spi.Connector
The unique Id for the connector.
getInstance() - Static method in class org.camunda.connect.Connectors
Provides the global instance of the Connectors manager.
getMethod() - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
 
getMethod() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
getName() - Method in enum org.camunda.connect.httpclient.impl.RequestConfigOption
 
getPayload() - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
 
getPayload() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
getRequest() - Method in class org.camunda.connect.impl.AbstractRequestInvocation
 
getRequest() - Method in class org.camunda.connect.impl.DebugRequestInterceptor
 
getRequest() - Method in interface org.camunda.connect.spi.ConnectorInvocation
The connector request as created through the API.
getRequestInterceptors() - Method in class org.camunda.connect.impl.AbstractConnector
 
getRequestInterceptors() - Method in interface org.camunda.connect.spi.Connector
Returns the ConnectorRequestInterceptor chain for this connector.
getRequestParameter(String) - Method in class org.camunda.connect.impl.AbstractConnectorRequest
 
getRequestParameter(String) - Method in interface org.camunda.connect.spi.ConnectorRequest
Returns the value of a request parameter
getRequestParameters() - Method in class org.camunda.connect.impl.AbstractConnectorRequest
 
getRequestParameters() - Method in interface org.camunda.connect.spi.ConnectorRequest
Returns the map of request parameters
getResponse() - Method in interface org.camunda.connect.httpclient.HttpResponse
 
getResponse() - Method in class org.camunda.connect.httpclient.impl.HttpResponseImpl
 
getResponse() - Method in class org.camunda.connect.impl.DebugRequestInterceptor
 
getResponseParameter(String) - Method in class org.camunda.connect.impl.AbstractConnectorResponse
 
getResponseParameter(String) - Method in interface org.camunda.connect.spi.ConnectorResponse
Returns the value of a response parameter or 'null' if no such parameter is set.
getResponseParameters() - Method in class org.camunda.connect.impl.AbstractConnectorResponse
 
getResponseParameters() - Method in interface org.camunda.connect.spi.ConnectorResponse
Retrieves the map of output parameters from the response.
getSoapAction() - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpRequestImpl
 
getSoapAction() - Method in interface org.camunda.connect.httpclient.soap.SoapHttpRequest
 
getStatusCode() - Method in interface org.camunda.connect.httpclient.HttpResponse
 
getStatusCode() - Method in class org.camunda.connect.httpclient.impl.HttpResponseImpl
 
getTarget() - Method in class org.camunda.connect.impl.AbstractRequestInvocation
 
getTarget() - Method in class org.camunda.connect.impl.DebugRequestInterceptor
 
getTarget() - Method in interface org.camunda.connect.spi.ConnectorInvocation
The underlying raw request.
getUrl() - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
 
getUrl() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 

H

handleInvocation(ConnectorInvocation) - Method in class org.camunda.connect.impl.DebugRequestInterceptor
 
handleInvocation(ConnectorInvocation) - Method in interface org.camunda.connect.spi.ConnectorRequestInterceptor
Intercept and handle the actual invocation.
head() - Method in interface org.camunda.connect.httpclient.HttpMethodRequest
Set HEAD as request method
head() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
header(String, String) - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
Set a HTTP header for this request.
header(String, String) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
HEADER_CONTENT_TYPE - Static variable in interface org.camunda.connect.httpclient.HttpBaseRequest
 
HEADER_SOAP_ACTION - Static variable in interface org.camunda.connect.httpclient.soap.SoapHttpRequest
 
http() - Static method in class org.camunda.connect.Connectors
 
HTTP_CONNECTOR_ID - Static variable in class org.camunda.connect.Connectors
 
HTTP_LOGGER - Static variable in class org.camunda.connect.httpclient.impl.HttpLogger
 
HttpBaseRequest<Q extends HttpBaseRequest<?,?>,R extends ConnectorResponse> - Interface in org.camunda.connect.httpclient
 
httpClient - Variable in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
HttpConnector - Interface in org.camunda.connect.httpclient
 
HttpConnectorImpl - Class in org.camunda.connect.httpclient.impl
 
HttpConnectorImpl() - Constructor for class org.camunda.connect.httpclient.impl.HttpConnectorImpl
 
HttpConnectorImpl(String) - Constructor for class org.camunda.connect.httpclient.impl.HttpConnectorImpl
 
HttpConnectorLogger - Class in org.camunda.connect.httpclient.impl
 
HttpConnectorLogger() - Constructor for class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
HttpConnectorProvider - Interface in org.camunda.connect.httpclient
 
HttpConnectorProviderImpl - Class in org.camunda.connect.httpclient.impl
 
HttpConnectorProviderImpl() - Constructor for class org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl
 
HttpLogger - Class in org.camunda.connect.httpclient.impl
 
HttpLogger() - Constructor for class org.camunda.connect.httpclient.impl.HttpLogger
 
HttpMethodRequest<Q extends HttpMethodRequest<?,?>,R extends HttpResponse> - Interface in org.camunda.connect.httpclient
 
httpMethodSupportsPayload(T) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
HttpRequest - Interface in org.camunda.connect.httpclient
 
HttpRequestImpl - Class in org.camunda.connect.httpclient.impl
 
HttpRequestImpl(Connector) - Constructor for class org.camunda.connect.httpclient.impl.HttpRequestImpl
 
HttpRequestInvocation - Class in org.camunda.connect.httpclient.impl
 
HttpRequestInvocation(HttpRequestBase, ConnectorRequest<?>, List<ConnectorRequestInterceptor>, HttpClient) - Constructor for class org.camunda.connect.httpclient.impl.HttpRequestInvocation
 
HttpResponse - Interface in org.camunda.connect.httpclient
 
httpResponse - Variable in class org.camunda.connect.httpclient.impl.HttpResponseImpl
 
HttpResponseImpl - Class in org.camunda.connect.httpclient.impl
 
HttpResponseImpl(CloseableHttpResponse) - Constructor for class org.camunda.connect.httpclient.impl.HttpResponseImpl
 

I

ID - Static variable in interface org.camunda.connect.httpclient.HttpConnector
 
ID - Static variable in interface org.camunda.connect.httpclient.soap.SoapHttpConnector
 
ignoreConfig(String, Object) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
ignoreHeader(String, String) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
initializeConnectors(ClassLoader) - Method in class org.camunda.connect.Connectors
 
interceptorChain - Variable in class org.camunda.connect.impl.AbstractRequestInvocation
 
invalidConfigurationOption(String, Exception) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
invalidRequestMethod(String) - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorLogger
 
invokeTarget() - Method in class org.camunda.connect.httpclient.impl.HttpRequestInvocation
 
invokeTarget() - Method in class org.camunda.connect.impl.AbstractRequestInvocation
 
isProceed() - Method in class org.camunda.connect.impl.DebugRequestInterceptor
 
isRequestValid() - Method in class org.camunda.connect.impl.AbstractConnectorRequest
Allows subclasses to provide custom validation logic of the request parameters.

L

loadConnectors() - Static method in class org.camunda.connect.Connectors
Load all available connectors.
loadConnectors(ClassLoader) - Static method in class org.camunda.connect.Connectors
Load all available connectors with the given classloader.
LOG - Static variable in class org.camunda.connect.Connectors
 
LOG - Static variable in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
LOG - Static variable in class org.camunda.connect.httpclient.impl.util.ParseUtil
 
LOG - Static variable in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl
 
LOG - Static variable in class org.camunda.connect.httpclient.soap.impl.SoapHttpRequestImpl
 

M

method(String) - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
Sets the method of this request.
method(String) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
method(String) - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpRequestImpl
 
multipleConnectorProvidersFound(String) - Method in class org.camunda.connect.impl.ConnectCoreLogger
 

N

noPayloadSet() - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorLogger
 

O

options() - Method in interface org.camunda.connect.httpclient.HttpMethodRequest
Set OPTIONS as request method
options() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
org.camunda.connect - package org.camunda.connect
 
org.camunda.connect.httpclient - package org.camunda.connect.httpclient
 
org.camunda.connect.httpclient.impl - package org.camunda.connect.httpclient.impl
 
org.camunda.connect.httpclient.impl.util - package org.camunda.connect.httpclient.impl.util
 
org.camunda.connect.httpclient.soap - package org.camunda.connect.httpclient.soap
 
org.camunda.connect.httpclient.soap.impl - package org.camunda.connect.httpclient.soap.impl
 
org.camunda.connect.impl - package org.camunda.connect.impl
 
org.camunda.connect.spi - package org.camunda.connect.spi
 

P

PARAM_NAME_REQUEST_CONFIG - Static variable in interface org.camunda.connect.httpclient.HttpBaseRequest
 
PARAM_NAME_REQUEST_HEADERS - Static variable in interface org.camunda.connect.httpclient.HttpBaseRequest
 
PARAM_NAME_REQUEST_METHOD - Static variable in interface org.camunda.connect.httpclient.HttpBaseRequest
 
PARAM_NAME_REQUEST_PAYLOAD - Static variable in interface org.camunda.connect.httpclient.HttpBaseRequest
 
PARAM_NAME_REQUEST_URL - Static variable in interface org.camunda.connect.httpclient.HttpBaseRequest
 
PARAM_NAME_RESPONSE - Static variable in interface org.camunda.connect.httpclient.HttpResponse
 
PARAM_NAME_RESPONSE_HEADERS - Static variable in interface org.camunda.connect.httpclient.HttpResponse
 
PARAM_NAME_STATUS_CODE - Static variable in interface org.camunda.connect.httpclient.HttpResponse
 
parseConfigOptions(Map<String, Object>, RequestConfig.Builder) - Static method in class org.camunda.connect.httpclient.impl.util.ParseUtil
 
ParseUtil - Class in org.camunda.connect.httpclient.impl.util
 
ParseUtil() - Constructor for class org.camunda.connect.httpclient.impl.util.ParseUtil
 
patch() - Method in interface org.camunda.connect.httpclient.HttpMethodRequest
Set PATCH as request method
patch() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
payload(String) - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
Set the payload of this request.
payload(String) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
payloadIgnoredForHttpMethod(String) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
post() - Method in interface org.camunda.connect.httpclient.HttpMethodRequest
Set POST as request method
post() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 
proceed() - Method in class org.camunda.connect.impl.AbstractRequestInvocation
 
proceed - Variable in class org.camunda.connect.impl.DebugRequestInterceptor
 
proceed() - Method in interface org.camunda.connect.spi.ConnectorInvocation
Makes the request proceed through the interceptor chain.
PROJECT_CODE - Static variable in class org.camunda.connect.httpclient.impl.HttpLogger
 
PROJECT_CODE - Static variable in class org.camunda.connect.httpclient.soap.impl.SoapHttpLogger
 
PROJECT_CODE - Static variable in class org.camunda.connect.impl.ConnectLogger
 
put() - Method in interface org.camunda.connect.httpclient.HttpMethodRequest
Set PUT as request method
put() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 

R

registerConnector(Connector<?>) - Static method in class org.camunda.connect.Connectors
Register a new connector.
registerConnector(String, Connector<?>) - Static method in class org.camunda.connect.Connectors
Register a new connector under the given connector id.
registerConnectorInstance(String, Connector<?>) - Method in class org.camunda.connect.Connectors
 
registerConnectors(Map<String, Connector<?>>, ClassLoader) - Method in class org.camunda.connect.Connectors
 
registerProvider(Map<String, Connector<?>>, ConnectorProvider) - Method in class org.camunda.connect.Connectors
 
request - Variable in class org.camunda.connect.impl.AbstractRequestInvocation
 
RequestConfigOption - Enum in org.camunda.connect.httpclient.impl
 
requestInterceptors - Variable in class org.camunda.connect.impl.AbstractConnector
requestParameters - Variable in class org.camunda.connect.impl.AbstractConnectorRequest
 
requestUrlRequired() - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
response - Variable in class org.camunda.connect.impl.DebugRequestInterceptor
 
responseParameters - Variable in class org.camunda.connect.impl.AbstractConnectorResponse
 

S

setHeader(String, String) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
setHttpClient(CloseableHttpClient) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpConnector
 
setProceed(boolean) - Method in class org.camunda.connect.impl.DebugRequestInterceptor
 
setRequestInterceptors(List<ConnectorRequestInterceptor>) - Method in class org.camunda.connect.impl.AbstractConnector
 
setRequestInterceptors(List<ConnectorRequestInterceptor>) - Method in interface org.camunda.connect.spi.Connector
Sets the ConnectorRequestInterceptors of this connector.
setRequestParameter(String, Object) - Method in class org.camunda.connect.impl.AbstractConnectorRequest
Sets a request parameter on the request
setRequestParameter(String, Object) - Method in interface org.camunda.connect.spi.ConnectorRequest
Provides a named input parameters to the request.
setRequestParameters(Map<String, Object>) - Method in class org.camunda.connect.impl.AbstractConnectorRequest
 
setRequestParameters(Map<String, Object>) - Method in interface org.camunda.connect.spi.ConnectorRequest
Provides the named input parameters of the request.
setResponse(Object) - Method in class org.camunda.connect.impl.DebugRequestInterceptor
 
soap() - Static method in class org.camunda.connect.Connectors
 
SOAP_CONNECTOR_LOGGER - Static variable in class org.camunda.connect.httpclient.soap.impl.SoapHttpLogger
 
SOAP_HTTP_CONNECTOR_ID - Static variable in class org.camunda.connect.Connectors
 
soapAction(String) - Method in class org.camunda.connect.httpclient.soap.impl.SoapHttpRequestImpl
 
soapAction(String) - Method in interface org.camunda.connect.httpclient.soap.SoapHttpRequest
Sets the SOAPAction header field (used until SOAP 1.1).
SoapHttpConnector - Interface in org.camunda.connect.httpclient.soap
 
SoapHttpConnectorImpl - Class in org.camunda.connect.httpclient.soap.impl
 
SoapHttpConnectorImpl() - Constructor for class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl
 
SoapHttpConnectorImpl(String) - Constructor for class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl
 
SoapHttpConnectorLogger - Class in org.camunda.connect.httpclient.soap.impl
 
SoapHttpConnectorLogger() - Constructor for class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorLogger
 
SoapHttpConnectorProvider - Interface in org.camunda.connect.httpclient.soap
 
SoapHttpConnectorProviderImpl - Class in org.camunda.connect.httpclient.soap.impl
 
SoapHttpConnectorProviderImpl() - Constructor for class org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl
 
SoapHttpLogger - Class in org.camunda.connect.httpclient.soap.impl
 
SoapHttpLogger() - Constructor for class org.camunda.connect.httpclient.soap.impl.SoapHttpLogger
 
SoapHttpRequest - Interface in org.camunda.connect.httpclient.soap
 
SoapHttpRequestImpl - Class in org.camunda.connect.httpclient.soap.impl
 
SoapHttpRequestImpl(SoapHttpConnector) - Constructor for class org.camunda.connect.httpclient.soap.impl.SoapHttpRequestImpl
 
SoapHttpResponse - Interface in org.camunda.connect.httpclient.soap
 
SoapHttpResponseImpl - Class in org.camunda.connect.httpclient.soap.impl
 
SoapHttpResponseImpl(CloseableHttpResponse) - Constructor for class org.camunda.connect.httpclient.soap.impl.SoapHttpResponseImpl
 
successfullyClosedResponse(CloseableConnectorResponse) - Method in class org.camunda.connect.impl.ConnectCoreLogger
 

T

target - Variable in class org.camunda.connect.impl.AbstractRequestInvocation
 
trace() - Method in interface org.camunda.connect.httpclient.HttpMethodRequest
Set TRACE as request method
trace() - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 

U

unableToExecuteRequest(Exception) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
unableToReadResponse(Exception) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
unknownHttpMethod(String) - Method in class org.camunda.connect.httpclient.impl.HttpConnectorLogger
 
unregisterConnector(String) - Static method in class org.camunda.connect.Connectors
 
unregisterConnectorInstance(String) - Method in class org.camunda.connect.Connectors
 
url(String) - Method in interface org.camunda.connect.httpclient.HttpBaseRequest
Set the url of this request.
url(String) - Method in class org.camunda.connect.httpclient.impl.AbstractHttpRequest
 

V

valueOf(String) - Static method in enum org.camunda.connect.httpclient.impl.RequestConfigOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.camunda.connect.httpclient.impl.RequestConfigOption
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2014–2022 Camunda Services GmbH. All rights reserved.