Spring BlazeDS Integration

org.springframework.flex.core
Class MessageProcessingContext

java.lang.Object
  extended by org.springframework.flex.core.MessageProcessingContext

public class MessageProcessingContext
extends Object

Context holder for information about the current AMF message processing request.

Author:
Jeremy Grelle

Constructor Summary
MessageProcessingContext(Object messageTarget)
          Creates a new MessageProcessingContext with the current message target endpoint
 
Method Summary
 Map<String,Object> getAttributes()
          Returns any stored attributes for the current request
 Object getMessageTarget()
          Returns the intercepted target endpoint of the current message processing request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageProcessingContext

public MessageProcessingContext(Object messageTarget)
Creates a new MessageProcessingContext with the current message target endpoint

Parameters:
messageTarget - the intercepted target endpoint of the AMF message
Method Detail

getAttributes

public Map<String,Object> getAttributes()
Returns any stored attributes for the current request

Returns:
the map of attributes

getMessageTarget

public Object getMessageTarget()
Returns the intercepted target endpoint of the current message processing request

Returns:
the message target endpoint

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.