|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.connect.server.userutil.MuleContext
public class MuleContext
This class allows extra message metadata to be passed in for use by the preprocessor script.
Constructor Summary | |
---|---|
MuleContext(ImmutableConnectorMessage connectorMessage)
Deprecated. This class is deprecated and will soon be removed. Please retrieve values from the channel map instead. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Deprecated. This class is deprecated and will soon be removed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MuleContext(ImmutableConnectorMessage connectorMessage)
connectorMessage
- The connector message that this object will reference for retrieving data.Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |