Skip navigation links
B C D G I M O P S T V 

B

buildUri(String, Map<String, Object>) - Method in class org.apache.camel.component.aws.sns.SnsEndpointUriFactory
 

C

configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws.sns.SnsComponentConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.aws.sns.SnsEndpointConfigurer
 
copy() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
createConsumer(Processor) - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.aws.sns.SnsComponent
 
createProducer() - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 

D

doInit() - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 
doStop() - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 

G

getAccessKey() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getAllOptions(Object) - Method in class org.apache.camel.component.aws.sns.SnsComponentConfigurer
 
getAllOptions(Object) - Method in class org.apache.camel.component.aws.sns.SnsEndpointConfigurer
 
getAmazonSNSClient() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getAmazonSQSClient() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getConfiguration() - Method in class org.apache.camel.component.aws.sns.SnsComponent
 
getConfiguration() - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 
getConfiguration() - Method in class org.apache.camel.component.aws.sns.SnsProducer
 
getEndpoint() - Method in class org.apache.camel.component.aws.sns.SnsProducer
 
getHeaderFilterStrategy() - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 
getKmsMasterKeyId() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getMessageForResponse(Exchange) - Static method in class org.apache.camel.component.aws.sns.SnsProducer
 
getMessageStructure() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws.sns.SnsComponentConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.aws.sns.SnsEndpointConfigurer
 
getPolicy() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getProxyHost() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getProxyPort() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getProxyProtocol() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getQueueUrl() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getRegion() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getSecretKey() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getSNSClient() - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 
getSubject() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getTopicArn() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
getTopicName() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 

I

initialize() - Method in class org.apache.camel.component.aws.sns.SnsHeaderFilterStrategy
 
isAutoCreateTopic() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
isAutoDiscoverClient() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
isEnabled(String) - Method in class org.apache.camel.component.aws.sns.SnsEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.aws.sns.SnsEndpointUriFactory
 
isServerSideEncryptionEnabled() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 
isSubscribeSNStoSQS() - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
 

M

MESSAGE_ID - Static variable in interface org.apache.camel.component.aws.sns.SnsConstants
 
MESSAGE_STRUCTURE - Static variable in interface org.apache.camel.component.aws.sns.SnsConstants
 

O

org.apache.camel.component.aws.sns - package org.apache.camel.component.aws.sns
 

P

process(Exchange) - Method in class org.apache.camel.component.aws.sns.SnsProducer
 
propertyNames() - Method in class org.apache.camel.component.aws.sns.SnsEndpointUriFactory
 

S

secretPropertyNames() - Method in class org.apache.camel.component.aws.sns.SnsEndpointUriFactory
 
setAccessKey(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
Amazon AWS Access Key
setAmazonSNSClient(AmazonSNS) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
To use the AmazonSNS as the client
setAmazonSQSClient(AmazonSQS) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
An SQS Client to use as bridge between SNS and SQS
setAutoCreateTopic(boolean) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
Setting the autocreation of the topic
setAutoDiscoverClient(boolean) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking.
setConfiguration(SnsConfiguration) - Method in class org.apache.camel.component.aws.sns.SnsComponent
The component configuration
setConfiguration(SnsConfiguration) - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 
setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
To use a custom HeaderFilterStrategy to map headers to/from Camel.
setKmsMasterKeyId(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
The ID of an AWS-managed customer master key (CMK) for Amazon SNS or a custom CMK.
setMessageStructure(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
The message structure to use such as json
setPolicy(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
The policy for this queue
setProxyHost(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
To define a proxy host when instantiating the SNS client
setProxyPort(Integer) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
To define a proxy port when instantiating the SNS client
setProxyProtocol(Protocol) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
To define a proxy protocol when instantiating the SNS client
setQueueUrl(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
The queueUrl to subscribe to
setRegion(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
The region in which SNS client needs to work.
setSecretKey(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
Amazon AWS Secret Key
setServerSideEncryptionEnabled(boolean) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
Define if Server Side Encryption is enabled or not on the topic
setSNSClient(AmazonSNS) - Method in class org.apache.camel.component.aws.sns.SnsEndpoint
 
setSubject(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
The subject which is used if the message header 'CamelAwsSnsSubject' is not present.
setSubscribeSNStoSQS(boolean) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
Define if the subscription between SNS Topic and SQS must be done or not
setTopicArn(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
The Amazon Resource Name (ARN) assigned to the created topic.
setTopicName(String) - Method in class org.apache.camel.component.aws.sns.SnsConfiguration
The name of the topic
SnsComponent - Class in org.apache.camel.component.aws.sns
 
SnsComponent() - Constructor for class org.apache.camel.component.aws.sns.SnsComponent
 
SnsComponent(CamelContext) - Constructor for class org.apache.camel.component.aws.sns.SnsComponent
 
SnsComponentConfigurer - Class in org.apache.camel.component.aws.sns
Generated by camel build tools - do NOT edit this file!
SnsComponentConfigurer() - Constructor for class org.apache.camel.component.aws.sns.SnsComponentConfigurer
 
SnsComponentVerifierExtension - Class in org.apache.camel.component.aws.sns
 
SnsComponentVerifierExtension() - Constructor for class org.apache.camel.component.aws.sns.SnsComponentVerifierExtension
 
SnsComponentVerifierExtension(String) - Constructor for class org.apache.camel.component.aws.sns.SnsComponentVerifierExtension
 
SnsConfiguration - Class in org.apache.camel.component.aws.sns
 
SnsConfiguration() - Constructor for class org.apache.camel.component.aws.sns.SnsConfiguration
 
SnsConstants - Interface in org.apache.camel.component.aws.sns
Constants used in Camel AWS SNS module
SnsEndpoint - Class in org.apache.camel.component.aws.sns
Send messages to an AWS Simple Notification Topic.
SnsEndpoint(String, Component, SnsConfiguration) - Constructor for class org.apache.camel.component.aws.sns.SnsEndpoint
 
SnsEndpointConfigurer - Class in org.apache.camel.component.aws.sns
Generated by camel build tools - do NOT edit this file!
SnsEndpointConfigurer() - Constructor for class org.apache.camel.component.aws.sns.SnsEndpointConfigurer
 
SnsEndpointUriFactory - Class in org.apache.camel.component.aws.sns
Generated by camel build tools - do NOT edit this file!
SnsEndpointUriFactory() - Constructor for class org.apache.camel.component.aws.sns.SnsEndpointUriFactory
 
SnsHeaderFilterStrategy - Class in org.apache.camel.component.aws.sns
 
SnsHeaderFilterStrategy() - Constructor for class org.apache.camel.component.aws.sns.SnsHeaderFilterStrategy
 
SnsProducer - Class in org.apache.camel.component.aws.sns
A Producer which sends messages to the Amazon Web Service Simple Notification Service AWS SNS
SnsProducer(Endpoint) - Constructor for class org.apache.camel.component.aws.sns.SnsProducer
 
SUBJECT - Static variable in interface org.apache.camel.component.aws.sns.SnsConstants
 

T

toString() - Method in class org.apache.camel.component.aws.sns.SnsProducer
 

V

verifyConnectivity(Map<String, Object>) - Method in class org.apache.camel.component.aws.sns.SnsComponentVerifierExtension
 
verifyParameters(Map<String, Object>) - Method in class org.apache.camel.component.aws.sns.SnsComponentVerifierExtension
 
B C D G I M O P S T V 
Skip navigation links

Apache Camel