Class AuthorizedApiLocal<RT>

  • All Implemented Interfaces:
    AuthorizedApi

    public abstract class AuthorizedApiLocal<RT>
    extends java.lang.Object
    implements AuthorizedApi
    • Field Detail

      • remoteApi

        protected final RT remoteApi
    • Constructor Detail

      • AuthorizedApiLocal

        protected AuthorizedApiLocal​(RT remoteApi)
    • Method Detail

      • getRemoteApi

        public RT getRemoteApi()