public class

AmazonSNSConnectorMetadataAdapater

extends AmazonSNSConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.sns.AmazonSNSConnector
     ↳ org.mule.modules.sns.adapters.AmazonSNSConnectorCapabilitiesAdapter
       ↳ org.mule.modules.sns.adapters.AmazonSNSConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A AmazonSNSConnectorMetadataAdapater is a wrapper around AmazonSNSConnector 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.sns.AmazonSNSConnector
Public Constructors
AmazonSNSConnectorMetadataAdapater()
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.sns.adapters.AmazonSNSConnectorCapabilitiesAdapter
From class org.mule.modules.sns.AmazonSNSConnector
From class java.lang.Object
From interface org.mule.modules.sns.basic.Capabilities
From interface org.mule.modules.sns.basic.MetadataAware

Constants

private static final String DEVKIT_BUILD

Constant Value: "3.4.0.1555.8df15c1"

private static final String DEVKIT_VERSION

Constant Value: "3.4.0"

private static final String MODULE_NAME

Constant Value: "Amazon SNS"

private static final String MODULE_VERSION

Constant Value: "1.1"

Public Constructors

public AmazonSNSConnectorMetadataAdapater ()

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