public class

JanrainConnectorMetadataAdapater

extends JanrainConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.janrain.JanrainConnector
     ↳ org.mule.modules.janrain.adapters.JanrainConnectorCapabilitiesAdapter
       ↳ org.mule.modules.janrain.adapters.JanrainConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A JanrainConnectorMetadataAdapater is a wrapper around JanrainConnector that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Fields
From class org.mule.modules.janrain.JanrainConnector
Public Constructors
JanrainConnectorMetadataAdapater()
Public Methods
String getDevkitBuild()
Returns the build of the DevKit used to create this module
String getDevkitVersion()
Returns the version of the DevKit used to create this module
String getModuleName()
Returns the user-friendly name of this module
String getModuleVersion()
Returns the version of this module
[Expand]
Inherited Methods
From class org.mule.modules.janrain.adapters.JanrainConnectorCapabilitiesAdapter
From class org.mule.modules.janrain.JanrainConnector
From class java.lang.Object
From interface org.mule.modules.janrain.basic.Capabilities
From interface org.mule.modules.janrain.basic.MetadataAware

Constants

private static final String DEVKIT_BUILD

Constant Value: "UNNAMED.1635.c9f644c"

private static final String DEVKIT_VERSION

Constant Value: "3.4.5"

private static final String MODULE_NAME

Constant Value: "Janrain"

private static final String MODULE_VERSION

Constant Value: "1.1.0"

Public Constructors

public JanrainConnectorMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

Returns the build of the DevKit used to create this module

public String getDevkitVersion ()

Returns the version of the DevKit used to create this module

public String getModuleName ()

Returns the user-friendly name of this module

public String getModuleVersion ()

Returns the version of this module