A B C D E F G H I J K L M N O P Q R S T U V W X

G

Gateway - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of mapping its parameters to a message or message payload.
GatewayInvokingMessageHandler - Class in org.springframework.integration.gateway
Will decorate 'gateway' as MessageHandler so it could be included in the chain.
GatewayInvokingMessageHandler(GenericSendAndRecieveGateway) - Constructor for class org.springframework.integration.gateway.GatewayInvokingMessageHandler
 
GatewayMethodDefinition - Class in org.springframework.integration.gateway
Represents the definition of Gateway methods, when using multiple methos per Gateway interface
GatewayMethodDefinition() - Constructor for class org.springframework.integration.gateway.GatewayMethodDefinition
 
GatewayParser - Class in org.springframework.integration.config.xml
Parser for the <gateway/> element.
GatewayParser() - Constructor for class org.springframework.integration.config.xml.GatewayParser
 
GatewayProxyFactoryBean - Class in org.springframework.integration.gateway
Generates a proxy for the provided service interface to enable interaction with messaging components without application code being aware of them.
GatewayProxyFactoryBean() - Constructor for class org.springframework.integration.gateway.GatewayProxyFactoryBean
Will initialize this Factory with he default instance of the 'gateway' interface GenericSendAndRecieveGateway which will be used by this proxy if 'service-interface' attribute is not set.
generateFileName(Message<?>) - Method in class org.springframework.integration.file.DefaultFileNameGenerator
 
generateFileName(Message<?>) - Method in interface org.springframework.integration.file.FileNameGenerator
 
GenericMessage<T> - Class in org.springframework.integration.message
Base Message class defining common properties such as id, payload, and headers.
GenericMessage(T) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given payload.
GenericMessage(T, Map<String, Object>) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given payload.
get(Object, Class<T>) - Method in class org.springframework.integration.core.MessageHeaders
 
get(Object) - Method in class org.springframework.integration.core.MessageHeaders
 
get(Object) - Method in interface org.springframework.integration.store.MessageStore
Return the Message with the given id, or null if no Message with that id exists in the MessageStore.
get(Object) - Method in class org.springframework.integration.store.SimpleMessageStore
 
getAdvice() - Method in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
getAdviceChain() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getAggregatedExceptions() - Method in exception org.springframework.integration.dispatcher.AggregateMessageDeliveryException
 
getArgumentMapVariableName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getArgumentMapVariableName(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getArgumentVariableNames(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getArgumentVariableNames(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getAttribute(String) - Method in class org.springframework.integration.aggregator.MessageBarrier
Gets the value of a given attribute from the MessageBarrier.
getAttributes(Object) - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getBeanClass(Element) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.AnnotationConfigParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.GatewayParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.SelectorChainParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.SelectorParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.ThreadPoolTaskExecutorParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.httpinvoker.config.HttpInvokerInboundGatewayParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.jms.config.JmsChannelParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
 
getBeanFactory() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getBeanName() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getBody() - Method in interface org.springframework.integration.http.HttpRequest
Return the request body as a ByteArrayOutputStream, or null if this request has no body content.
getBody() - Method in interface org.springframework.integration.http.HttpResponse
Return the body of the response as an InputStream.
getChannel() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
Subclasses must implement this method to return the channel indicators.
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelNameRouter
 
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.router.HeaderValueRouter
 
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.xml.router.XPathSingleChannelRouter
Evaluates the payload using XPathExpression.evaluateAsString(Node)
getChannelName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getChannelName(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getChannelResolver() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getComponentName() - Method in class org.springframework.integration.core.MessageHistory.Event
 
getComponentType() - Method in class org.springframework.integration.core.MessageHistory.Event
 
getConfigAttributeDefinitionForReceive() - Method in class org.springframework.integration.security.channel.ChannelAccessPolicy
 
getConfigAttributeDefinitionForSend() - Method in class org.springframework.integration.security.channel.ChannelAccessPolicy
 
getConfigAttributeDefinitions() - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getContentLength() - Method in interface org.springframework.integration.http.HttpRequest
Return the content length if known, else null.
getContentType() - Method in interface org.springframework.integration.http.HttpRequest
Return the content type for requests.
getConverter() - Method in class org.springframework.integration.xml.router.AbstractXPathRouter
 
getConverter() - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
getCorrelationId() - Method in class org.springframework.integration.core.MessageHeaders
 
getCorrelationKey(Message<?>) - Method in interface org.springframework.integration.aggregator.CorrelationStrategy
 
getCorrelationKey(Message<?>) - Method in class org.springframework.integration.aggregator.CorrelationStrategyAdapter
 
getCorrelationKey(Message<?>) - Method in class org.springframework.integration.aggregator.DefaultResequencerStrategies
 
getCorrelationKey(Message<?>) - Method in class org.springframework.integration.aggregator.HeaderAttributeCorrelationStrategy
 
getCorrelationKey() - Method in class org.springframework.integration.aggregator.MessageBarrier
 
getDefaultPollerMetadata(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getDispatcher() - Method in class org.springframework.integration.channel.AbstractSubscribableChannel
 
getDispatcher() - Method in class org.springframework.integration.channel.DirectChannel
 
getDispatcher() - Method in class org.springframework.integration.channel.ExecutorChannel
 
getDispatcher() - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
getDocumentBuilder() - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
getDocumentBuilder() - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
getErrorChannel(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getErrorChannel() - Method in class org.springframework.integration.core.MessageHeaders
 
getExceptionVariableName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getExceptionVariableName(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getExpirationDate() - Method in class org.springframework.integration.core.MessageHeaders
 
getFailedMessage() - Method in exception org.springframework.integration.core.MessagingException
 
getFirstHeader(String) - Method in interface org.springframework.integration.http.HttpResponse
Return the first header value for a given key, or null if it has no values.
getFolder() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
getGatewayClassName(Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
 
getGatewayClassName(Element) - Method in class org.springframework.integration.httpinvoker.config.HttpInvokerOutboundGatewayParser
 
getGatewayClassName(Element) - Method in class org.springframework.integration.rmi.config.RmiOutboundGatewayParser
 
getGatewayClassName(Element) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
getHandlerIterator(Message<?>, List<MessageHandler>) - Method in interface org.springframework.integration.dispatcher.LoadBalancingStrategy
 
getHandlerIterator(Message<?>, List<MessageHandler>) - Method in class org.springframework.integration.dispatcher.RoundRobinLoadBalancingStrategy
Returns an iterator that starts at a new point in the list every time the first part of the list that is skipped will be used at the end of the iteration, so it guarantees all handlers are returned once on subsequent next() invocations.
getHandlers() - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
Returns a copied, unmodifiable List of this dispatcher's handlers.
getHeaderExpressions(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getHeaderExpressions(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getHeaders() - Method in interface org.springframework.integration.core.Message
 
getHeaders() - Method in interface org.springframework.integration.http.HttpResponse
Return all response headers as a map.
getHeaders(String) - Method in interface org.springframework.integration.http.HttpResponse
Return all header values for a given key, or null if it has no values.
getHeaders() - Method in class org.springframework.integration.message.GenericMessage
 
getHistory() - Method in class org.springframework.integration.core.MessageHeaders
 
getHttpClient() - Method in class org.springframework.integration.http.CommonsHttpRequestExecutor
Return the HttpClient instance that this request executor uses.
getId() - Method in class org.springframework.integration.core.MessageHeaders
 
getInputChannelAttributeName() - Method in class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.file.config.FileOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.http.config.HttpOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
getInterceptors() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Exposes the interceptor list for subclasses.
getJmsTemplate() - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
getMaxMessagesPerPoll() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getMessage() - Method in class org.springframework.integration.event.MessagingEvent
 
getMessage() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getMessages() - Method in class org.springframework.integration.aggregator.MessageBarrier
 
getMesssageCount() - Method in class org.springframework.integration.channel.QueueChannel
 
getMethod() - Method in class org.springframework.integration.aggregator.MessageListMethodAdapter
 
getMethodInvocation() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getMethodNameVariableName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getMethodNameVariableName(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getMethodToChannelMap() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getName() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Return the name of this channel.
getName() - Method in class org.springframework.integration.channel.NullChannel
 
getName() - Method in interface org.springframework.integration.core.MessageChannel
Return the name of this channel.
getName() - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.result.DomResultFactory
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
getNewTransformer() - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
getObject() - Method in class org.springframework.integration.aggregator.MethodInvokingAggregatorFactoryBean
 
getObject() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
getObject() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
getObject() - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
getObject() - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
getObject() - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
getObject() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getObject() - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
getObjectType() - Method in class org.springframework.integration.aggregator.MethodInvokingAggregatorFactoryBean
 
getObjectType() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
getObjectType() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
getObjectType() - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
getObjectType() - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
getObjectType() - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
getObjectType() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getObjectType() - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
getOrder() - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
getOrder() - Method in class org.springframework.integration.handler.DelayHandler
 
getOrder() - Method in class org.springframework.integration.handler.MessageHandlerChain
 
getOrder() - Method in class org.springframework.integration.handler.MethodInvokingMessageHandler
 
getOrder() - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
getOutputChannel() - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
getPatterns() - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getPayload() - Method in interface org.springframework.integration.core.Message
 
getPayload() - Method in class org.springframework.integration.message.GenericMessage
 
getPayloadExpression(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getPayloadExpression(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getPhase() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
getPhase() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
getPhase() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getPhase() - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
getPointcut() - Method in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
getPriority() - Method in class org.springframework.integration.core.MessageHeaders
 
getPropertyValue(Object, String) - Static method in class org.springframework.integration.test.util.TestUtils
 
getPropertyValue(Object, String, Class<T>) - Static method in class org.springframework.integration.test.util.TestUtils
 
getReceiveTimeout() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getRemainingCapacity() - Method in class org.springframework.integration.channel.QueueChannel
 
getReplyChannel() - Method in class org.springframework.integration.core.MessageHeaders
 
getReplyChannelName() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getReplyTimeout() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getRequestChannelName() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getRequestMethod() - Method in interface org.springframework.integration.http.HttpRequest
Return the request method ("GET", "POST", etc).
getRequestTimeout() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getRequiredTaskScheduler(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getReturnValueVariableName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getReturnValueVariableName(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getSecureObjectClass() - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
 
getSequenceNumber() - Method in class org.springframework.integration.core.MessageHeaders
 
getSequenceSize() - Method in class org.springframework.integration.core.MessageHeaders
 
getStatusCode() - Method in exception org.springframework.integration.http.ResponseStatusCodeException
 
getTargetUrl() - Method in interface org.springframework.integration.http.HttpRequest
Return the target URL for this request.
getTaskExecutor() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getTaskScheduler(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getTaskScheduler() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getTimestamp() - Method in class org.springframework.integration.aggregator.MessageBarrier
Returns the creation time of this barrier as the number of milliseconds since January 1, 1970.
getTimestamp() - Method in class org.springframework.integration.core.MessageHeaders
 
getTimestamp() - Method in class org.springframework.integration.core.MessageHistory.Event
 
getTransactionDefinition() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getTransactionManager() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getTransformer() - Method in class org.springframework.integration.xml.source.StringSourceFactory
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.AbstractTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.HeaderEnricherParserSupport
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.ObjectToStringTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.PayloadDeserializingTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.PayloadSerializingTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.file.config.FileToByteArrayTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.file.config.FileToStringTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.mail.config.MailToStringTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.xml.config.MarshallingTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.xml.config.UnmarshallingTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
getTransformOnSend() - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
getTrigger() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getTypeConverter() - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
getWebServiceTemplate() - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
getXPathExpresion() - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
getXPathExpression() - Method in class org.springframework.integration.xml.router.AbstractXPathRouter
 

A B C D E F G H I J K L M N O P Q R S T U V W X