Uses of Class
org.wso2.carbon.connector.core.ConnectException
-
Packages that use ConnectException Package Description org.wso2.carbon.connector.core org.wso2.carbon.connector.core.connection org.wso2.carbon.connector.core.pool org.wso2.carbon.connector.core.util -
-
Uses of ConnectException in org.wso2.carbon.connector.core
Methods in org.wso2.carbon.connector.core that throw ConnectException Modifier and Type Method Description abstract void
AbstractConnector. connect(org.apache.synapse.MessageContext messageContext)
void
Connector. connect(org.apache.synapse.MessageContext messageContext)
implements the connection logic to external API or custom service patternvoid
GenerateAccessToken. connect(org.apache.synapse.MessageContext messageContext)
void
RefreshAccessToken. connect(org.apache.synapse.MessageContext messageContext)
void
RefreshAccessTokenWithExpiry. connect(org.apache.synapse.MessageContext messageContext)
protected void
GenerateAccessToken. extractAndSetPropertyAndRegistryResource(org.apache.synapse.MessageContext messageContext, String jsonResponse, org.apache.synapse.registry.Registry registry, String accessTokenRegistryPath)
protected void
RefreshAccessToken. extractAndSetPropertyAndRegistryResource(org.apache.synapse.MessageContext messageContext, String jsonResponse, org.apache.synapse.registry.Registry registry, String accessTokenRegistryPath)
protected void
RefreshAccessToken. handleRefresh(org.apache.synapse.MessageContext messageContext, org.apache.synapse.registry.Registry registry, String accessTokenRegistryPath)
protected void
GenerateAccessToken. handleTokenGeneration(org.apache.synapse.MessageContext messageContext, org.apache.synapse.registry.Registry registry, String accessTokenRegistryPath)
-
Uses of ConnectException in org.wso2.carbon.connector.core.connection
Methods in org.wso2.carbon.connector.core.connection that throw ConnectException Modifier and Type Method Description void
Connection. close()
Close the connection and cleanup resourcesvoid
Connection. connect(ConnectionConfig config)
Make the connectionConnection
ConnectionHandler. getConnection(String connector, String connectionName)
Retrieve connection by connector name and connection name -
Uses of ConnectException in org.wso2.carbon.connector.core.pool
Methods in org.wso2.carbon.connector.core.pool that throw ConnectException Modifier and Type Method Description Object
ConnectionPool. borrowObject()
void
ConnectionPool. close()
-
Uses of ConnectException in org.wso2.carbon.connector.core.util
Methods in org.wso2.carbon.connector.core.util that throw ConnectException Modifier and Type Method Description static String
ConnectorUtils. sendPost(String postData, Charset charset, org.apache.synapse.MessageContext messageContext)
-