* <code>JackrabbitClientAdapterFactory</code> which allows accessing
* Jackrabbit (or Jackrabbit-based) repositories over RMI. Extensions of
* this class may overwrite this method to use a different implementation.
*/
protected LocalAdapterFactory getLocalAdapterFactory() {
return new JackrabbitClientAdapterFactory();
}