public class

DrupalClientFactory

extends Object
java.lang.Object
   ↳ org.mule.modules.drupal.client.DrupalClientFactory

Class Overview

Drupal Rest Client Factory.

Summary

Public Constructors
DrupalClientFactory()
Public Methods
static DrupalClient getClient(String server, int port, String apiUrl)
Returns an instance of DrupalRestClient
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DrupalClientFactory ()

Public Methods

public static DrupalClient getClient (String server, int port, String apiUrl)

Returns an instance of DrupalRestClient

Parameters
server Endpoint to connect
port Port number
apiUrl Url of the api under the server
Returns
  • Instance configured with the values.