Package com.opengamma.financial.depgraph.rest

Examples of com.opengamma.financial.depgraph.rest.DependencyGraphTraceProviderResource


    repo.registerComponent(info, provider);

    if (isPublishRest()) {
      //final ComponentInfo infoDGB = new ComponentInfo(DependencyGraphTraceProviderResource.class, getClassifier());
      //repo.registerComponent(infoDGB, restResource);
      repo.getRestComponents().publish(info, new DependencyGraphTraceProviderResource(provider, getFudgeContext()));
    }
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.depgraph.rest.DependencyGraphTraceProviderResource

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.