| 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. |
| 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 |
| Error | Copyright (c) MuleSoft, Inc. |
| ExtractAuthorizationCodeMessageProcessor |
| FetchAccessTokenMessageProcessor |
| 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 |
| HttpCallback | |
| HttpCallbackAdapter |
| Item | Copyright (c) MuleSoft, Inc. |
| Link | Copyright (c) MuleSoft, Inc. |
| ListDefinitionParser | |
| ListMessageProcessor | ListMessageProcessor invokes the list(java.lang.String) method in DropboxConnector. |
| 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. |
| NestedProcessorChain | |
| NotAuthorizedException |
| 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> |
| 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. |
| QuotaInformation | Copyright (c) MuleSoft, Inc. |
| RefreshTokenProcessInterceptor<T> | |
| RestoreAccessTokenCallback |
| 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. |