Class RSFactory

  • Direct Known Subclasses:
    RSFactoryDesktop

    public abstract class RSFactory
    extends java.lang.Object
    Factory for instantiating the platform-specific RestServiceWrapperInvocationHandler.
    • Constructor Detail

      • RSFactory

        public RSFactory()
    • Method Detail

      • getInstance

        public static RSFactory getInstance()
      • createRSWrapperInvocationHandler

        public abstract java.lang.reflect.InvocationHandler createRSWrapperInvocationHandler​(IInternalAccess agent,
                                                                                             java.lang.Class<?> impl)