public class MessageProcessingContext extends Object
Constructor and Description |
---|
MessageProcessingContext(Object messageTarget)
Creates a new MessageProcessingContext with the current message target endpoint
|
Modifier and Type | Method and Description |
---|---|
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
|
public MessageProcessingContext(Object messageTarget)
messageTarget
- the intercepted target endpoint of the AMF messagepublic Map<String,Object> getAttributes()
public Object getMessageTarget()
Copyright © 2014. All rights reserved.