Spring Integration

org.springframework.integration.test
Class TestMessage

java.lang.Object
  extended by org.springframework.integration.core.GenericMessage<String>
      extended by org.springframework.integration.core.StringMessage
          extended by org.springframework.integration.test.TestMessage
All Implemented Interfaces:
Serializable, Message<String>

public class TestMessage
extends StringMessage

Author:
Mark Fisher
See Also:
Serialized Form

Constructor Summary
TestMessage(String payload)
           
 
Method Summary
 
Methods inherited from class org.springframework.integration.core.GenericMessage
equals, getHeaders, getPayload, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestMessage

public TestMessage(String payload)

Spring Integration

Copyright © 2010. All Rights Reserved.