类 BurlapClientInterceptor

    • 方法详细资料

      • setProxyFactory

        public void setProxyFactory​(com.caucho.burlap.client.BurlapProxyFactory proxyFactory)
        已过时。
        Set the BurlapProxyFactory instance to use. If not specified, a default BurlapProxyFactory will be created.

        Allows to use an externally configured factory instance, in particular a custom BurlapProxyFactory subclass.

      • setUsername

        public void setUsername​(String username)
        已过时。
        Set the username that this factory should use to access the remote service. Default is none.

        The username will be sent by Burlap via HTTP Basic Authentication.

        另请参阅:
        BurlapProxyFactory.setUser(java.lang.String)
      • setPassword

        public void setPassword​(String password)
        已过时。
        Set the password that this factory should use to access the remote service. Default is none.

        The password will be sent by Burlap via HTTP Basic Authentication.

        另请参阅:
        BurlapProxyFactory.setPassword(java.lang.String)
      • setOverloadEnabled

        public void setOverloadEnabled​(boolean overloadEnabled)
        已过时。
        Set whether overloaded methods should be enabled for remote invocations. Default is "false".
        另请参阅:
        BurlapProxyFactory.setOverloadEnabled(boolean)
      • createBurlapProxy

        protected Object createBurlapProxy​(com.caucho.burlap.client.BurlapProxyFactory proxyFactory)
                                    throws MalformedURLException
        已过时。
        Create the Burlap proxy that is wrapped by this interceptor.
        参数:
        proxyFactory - the proxy factory to use
        返回:
        the Burlap proxy
        抛出:
        MalformedURLException - if thrown by the proxy factory
        另请参阅:
        BurlapProxyFactory.create(java.lang.String)