Package com.opengamma.financial.view.rest

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


    final ComponentInfo info = new ComponentInfo(AvailableOutputsProvider.class, getClassifier());
    info.addAttribute(ComponentInfoAttributes.REMOTE_CLIENT_JAVA, RemoteAvailableOutputsProvider.class);
    repo.registerComponent(info, availableOutputs);

    if (isPublishRest()) {
      final DataAvailableOutputsProviderResource aoResource = new DataAvailableOutputsProviderResource(availableOutputs);
      repo.getRestComponents().publish(info, aoResource);
    }
  }
View Full Code Here

TOP

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

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.