Created
November 3, 2015 22:39
-
-
Save jmayaalv/99fff3857378d718a2c3 to your computer and use it in GitHub Desktop.
Import Open Account changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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