Class AdminRpc


  • public class AdminRpc
    extends Object
    Wrapper for the other admin-RPC classes.

    Main purpose of this class is to remove responsibility for creating all of the RPC things from ConfluenceRpc and provide the delegate objects with some structure.

    Utopian ideal is to deprecate and remove the facade methods from ConfluenceRpc, calling required delegates directly from tests. This would move ConfluenceRpc closer to a single responsibility and reason for change (i.e. herding delegates, not providing rpc business logic).