public class OpenAPIDslOperationConnection extends OpenAPIOperationConnection
DEFAULT_CONNECT_TIMEOUT, DEFAULT_READ_TIMEOUT
Constructor and Description |
---|
OpenAPIDslOperationConnection(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getHttpMethod()
Gets the OpenAPI DSL HTTP method from the connector action / operation field.Extracts the HTTP method from
ObjectTypeId set during browse and accounts for the possibility of multiple ":"s in the ObjectTypeId
|
String |
getPath()
Gets the OpenAPI DSL configured Path to execute upon.
|
addCookiesToStore, getAPIAuthenticationKeys, getAPIAuthenticationType, getClient, getEntityContentType, getRequestCookie, getResponseCookie, isAPIAuthentication, isAPIAuthenticationEnabled
buildRequestConfig, configureCookieScope, doPreemptiveAuthentication, getAuthenticationCredentials, getAuthSchemeProviders, getHttpClient, getHttpContext, getRedirectStrategy, getRetryHandler, useSystemProperties
getAuthenticationType, getAWSAccessKey, getAWSRegion, getAWSSecretKey, getAWSService, getConnectionProperty, getConnectTimeout, getCookieScope, getCustomAuthCredentials, getDomain, getOAuthContext, getPassword, getPreemptive, getPrivateKeyStore, getPublicKeyStore, getReadTimeout, getUrl, getUsername, getWorkstation, isConnectionPoolingEnabled
generateConnectionInfo, generateConnectionInfo, getConnector, getContext, getOperationContext
public OpenAPIDslOperationConnection(OperationContext context)
public String getPath()
getPath
in class OpenAPIOperationConnection
public String getHttpMethod()
getHttpMethod
in class RestConnection<OperationContext>