Java org.springframework.integration.ip.tcp TcpSendingMessageHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.ip.tcp TcpSendingMessageHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.ip.tcp TcpSendingMessageHandler.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voidhandleMessage(Message messageArg)
voidsetBeanFactory(BeanFactory beanFactory)
voidsetClientMode(boolean isClientMode)
voidsetConnectionFactory(AbstractConnectionFactory connectionFactory)
Sets the client or server connection factory; for this (an outbound adapter), if the factory is a server connection factory, the sockets are owned by a receiving channel adapter and this adapter is used to send replies.
voidsetRetryInterval(long retryInterval)
voidsetTaskScheduler(TaskScheduler taskScheduler)
Configure a TaskScheduler for those components which logic relies on the scheduled tasks.
voidstart()
voidstop()