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

T

TARGET_BEAN_NAME - Static variable in class org.springframework.integration.control.ControlBus
 
TASK_SCHEDULER_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
TcpNetReceivingChannelAdapter - Class in org.springframework.integration.ip.tcp
Tcp Receiving Channel adapter that uses a Socket.
TcpNetReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
Constructs a TcpNetReceivingChannelAdapter that listens on the port.
TcpNetSendingMessageHandler - Class in org.springframework.integration.ip.tcp
TCP Sending Channel Adapter that that uses a Socket.
TcpNetSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
Constructs a TcpNetSendingMessageHandler that sends data to the specified host and port.
TcpNioReceivingChannelAdapter - Class in org.springframework.integration.ip.tcp
Tcp Receiving Channel adapter that uses a SocketChannel.
TcpNioReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
Constructs a TcpNioReceivingChannelAdapter to listen on the port.
TcpNioSendingMessageHandler - Class in org.springframework.integration.ip.tcp
 
TcpNioSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
TestMessage - Class in org.springframework.integration.test
 
TestMessage(String) - Constructor for class org.springframework.integration.test.TestMessage
 
TestUtils - Class in org.springframework.integration.test.util
 
TestUtils() - Constructor for class org.springframework.integration.test.util.TestUtils
 
TestUtils.TestApplicationContext - Class in org.springframework.integration.test.util
 
ThreadLocalChannel - Class in org.springframework.integration.channel
A channel implementation that stores messages in a thread-bound queue.
ThreadLocalChannel() - Constructor for class org.springframework.integration.channel.ThreadLocalChannel
 
ThreadLocalChannelParser - Class in org.springframework.integration.config.xml
Parser for the <thread-local-channel> element.
ThreadLocalChannelParser() - Constructor for class org.springframework.integration.config.xml.ThreadLocalChannelParser
 
threadPoolTaskScheduler - Variable in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
 
threadPoolTaskScheduler - Variable in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
TIMESTAMP - Static variable in class org.springframework.integration.core.MessageHeaders
 
TIMESTAMP - Static variable in class org.springframework.integration.history.MessageHistoryEvent
 
timeToLive - Variable in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
 
TO - Static variable in class org.springframework.integration.mail.MailHeaders
 
toHeaders(Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
toHeaders(Message) - Method in interface org.springframework.integration.jms.JmsHeaderMapper
 
toMessage(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Subclasses must implement this to map from an Object to a Message.
toMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessageMapper
Returns a Message with the given object as its payload, unless the object is already a Message in which case it will be returned as-is.
toMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
toMessage(Object[]) - Method in class org.springframework.integration.handler.ArgumentArrayMessageMapper
 
toMessage(HttpServletRequest) - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
 
toMessage(HttpServletRequest) - Method in class org.springframework.integration.http.DefaultInboundRequestMapper
 
toMessage(SocketReader) - Method in class org.springframework.integration.ip.tcp.SocketMessageMapper
 
toMessage(DatagramPacket) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
toMessage(Object, Session) - Method in class org.springframework.integration.jms.HeaderMappingMessageConverter
Converts from an integration Message to a JMS Message.
toMessage(String) - Method in class org.springframework.integration.json.InboundJsonMessageMapper
 
toMessage(T) - Method in interface org.springframework.integration.message.InboundMessageMapper
 
toPasswordProtectedString(URLName) - Static method in class org.springframework.integration.mail.MailTransportUtils
Returns a string representation of the given URLName, where the password has been protected.
toString() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
toString() - Method in class org.springframework.integration.core.MessageHeaders
 
toString() - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
toString() - Method in class org.springframework.integration.handler.MethodInvokingMessageProcessor
 
toString() - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
toString() - Method in class org.springframework.integration.history.MessageHistory
Returns a String representation of the history event list.
toString() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
toString() - Method in class org.springframework.integration.message.GenericMessage
 
toString() - Method in class org.springframework.integration.support.ComponentMetadata
 
trackedCorrelationIds - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
transform(Message<?>) - Method in class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.AbstractMessageProcessingTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.AbstractTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.HeaderEnricher
 
transform(Message<?>) - Method in interface org.springframework.integration.transformer.Transformer
 
transform(Message<?>) - Method in class org.springframework.integration.xml.enricher.XPathHeaderEnricher
 
transformDocument(Document, Transformer) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
Transformer - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of transforming a message, message header, or message payload.
Transformer - Interface in org.springframework.integration.transformer
Strategy interface for transforming a Message.
TransformerAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Transformer.
TransformerAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.TransformerAnnotationPostProcessor
 
TransformerConfigurer - Interface in org.springframework.integration.xml.transformer
Allows customistation of the transformer based on the recevied message prior to transformation
TransformerFactoryBean - Class in org.springframework.integration.config
Factory bean for creating a Message Transformer.
TransformerFactoryBean() - Constructor for class org.springframework.integration.config.TransformerFactoryBean
 
TransformerParser - Class in org.springframework.integration.config.xml
Parser for the <transformer/> element.
TransformerParser() - Constructor for class org.springframework.integration.config.xml.TransformerParser
 
transformFile(File) - Method in class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
Subclasses must implement this method to transform the File contents.
transformFile(File) - Method in class org.springframework.integration.file.transformer.FileToByteArrayTransformer
 
transformFile(File) - Method in class org.springframework.integration.file.transformer.FileToStringTransformer
 
transformPayload(T) - Method in class org.springframework.integration.transformer.AbstractPayloadTransformer
 
transformPayload(Map<?, ?>) - Method in class org.springframework.integration.transformer.MapToObjectTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.transformer.ObjectToMapTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.transformer.ObjectToStringTransformer
 
transformPayload(byte[]) - Method in class org.springframework.integration.transformer.PayloadDeserializingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.transformer.PayloadSerializingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.UnmarshallingTransformer
 
transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
transformResult(Result) - Method in interface org.springframework.integration.xml.transformer.ResultTransformer
 
transformSource(Source, Object, Transformer) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformString(String, Transformer) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformUsingFactories(Object, Transformer) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
tryClaim(File) - Method in class org.springframework.integration.file.DefaultDirectoryScanner
Claim the file to process.
tryClaim(File) - Method in interface org.springframework.integration.file.DirectoryScanner
Claim the file to process.
TYPE - Static variable in class org.springframework.integration.jms.JmsHeaders
 

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