5354555657585960
{ client.start(); } catch (Exception e) { throw new ModelException("Start HTTP Client", e); } }
73747576777879808182
consumer.sign(ex); client.send(ex); } catch (IOException | OAuthMessageSignerException | OAuthExpectationFailedException | OAuthCommunicationException e) { throw new ModelException("Sent Exchange to Client", e); } return ex; }