Package com.opengamma.financial.view.rest

Examples of com.opengamma.financial.view.rest.RemoteAvailableOutputsProvider


  }

  //-------------------------------------------------------------------------
  public RemoteAvailableOutputsProvider getAvailableOutputsProvider(String name) {
    final URI uri = _components.getComponentInfo(AvailableOutputsProvider.class, name).getUri();
    return new RemoteAvailableOutputsProvider(uri);
  }
View Full Code Here


  }

  //-------------------------------------------------------------------------
  public AvailableOutputsProvider getAvailableOutputs(final String name) {
    URI uri = getComponentServer().getComponentInfo(AvailableOutputsProvider.class, name).getUri();
    return new RemoteAvailableOutputsProvider(uri);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.view.rest.RemoteAvailableOutputsProvider

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.