Task #1841
Story #1836: Enable CN Replication REST web service handling
Implement the ProxyCNReplicationService interface for Metacat
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_cn_service
Target version:
Start date:
Due date:
% Done:
100%
Milestone:
CCI-0.6.4
Product Version:
*
Story Points:
Sprint:
Description
Calls to the CNReplication API will be proxied to Metacat. Create an implementation of the ProxyCNReplicationService interface that does just that.
History
#1 Updated by Chris Jones about 13 years ago
- Status changed from New to Closed
Created the ProxyCNReplicationService interface in the d1_cn_rest_proxy project.
#2 Updated by Chris Jones about 13 years ago
- Status changed from Closed to In Progress
Inadvertantly closed this task - still need to flesh out MetacatProxyCNreplicationServiceImpl, which implements the ProxyCNReplicationService interface.
#3 Updated by Chris Jones about 13 years ago
- Status changed from In Progress to Closed
Created MetacatProxyCNreplicationServiceImpl class to forward requests to Metacat. Needs testing.