This repository contains the core components required by WSO2 Micro Integrator connectors.
The mi-connector-core
project provides the essential classes and interfaces for developing connectors for the WSO2 Micro Integrator. It includes utilities for handling connections, managing configurations, and processing requests and responses.
- Abstract classes and interfaces for connector development
- Connection pooling and management
- Utilities for handling JSON and XML payloads
- OAuth 2.0 token generation and refresh support
To use the core components in your connector project, add the following dependency to your pom.xml:
<dependency>
<groupId>org.wso2.integration.connector.core</groupId>
<artifactId>mi-connector-core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
To build the project, run the following Maven command:
mvn clean install
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.