org.springframework.flex.messaging
Interface AsyncMessageCreator


public interface AsyncMessageCreator

Factory interface for the creation of AMF messages to be sent to a MessageDestination

Author:
Jeremy Grelle

Method Summary
 flex.messaging.messages.AsyncMessage createMessage()
          Create a new AsyncMessage for sending to a MessageDestination
 

Method Detail

createMessage

flex.messaging.messages.AsyncMessage createMessage()
Create a new AsyncMessage for sending to a MessageDestination

Returns:
the created message