Skip to content

Latest commit

 

History

History
 
 

message-xml

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

message-xml

Extensible Markup Language messages

javadoc

  • ../message Implementations of the Message interface

Usage

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.