Spring Integration

org.springframework.integration.core
Class StringMessage

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

public class StringMessage
extends GenericMessage<String>

A message implementation that accepts a String payload.

Author:
Mark Fisher
See Also:
Serialized Form

Constructor Summary
StringMessage(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

StringMessage

public StringMessage(String payload)

Spring Integration

Copyright © 2010. All Rights Reserved.