public void addCapability(String resource, String actor, boolean isUser,
String action) throws GfacException {
try {
registryClient.addCapability(resource, actor, isUser, action);
} catch (XRegistryClientException e) {
throw new GfacException(e, FaultCode.ErrorAtDependentService);
}
}