Class MessageProperties
java.lang.Object
de.ikor.sip.foundation.testkit.configurationproperties.models.MessageProperties
Class that holds a single message used in test cases
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MessageProperties
mapToMessageProperties
(org.apache.camel.Exchange exchange) Creates aMessageProperties
from theExchange
-
Constructor Details
-
MessageProperties
public MessageProperties()
-
-
Method Details
-
mapToMessageProperties
Creates aMessageProperties
from theExchange
- Parameters:
exchange
- that should be mapped- Returns:
- serializable message properties
-