Extensible Markup Language messages
- ../message Implementations of the Message interface
After importing the bom
:
<dependency>
<!-- xml message type -->
<groupId>com.mastercard.test.flow</groupId>
<artifactId>message-xml</artifactId>
</dependency>
The unit test XMLTest
contains usage examples for the message type supplied by this module.