Skip to content

Instantly share code, notes, and snippets.

@jmayaalv
Created November 3, 2015 22:39
Show Gist options
  • Save jmayaalv/99fff3857378d718a2c3 to your computer and use it in GitHub Desktop.
Save jmayaalv/99fff3857378d718a2c3 to your computer and use it in GitHub Desktop.
Import Open Account changes
private void importOpenAccountCommand(String xml) {
//load product code.
//find strategy - Ex: TransactionFactoryStrategy
// execute import command = stratgegy.import(xml)
PolicyXmlOrder xmlOrder = new PolicyXmlOrder(xml);
OpenAccountCommand command = xmlOrder.command();
this.tradingApplicationServices.openAccount(command);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment