Class MessageProperties
- java.lang.Object
-
- de.ikor.sip.foundation.testkit.configurationproperties.models.MessageProperties
-
public class MessageProperties extends Object
Class that holds a single message used in test cases
-
-
Constructor Summary
Constructors Constructor Description MessageProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MessagePropertiesmapToMessageProperties(org.apache.camel.Exchange exchange)Creates aMessagePropertiesfrom theExchange
-
-
-
Method Detail
-
mapToMessageProperties
public static MessageProperties mapToMessageProperties(org.apache.camel.Exchange exchange)
Creates aMessagePropertiesfrom theExchange- Parameters:
exchange- that should be mapped- Returns:
- serializable message properties
-
-