Class Index

A C D G H L M N O P R S U

A

AbstractConnectedProcessor  
AbstractDefinitionParser  
AbstractDefinitionParser.ParseDelegate<T>  
AbstractExpressionEvaluator  
AbstractListeningMessageProcessor<O>  
AbstractMessageProcessor<O>  
AddPermissionDefinitionParser  
AddPermissionMessageProcessor AddPermissionMessageProcessor invokes the addPermission(com.amazonaws.services.sns.model.AddPermissionRequest) method in AmazonSNSConnector
AddPermissionRequestExpressionHolder  
AddPermissionRequestExpressionHolderTransformer  
AmazonSNSConnector Amazon Simple Notification Service (Amazon SNS) is a web service that makes it easy to set up, operate, and send notifications from the cloud. 
AmazonSNSConnectorCapabilitiesAdapter A AmazonSNSConnectorCapabilitiesAdapter is a wrapper around AmazonSNSConnector that implements org.mule.api.Capabilities interface. 
AmazonSNSConnectorConfigDefinitionParser  
AmazonSNSConnectorConnectionFactory  
AmazonSNSConnectorConnectionIdentifierAdapter A AmazonSNSConnectorConnectionIdentifierAdapter is a wrapper around AmazonSNSConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. 
AmazonSNSConnectorConnectionKey A tuple of connection parameters  
AmazonSNSConnectorConnectionManager A AmazonSNSConnectorConnectionManager is a wrapper around AmazonSNSConnector that adds connection management capabilities to the pojo. 
AmazonSNSConnectorLifecycleAdapter A AmazonSNSConnectorLifecycleAdapter is a wrapper around AmazonSNSConnector that adds lifecycle methods to the pojo. 
AmazonSNSConnectorMetadataAdapater A AmazonSNSConnectorMetadataAdapater is a wrapper around AmazonSNSConnector that adds support for querying metadata about the extension. 
AmazonSNSConnectorProcessAdapter A AmazonSNSConnectorProcessAdapter is a wrapper around AmazonSNSConnector that enables custom processing strategies. 

C

Capabilities This interface is implemented for every org.mule.api.annotations.Module annotated class, to dynamically query what its capabilities are. 
Capability Enumeration of possible capabilities of Mule modules. 
ConfirmSubscriptionDefinitionParser  
ConfirmSubscriptionMessageProcessor ConfirmSubscriptionMessageProcessor invokes the confirmSubscription(com.amazonaws.services.sns.model.ConfirmSubscriptionRequest) method in AmazonSNSConnector
ConfirmSubscriptionRequestExpressionHolder  
ConfirmSubscriptionRequestExpressionHolderTransformer  
Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 
CreateTopicDefinitionParser  
CreateTopicMessageProcessor CreateTopicMessageProcessor invokes the createTopic(com.amazonaws.services.sns.model.CreateTopicRequest) method in AmazonSNSConnector
CreateTopicRequestExpressionHolder  
CreateTopicRequestExpressionHolderTransformer  

D

DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
DeleteTopicDefinitionParser  
DeleteTopicMessageProcessor DeleteTopicMessageProcessor invokes the deleteTopic(com.amazonaws.services.sns.model.DeleteTopicRequest) method in AmazonSNSConnector
DeleteTopicRequestExpressionHolder  
DeleteTopicRequestExpressionHolderTransformer  

G

GetSubscriptionAttributesDefinitionParser  
GetSubscriptionAttributesMessageProcessor GetSubscriptionAttributesMessageProcessor invokes the getSubscriptionAttributes(com.amazonaws.services.sns.model.GetSubscriptionAttributesRequest) method in AmazonSNSConnector
GetSubscriptionAttributesRequestExpressionHolder  
GetSubscriptionAttributesRequestExpressionHolderTransformer  
GetTopicAttributesDefinitionParser  
GetTopicAttributesMessageProcessor GetTopicAttributesMessageProcessor invokes the getTopicAttributes(com.amazonaws.services.sns.model.GetTopicAttributesRequest) method in AmazonSNSConnector
GetTopicAttributesRequestExpressionHolder  
GetTopicAttributesRequestExpressionHolderTransformer  

H

HttpCallback  
HttpCallbackAdapter  

L

ListSubscriptionsByTopicDefinitionParser  
ListSubscriptionsByTopicMessageProcessor ListSubscriptionsByTopicMessageProcessor invokes the listSubscriptionsByTopic(com.amazonaws.services.sns.model.ListSubscriptionsByTopicRequest) method in AmazonSNSConnector
ListSubscriptionsByTopicRequestExpressionHolder  
ListSubscriptionsByTopicRequestExpressionHolderTransformer  
ListSubscriptionsDefinitionParser  
ListSubscriptionsMessageProcessor ListSubscriptionsMessageProcessor invokes the listSubscriptions(com.amazonaws.services.sns.model.ListSubscriptionsRequest) method in AmazonSNSConnector
ListSubscriptionsRequestExpressionHolder  
ListSubscriptionsRequestExpressionHolderTransformer  
ListTopicsDefinitionParser  
ListTopicsMessageProcessor ListTopicsMessageProcessor invokes the listTopics(com.amazonaws.services.sns.model.ListTopicsRequest) method in AmazonSNSConnector
ListTopicsRequestExpressionHolder  
ListTopicsRequestExpressionHolderTransformer  

M

ManagedConnectionProcessInterceptor<T>  
ManagedConnectionProcessTemplate<P>  
MetadataAware This interface is implemented for every org.mule.api.annotations.Module and org.mule.api.annotations.Connector annotated class and its purpose is to define a contract to query the annotated class about its metadata. 

N

NestedProcessorChain  
NotAuthorizedException  

O

OAuth1Adapter  
OAuth2Adapter  
OAuthAdapter  
OAuthManager<C extends OAuthAdapter> Wrapper around org.mule.api.annotations.oauth.OAuth annotated class that will infuse it with access token management capabilities. 

P

PoolManager  
ProcessAdapter<O>  
ProcessCallback<T, O> Callback with logic to execute within a controlled environment provided by ProcessTemplate 
ProcessCallbackProcessInterceptor<T, O>  
ProcessInterceptor<T, O>  
ProcessTemplate<T, O> ProcessTemplate provides a processing context for message processing. 
PublishDefinitionParser  
PublishMessageProcessor PublishMessageProcessor invokes the publish(com.amazonaws.services.sns.model.PublishRequest) method in AmazonSNSConnector
PublishRequestExpressionHolder  
PublishRequestExpressionHolderTransformer  

R

RegionEndpoint Enum for including Region endpoints 
RegionEndpointEnumTransformer  
RemovePermissionDefinitionParser  
RemovePermissionMessageProcessor RemovePermissionMessageProcessor invokes the removePermission(com.amazonaws.services.sns.model.RemovePermissionRequest) method in AmazonSNSConnector
RemovePermissionRequestExpressionHolder  
RemovePermissionRequestExpressionHolderTransformer  
RestoreAccessTokenCallback  
RetryProcessInterceptor<T, O>  

S

SaveAccessTokenCallback  
SetSubscriptionAttributesDefinitionParser  
SetSubscriptionAttributesMessageProcessor SetSubscriptionAttributesMessageProcessor invokes the setSubscriptionAttributes(com.amazonaws.services.sns.model.SetSubscriptionAttributesRequest) method in AmazonSNSConnector
SetSubscriptionAttributesRequestExpressionHolder  
SetSubscriptionAttributesRequestExpressionHolderTransformer  
SetTopicAttributesDefinitionParser  
SetTopicAttributesMessageProcessor SetTopicAttributesMessageProcessor invokes the setTopicAttributes(com.amazonaws.services.sns.model.SetTopicAttributesRequest) method in AmazonSNSConnector
SetTopicAttributesRequestExpressionHolder  
SetTopicAttributesRequestExpressionHolderTransformer  
SnsNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/sns
SourceCallback Callback interface used by org.mule.api.annotations.Source annotated methods to dispatch messages. 
SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 
StopSourceCallback Callback returned by methods that are annotated with @Source

It will be executed when the MessageSource is being stopped. 

SubscribeDefinitionParser  
SubscribeMessageProcessor SubscribeMessageProcessor invokes the subscribe(com.amazonaws.services.sns.model.SubscribeRequest) method in AmazonSNSConnector
SubscribeRequestExpressionHolder  
SubscribeRequestExpressionHolderTransformer  

U

UnableToAcquireAccessTokenException Exception thrown when the access token needed for accessing a protected resource cannot be acquired  
UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
UnableToAcquireRequestTokenException Exception thrown when the request token needed for building the authorization URL cannot be acquired  
UnableToReleaseConnectionException Exception thrown when the release connection operation of the connection manager fails. 
UnsubscribeDefinitionParser  
UnsubscribeMessageProcessor UnsubscribeMessageProcessor invokes the unsubscribe(com.amazonaws.services.sns.model.UnsubscribeRequest) method in AmazonSNSConnector
UnsubscribeRequestExpressionHolder  
UnsubscribeRequestExpressionHolderTransformer