Contact Us 1-800-596-4880

DevKit Connector Examples

The set of example connectors provided with the Anypoint Connector DevKit documentation illustrate a range of concepts and techniques to apply when building connectors for a variety of use cases. This document summarizes the available example connectors and what topics each one illustrates.

Assumptions

This document assumes that you are familiar with:

To work with these samples, create a development environment with the instructions in Setting Up a DevKit Development Environment.

Connector Examples

Connector Example Description

Dropbox

OAuth1 Example Connector

A simple connector to Dropbox that implements OAuth1.

Twitter

Java Client Library Example Connector

Official MuleSoft Twitter connector based on the widely used, unofficial twitter4j client library.

SunSetRise

SOAP Service Example Connector with CXF

The de facto standard for building and consuming SOAP Web services.

Dropbox

Example Connector to RESTful Service with Jersey Client

Flexible access to any RESTful API.

@RESTCall Annotations

Example Connector using RESTCall Annotations

DevKit’s built-in client for simple RESTful APIs.

See Also