public class Msg2Text
extends java.lang.Object
Constructor and Description |
---|
Msg2Text(java.util.Map props) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected void |
finalize() |
java.lang.String |
format(int type,
javax.jms.Message msg)
returns a formatted text of the message according to the type or
null in case of failure
|
java.lang.String |
format(javax.jms.Message msg)
It formatts the message based on the default ResultType, the predefined
template and the repeated template.
|
public java.lang.String format(javax.jms.Message msg)
public java.lang.String format(int type, javax.jms.Message msg)
public void clear()
protected void finalize()
finalize
in class java.lang.Object