// will populate
NamespaceRuleSet ruleSet = configuration.getNamespaceRules(
Namespace.GOOGLE_DOCS.getURI(), true);
// add the rule for the list docs adapter process
ruleSet.addRule("list-docs", ListDocsRule.getDefaultInstance());
// add the rule for the authenticate adapter process
ruleSet.addRule("authenticate", AuthenticateRule.getDefaultInstance());
ruleSet.addRule("fetch", FetchDocRule.getDefaultInstance());