Service implementations

For each service declared in the service declaration file, there must be an implementation present inside the respective factoryClass.

The Content Integration Framework provides an SDK to streamline the service implementation and facilitates rapid development of plugins. The Content Integration SDK allows two different approaches for service implementations: RESTful and Functional.

This section will provide a brief introduction to these approaches. For additional information, refer the asset-integration-starter project.

This topic also introduces certain types, interfaces, their generic type parameters, and enums from Content Integration SDK. For additional details, see Plugin Development SDK.