Package si.mazi.rescu

Examples of si.mazi.rescu.ClientConfig


    this.atlasOptionContractFromMapTranslator = new AtlasOptionContractFromMapTranslator();
  }

  private AtlasAccountService createAccountService() {

    ClientConfig clientConfig = new ClientConfig();
    JacksonConfigureListener configureListener = exchangeSpecification.getJacksonConfigureListener();
    clientConfig.setJacksonConfigureListener(configureListener);
    AtlasAccountService accountService = RestProxyFactory.createProxy(AtlasAccountService.class, exchangeSpecification.getSslUri(), clientConfig);
    return accountService;
  }
View Full Code Here

TOP

Related Classes of si.mazi.rescu.ClientConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.