Class Index

A C D E F G H I L M N O P Q R S U

A

AbstractConnectedProcessor  
AbstractDefinitionParser  
AbstractDefinitionParser.ParseDelegate<T>  
AbstractExpressionEvaluator  
AbstractListeningMessageProcessor<O>  
AbstractMessageProcessor<O>  
AccountInformation Copyright (c) MuleSoft, Inc. 
AuthBuilderBehaviour  
AuthorizeDefinitionParser  
AuthorizeMessageProcessor  

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. 
Chunk Copyright (c) MuleSoft, Inc. 
Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 
CopyDefinitionParser  
CopyMessageProcessor CopyMessageProcessor invokes the copy(java.lang.String, java.lang.String) method in DropboxConnector
CreateFolderDefinitionParser  
CreateFolderMessageProcessor CreateFolderMessageProcessor invokes the createFolder(java.lang.String) method in DropboxConnector

D

DefaultHttpCallback  
DefaultHttpCallback.FlowRefMessageProcessor  
DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
DeleteDefinitionParser  
DeleteMessageProcessor DeleteMessageProcessor invokes the delete(java.lang.String) method in DropboxConnector
DownloadFileDefinitionParser  
DownloadFileMessageProcessor DownloadFileMessageProcessor invokes the downloadFile(java.lang.String, boolean) method in DropboxConnector
DropboxConnector Dropbox Cloud Connector. 
DropboxConnectorCapabilitiesAdapter A DropboxConnectorCapabilitiesAdapter is a wrapper around DropboxConnector that implements org.mule.api.Capabilities interface. 
DropboxConnectorConfigDefinitionParser  
DropboxConnectorHttpCallbackAdapter  
DropboxConnectorLifecycleAdapter A DropboxConnectorLifecycleAdapter is a wrapper around DropboxConnector that adds lifecycle methods to the pojo. 
DropboxConnectorMetadataAdapater A DropboxConnectorMetadataAdapater is a wrapper around DropboxConnector that adds support for querying metadata about the extension. 
DropboxConnectorOAuth2Adapter A DropboxConnectorOAuth2Adapter is a wrapper around DropboxConnector that adds OAuth capabilites to the pojo. 
DropboxConnectorOAuthClientFactory  
DropboxConnectorOAuthManager A DropboxConnectorOAuthManager is a wrapper around DropboxConnector that adds access token management capabilities to the pojo. 
DropboxConnectorOAuthState Serializable class used to save and restore OAuth state from DropboxConnector  
DropboxConnectorProcessAdapter A DropboxConnectorProcessAdapter is a wrapper around DropboxConnector that enables custom processing strategies. 
DropboxException  
DropboxNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/dropbox
DropboxResponseHandler  
DropboxTokenExpiredException  

E

Error Copyright (c) MuleSoft, Inc. 
ExtractAuthorizationCodeMessageProcessor  

F

FetchAccessTokenMessageProcessor  

G

GetAccountDefinitionParser  
GetAccountMessageProcessor GetAccountMessageProcessor invokes the getAccount() method in DropboxConnector
GetLinkDefinitionParser  
GetLinkMessageProcessor GetLinkMessageProcessor invokes the getLink(java.lang.String, java.lang.Boolean) method in DropboxConnector
GsonFactory  
GzipBehaviour  

H

HttpCallback  
HttpCallbackAdapter  

I

Item Copyright (c) MuleSoft, Inc. 

L

Link Copyright (c) MuleSoft, Inc. 
ListDefinitionParser  
ListMessageProcessor ListMessageProcessor invokes the list(java.lang.String) method in DropboxConnector

M

ManagedAccessTokenProcessInterceptor<T>  
ManagedAccessTokenProcessTemplate<P>  
MediaTypesBuilderBehaviour  
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. 
MoveDefinitionParser  
MoveMessageProcessor MoveMessageProcessor invokes the move(java.lang.String, java.lang.String) method in DropboxConnector

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. 
OAuthProcessTemplate<P>  

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. 

Q

QuotaInformation Copyright (c) MuleSoft, Inc. 

R

RefreshTokenProcessInterceptor<T>  
RestoreAccessTokenCallback  

S

SaveAccessTokenCallback  
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. 

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. 
UnauthorizeDefinitionParser  
UnauthorizeMessageProcessor  
UploadLongStreamDefinitionParser  
UploadLongStreamMessageProcessor UploadLongStreamMessageProcessor invokes the uploadLongStream(java.io.InputStream, java.lang.Boolean, java.lang.String, java.lang.String) method in DropboxConnector
UploadStreamDefinitionParser  
UploadStreamMessageProcessor UploadStreamMessageProcessor invokes the uploadStream(java.io.InputStream, java.lang.Boolean, java.lang.String, java.lang.String) method in DropboxConnector