com.consol.citrus.message
Interface MessageSender

All Known Implementing Classes:
AbstractSyncMessageSender, CitrusSshClient, HttpMessageSender, JmsMessageSender, JmsReplyMessageSender, JmsSyncMessageSender, MessageChannelSender, ReplyMessageChannelSender, SyncMessageChannelSender, WebServiceMessageSender

public interface MessageSender

Basic message sender interface. Message senders are capable of publishing messages to a specific message endpoint. Each message transport may have dedicated message sender implementations.

Author:
Christoph Deppisch

Nested Class Summary
static class MessageSender.ErrorHandlingStrategy
          Enumeration representing the different error handling strategies for this reply message handler.
 
Method Summary
 TestActor getActor()
          Gets the sending actor.
 void send(org.springframework.integration.Message<?> message)
          Sends the message.
 

Method Detail

send

void send(org.springframework.integration.Message<?> message)
Sends the message.

Parameters:
message - the message object to send.

getActor

TestActor getActor()
Gets the sending actor.

Returns:


Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.