- CACHE_CONTROL - Static variable in class org.wso2.carbon.connector.core.GenerateAccessToken
-
- CACHE_CONTROL - Static variable in class org.wso2.carbon.connector.core.RefreshAccessToken
-
- checkIfConnectionExists(String, String) - Method in class org.wso2.carbon.connector.core.connection.ConnectionHandler
-
Check if a connection exists for the connector by the same connection name
- close() - Method in interface org.wso2.carbon.connector.core.connection.Connection
-
Close the connection and cleanup resources
- close() - Method in class org.wso2.carbon.connector.core.pool.ConnectionPool
-
- Configuration - Class in org.wso2.carbon.connector.core.pool
-
Holds the connection pool configurations
- Configuration() - Constructor for class org.wso2.carbon.connector.core.pool.Configuration
-
- connect(MessageContext) - Method in class org.wso2.carbon.connector.core.AbstractConnector
-
- connect(ConnectionConfig) - Method in interface org.wso2.carbon.connector.core.connection.Connection
-
Make the connection
- connect(MessageContext) - Method in interface org.wso2.carbon.connector.core.Connector
-
implements the connection logic to external API or custom service pattern
- connect(MessageContext) - Method in class org.wso2.carbon.connector.core.GenerateAccessToken
-
- connect(MessageContext) - Method in class org.wso2.carbon.connector.core.RefreshAccessToken
-
- connect(MessageContext) - Method in class org.wso2.carbon.connector.core.RefreshAccessTokenWithExpiry
-
- ConnectException - Exception in org.wso2.carbon.connector.core
-
- ConnectException(Throwable) - Constructor for exception org.wso2.carbon.connector.core.ConnectException
-
- ConnectException(String) - Constructor for exception org.wso2.carbon.connector.core.ConnectException
-
- ConnectException(Throwable, String) - Constructor for exception org.wso2.carbon.connector.core.ConnectException
-
- Connection - Interface in org.wso2.carbon.connector.core.connection
-
Represents a base connection that other
connections should implement
- ConnectionConfig - Class in org.wso2.carbon.connector.core.connection
-
Connection Config
- ConnectionConfig() - Constructor for class org.wso2.carbon.connector.core.connection.ConnectionConfig
-
- ConnectionFactory - Interface in org.wso2.carbon.connector.core.pool
-
This class wraps the PoolableObjectFactory
Defines how the connection objects are created, validated and destroyed
- ConnectionHandler - Class in org.wso2.carbon.connector.core.connection
-
Handles the connections
- ConnectionPool - Class in org.wso2.carbon.connector.core.pool
-
Represents a connection pool
- ConnectionPool(ConnectionFactory, Configuration) - Constructor for class org.wso2.carbon.connector.core.pool.ConnectionPool
-
- Connector - Interface in org.wso2.carbon.connector.core
-
- ConnectorUtils - Class in org.wso2.carbon.connector.core.util
-
- ConnectorUtils() - Constructor for class org.wso2.carbon.connector.core.util.ConnectorUtils
-
- Constants - Class in org.wso2.carbon.connector.core.util
-
Contains constant values
- Constants() - Constructor for class org.wso2.carbon.connector.core.util.Constants
-
- ContentBuilderException - Exception in org.wso2.carbon.connector.core.exception
-
Exception thrown when an error occurs during building content for further mediation
- ContentBuilderException(String, Throwable) - Constructor for exception org.wso2.carbon.connector.core.exception.ContentBuilderException
-
- createConnection(String, String, ConnectionFactory, Configuration) - Method in class org.wso2.carbon.connector.core.connection.ConnectionHandler
-
Creates a new connection pool and stores the connection
- createConnection(String, String, Connection) - Method in class org.wso2.carbon.connector.core.connection.ConnectionHandler
-
Stores a new single connection