| AbstractConnectedProcessor | |
| AbstractDefinitionParser | |
| AbstractDefinitionParser.ParseDelegate<T> | |
| AbstractExpressionEvaluator | |
| AbstractListeningMessageProcessor<O> | |
| AbstractMessageProcessor<O> | |
| AccessControlList | A wrapper over CannedAccessControlList, as a workaround over mule cloud connector api issue regarding enums processing |
| AccessControlListEnumTransformer |
| BucketWebsiteConfigurationExpressionHolder | |
| BucketWebsiteConfigurationExpressionHolderTransformer |
| FileS3ObjectContent |
| HttpCallback | |
| HttpCallbackAdapter |
| InputStreamS3ObjectContent | |
| InternalUtils | Hub for some misc class methods |
| KeyVersion | An KeyVersion is a unique identifier of an S3Object inside of a bucket, with optional
versioning support
|
| KeyVersionExpressionHolder | |
| KeyVersionExpressionHolderTransformer |
| ListBucketsDefinitionParser | |
| ListBucketsMessageProcessor | ListBucketsMessageProcessor invokes the listBuckets() method in S3Connector. |
| ListObjectsDefinitionParser | |
| ListObjectsMessageProcessor | ListObjectsMessageProcessor invokes the listObjects(java.lang.String, java.lang.String) method in S3Connector. |
| ListObjectVersionsDefinitionParser | |
| ListObjectVersionsMessageProcessor | ListObjectVersionsMessageProcessor invokes the listObjectVersions(java.lang.String) method in S3Connector. |
| 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. |
| 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. |
| 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. |
| S3Connector | Amazon S3 (Simple Storage Service) is an online storage web service offered by Amazon Web Services. |
| S3ConnectorCapabilitiesAdapter | A S3ConnectorCapabilitiesAdapter is a wrapper around S3Connector that implements org.mule.api.Capabilities interface. |
| S3ConnectorConfigDefinitionParser | |
| S3ConnectorConnectionFactory | |
| S3ConnectorConnectionIdentifierAdapter | A S3ConnectorConnectionIdentifierAdapter is a wrapper around S3Connector that implements org.mule.devkit.dynamic.api.helper.Connection interface. |
| S3ConnectorConnectionKey | A tuple of connection parameters |
| S3ConnectorConnectionManager | A S3ConnectorConnectionManager is a wrapper around S3Connector that adds connection management capabilities to the pojo. |
| S3ConnectorLifecycleAdapter | A S3ConnectorLifecycleAdapter is a wrapper around S3Connector that adds lifecycle methods to the pojo. |
| S3ConnectorMetadataAdapater | A S3ConnectorMetadataAdapater is a wrapper around S3Connector that adds support for querying metadata about the extension. |
| S3ConnectorProcessAdapter | A S3ConnectorProcessAdapter is a wrapper around S3Connector that enables custom processing strategies. |
| S3ContentUtils | |
| S3NamespaceHandler | Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/s3. |
| S3ObjectId | An S3ObjectId is a unique identifier of an S3Object, with optional
versioning support
|
| SaveAccessTokenCallback | |
| SetBucketPolicyDefinitionParser | |
| SetBucketPolicyMessageProcessor | SetBucketPolicyMessageProcessor invokes the setBucketPolicy(java.lang.String, java.lang.String) method in S3Connector. |
| SetBucketVersioningStatusDefinitionParser | |
| SetBucketVersioningStatusMessageProcessor | SetBucketVersioningStatusMessageProcessor invokes the setBucketVersioningStatus(java.lang.String, org.mule.module.s3.simpleapi.VersioningStatus) method in S3Connector. |
| SetBucketWebsiteConfigurationDefinitionParser | |
| SetBucketWebsiteConfigurationMessageProcessor | SetBucketWebsiteConfigurationMessageProcessor invokes the setBucketWebsiteConfiguration(java.lang.String, com.amazonaws.services.s3.model.BucketWebsiteConfiguration) method in S3Connector. |
| SetObjectStorageClassDefinitionParser | |
| SetObjectStorageClassMessageProcessor | SetObjectStorageClassMessageProcessor invokes the setObjectStorageClass(java.lang.String, java.lang.String, org.mule.module.s3.StorageClass) method in S3Connector. |
| SimpleAmazonS3 | A Amazon S3 facade roughly based on com.amazonaws.services.s3.AmazonS3 interface, but that simplifies it by adding consistent versioning support. |
| SimpleAmazonS3.S3ObjectContent | The content to be uploaded to S3, capable of creating a PutObjectRequest. |
| SimpleAmazonS3AmazonDevKitImpl | |
| 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. |
| StorageClass | A wrapper over com.amazonaws.services.s3.model.StorageClass, as a workaround over mule cloud connector api issue regarding enums processing |
| StorageClassEnumTransformer | |
| StringToDateTransformer |
| 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. |
| VersioningStatus | The posible versioning status. |
| VersioningStatusEnumTransformer |