com.mirth.connect.server.userutil
Class MuleContext

java.lang.Object
  extended by com.mirth.connect.server.userutil.MuleContext

Deprecated. This class is deprecated and will soon be removed; it exists only for preprocessor legacy support. Please retrieve values from the channel map instead.

public class MuleContext
extends java.lang.Object

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

MuleContext

public MuleContext(ImmutableConnectorMessage connectorMessage)
Deprecated. This class is deprecated and will soon be removed. Please retrieve values from the channel map instead.

Instantiates a MuleContext object.

Parameters:
connectorMessage - The connector message that this object will reference for retrieving data.
Method Detail

getProperties

public java.util.Map<java.lang.String,java.lang.Object> getProperties()
Deprecated. This class is deprecated and will soon be removed.

Returns a map of metadata accessible in the preprocessor script.