PutContext

Adds the new context properties to the current context properties.

Syntax

public void putContext(Map map) 

Parameters

  • The new context hashtable to be added to the current context hashtable

Results

None.

Example

Map context = new HashMap();
...
message.putContext(context);