Skip to content

Instantly share code, notes, and snippets.

@oluies
Created June 10, 2014 13:51
Show Gist options
  • Save oluies/b9200964da01244c14d3 to your computer and use it in GitHub Desktop.
Save oluies/b9200964da01244c14d3 to your computer and use it in GitHub Desktop.
try {
final Future<SMSReplyIntegrationEntity> smsReplyIntegrationEntityFuture = sms.sendMessage("46708113432", "öäåöäasdfasfd", "efsob", "666");
final SMSReplyIntegrationEntity smsReplyIntegrationEntity = smsReplyIntegrationEntityFuture.get();
LOG.error("message",smsReplyIntegrationEntity.getResponseMessage());
LOG.error("code",smsReplyIntegrationEntity.getResponseCode());
} catch (Exception e) {
LOG.error("sms",e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment