private MockXmlRpcResourceManagerClient client;
public UseMockClientCmdLineActionStore() {
super(System.getProperty("org.apache.oodt.cas.cli.action.spring.config"));
try {
client = new MockXmlRpcResourceManagerClient();
} catch (Exception e) {
throw new RuntimeException(e);
}
}