Spring Integration AWS Support
A B C D E F G H I L M O P R S U V W 

A

AbstractAmazonS3Operations - Class in org.springframework.integration.aws.s3.core
The common super class for any implementation of AmazonS3Operations.
AbstractAmazonS3Operations(AWSCredentials) - Constructor for class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
The constructor that accepts the AWSCredentials
AbstractAWSClientFactory<T extends AmazonWebServiceClient> - Class in org.springframework.integration.aws.core
The abstract factory class that will be used by all the client operations to acquire the appropriate implementation of the AmazonWebServiceClient based on the URL passed to the getClient method
AbstractAWSClientFactory() - Constructor for class org.springframework.integration.aws.core.AbstractAWSClientFactory
 
AbstractAWSOutboundChannelAdapterParser - Class in org.springframework.integration.aws.config.xml
The common adapter parser for all AWS Outbound channel adapters
AbstractAWSOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.aws.config.xml.AbstractAWSOutboundChannelAdapterParser
 
AbstractFileNameFilter - Class in org.springframework.integration.aws.s3
The abstract file name filter that first filters out the file if it is not eligible for filtering based on the name.
AbstractFileNameFilter() - Constructor for class org.springframework.integration.aws.s3.AbstractFileNameFilter
 
accept(String) - Method in class org.springframework.integration.aws.s3.AbstractFileNameFilter
 
accept(String) - Method in interface org.springframework.integration.aws.s3.FileNameFilter
Determines whether to accept the file with the given name or not
ACCESS_KEY - Static variable in class org.springframework.integration.aws.config.xml.AmazonWSParserUtils
 
addEventListener(FileEventHandler) - Method in interface org.springframework.integration.aws.s3.InboundLocalFileOperations
Registers an individual event handler.
addEventListener(FileEventHandler) - Method in class org.springframework.integration.aws.s3.InboundLocalFileOperationsImpl
 
addGrant(ObjectGrant) - Method in class org.springframework.integration.aws.s3.core.AmazonS3ObjectACL
A convenience method that will be used to add grants to the objects.
afterPropertiesSet() - Method in class org.springframework.integration.aws.core.PropertiesAWSCredentials
.
afterPropertiesSet() - Method in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
The implemented afterPropertiesSet method
afterPropertiesSet() - Method in class org.springframework.integration.aws.s3.InboundFileSynchronizationImpl
 
AlwaysTrueFileNamefilter - Class in org.springframework.integration.aws.s3
Simple FileNameFilter implementation that accepts all the names.
AlwaysTrueFileNamefilter() - Constructor for class org.springframework.integration.aws.s3.AlwaysTrueFileNamefilter
 
AmazonS3InboundChannelAdapterParser - Class in org.springframework.integration.aws.s3.config.xml
The channel adapter parser for the S3 inbound parser
AmazonS3InboundChannelAdapterParser() - Constructor for class org.springframework.integration.aws.s3.config.xml.AmazonS3InboundChannelAdapterParser
 
AmazonS3InboundSynchronizationMessageSource - Class in org.springframework.integration.aws.s3
The message source used to receive the File instances stored on the local file system synchronized from the S3
AmazonS3InboundSynchronizationMessageSource() - Constructor for class org.springframework.integration.aws.s3.AmazonS3InboundSynchronizationMessageSource
 
AmazonS3MessageHandler - Class in org.springframework.integration.aws.s3
The Message handler for the S3 outbound channel adapter
AmazonS3MessageHandler(AWSCredentials, AmazonS3Operations) - Constructor for class org.springframework.integration.aws.s3.AmazonS3MessageHandler
The constructor that initializes AmazonS3MessageHandler with the provided implementation of AmazonS3Operations and using the provided AWSCredentials
AmazonS3MessageHeaders - Interface in org.springframework.integration.aws.s3
Constants defining the headers containing attributes of the S3 object like File Name, User's metadata, Object metadata, Object ACL etc
AmazonS3Object - Class in org.springframework.integration.aws.s3.core
The Amazon S3 Object representing the Object in S3
AmazonS3Object(Map<String, String>, Map<String, Object>, InputStream, File, AmazonS3ObjectACL) - Constructor for class org.springframework.integration.aws.s3.core.AmazonS3Object
The default constructor
AmazonS3Object(Map<String, String>, Map<String, Object>, InputStream, File) - Constructor for class org.springframework.integration.aws.s3.core.AmazonS3Object
AmazonS3ObjectACL - Class in org.springframework.integration.aws.s3.core
The object containing the Amazon S3 Object's ACL.
AmazonS3ObjectACL() - Constructor for class org.springframework.integration.aws.s3.core.AmazonS3ObjectACL
 
AmazonS3ObjectBuilder - Class in org.springframework.integration.aws.s3
The convenience builder class for building AmazonS3Object
AmazonS3ObjectBuilder() - Constructor for class org.springframework.integration.aws.s3.AmazonS3ObjectBuilder
 
AmazonS3OperationException - Exception in org.springframework.integration.aws.s3.core
A subclass of AWSOperationException which indicates a failure in performing an operation on the object in S3.
AmazonS3OperationException(String, String, String) - Constructor for exception org.springframework.integration.aws.s3.core.AmazonS3OperationException
The constructor that instantiates with the Account's access key the bucket name and the object name
AmazonS3OperationException(String, String, String, String, Throwable) - Constructor for exception org.springframework.integration.aws.s3.core.AmazonS3OperationException
The constructor that instantiates with the Account's access key the bucket name the object name, the exception message and the actual exception
AmazonS3OperationException(String, String, String, String) - Constructor for exception org.springframework.integration.aws.s3.core.AmazonS3OperationException
The constructor that instantiates with the Account's access key the bucket name the object name, the exception message
AmazonS3OperationException(String, String, String, Throwable) - Constructor for exception org.springframework.integration.aws.s3.core.AmazonS3OperationException
The constructor that instantiates with the Account's access key the bucket name the object name, the root cause
AmazonS3Operations - Interface in org.springframework.integration.aws.s3.core
The Core interface for performing various operations on Amazon S3 like listing objects in the bucket, get an object, put an object and remove an object
AmazonS3OutboundChannelAdapterParser - Class in org.springframework.integration.aws.s3.config.xml
The namespace parser for outbound-channel-parser for the aws-s3 namespace
AmazonS3OutboundChannelAdapterParser() - Constructor for class org.springframework.integration.aws.s3.config.xml.AmazonS3OutboundChannelAdapterParser
 
AmazonSESMailSendException - Exception in org.springframework.integration.aws.ses.core
This exception will be thrown upon failure in sending a mail from Amazon SES
AmazonSESMailSendException(String, String, Throwable, Map<Object, Exception>) - Constructor for exception org.springframework.integration.aws.ses.core.AmazonSESMailSendException
 
AmazonSESMailSendException(String, String, Map<Object, Exception>) - Constructor for exception org.springframework.integration.aws.ses.core.AmazonSESMailSendException
 
AmazonSESMailSendException(String, Throwable, Map<Object, Exception>) - Constructor for exception org.springframework.integration.aws.ses.core.AmazonSESMailSendException
 
AmazonSESMailSendException(String, Map<Object, Exception>) - Constructor for exception org.springframework.integration.aws.ses.core.AmazonSESMailSendException
 
AmazonSESMessageHandler - Class in org.springframework.integration.aws.ses
The Message handler for the SES Mail.
AmazonSESMessageHandler(AWSCredentials) - Constructor for class org.springframework.integration.aws.ses.AmazonSESMessageHandler
The Default constructor that extends from the MailSendingMessageHandler and passes it an instance of DefaultAmazonSESMailSender
AmazonSESOutboundAdapterParser - Class in org.springframework.integration.aws.ses.config.xml
parse the <ses-outbound-channel-adapter/> of the "int-aws" namespace
AmazonSESOutboundAdapterParser() - Constructor for class org.springframework.integration.aws.ses.config.xml.AmazonSESOutboundAdapterParser
 
AmazonWSParserUtils - Class in org.springframework.integration.aws.config.xml
The utility class for the namespace parsers
AWSClientFactory<T extends AmazonWebServiceClient> - Interface in org.springframework.integration.aws.core
The factory interface that would be used to get the implementation of the appropriate instance of AmazonWebServiceClient
AWSCommonUtils - Class in org.springframework.integration.aws.core
The common utility methods for the
AWSCommonUtils() - Constructor for class org.springframework.integration.aws.core.AWSCommonUtils
 
AWSCredentials - Interface in org.springframework.integration.aws.core
The common interfaces for all implementations of Amazon WS Credentials
AWSNamespaceHandler - Class in org.springframework.integration.aws.config.xml
The namespace handler for "int-aws" namespace
AWSNamespaceHandler() - Constructor for class org.springframework.integration.aws.config.xml.AWSNamespaceHandler
 
AWSOperationException - Exception in org.springframework.integration.aws.core
The Base class for all other AWS operation exceptions
AWSOperationException(String) - Constructor for exception org.springframework.integration.aws.core.AWSOperationException
 
AWSOperationException(String, String) - Constructor for exception org.springframework.integration.aws.core.AWSOperationException
 
AWSOperationException(String, String, Throwable) - Constructor for exception org.springframework.integration.aws.core.AWSOperationException
 
AWSOperationException(String, Throwable) - Constructor for exception org.springframework.integration.aws.core.AWSOperationException
 
A B C D E F G H I L M O P R S U V W 
Spring Integration AWS Support