Class PlatformDotNetServiceImpl

    • Constructor Detail

      • PlatformDotNetServiceImpl

        public PlatformDotNetServiceImpl()
        Default constructor for serialization.
      • PlatformDotNetServiceImpl

        public PlatformDotNetServiceImpl​(Object svc,
                                         PlatformContext ctx,
                                         boolean srvKeepBinary)
        Constructor.
        Parameters:
        svc - Service.
        ctx - Context.
        srvKeepBinary - Whether to keep objects binary on server if possible.
      • PlatformDotNetServiceImpl

        public PlatformDotNetServiceImpl​(Object svc,
                                         PlatformContext ctx,
                                         boolean srvKeepBinary,
                                         Object interceptors)
        Constructor.
        Parameters:
        svc - Service.
        ctx - Context.
        srvKeepBinary - Whether to keep objects binary on server if possible.
        interceptors - Service call interceptors.
    • Method Detail

      • getInternalService

        public Object getInternalService()
        Returns:
        Service itself
      • getInterceptors

        public Object getInterceptors()
        Returns:
        Service call interceptors.