类 UrlBasedRemoteAccessor

    • 方法详细资料

      • setServiceUrl

        public void setServiceUrl​(String serviceUrl)
        Set the URL of this remote accessor's target service. The URL must be compatible with the rules of the particular remoting provider.
      • getServiceUrl

        public String getServiceUrl()
        Return the URL of this remote accessor's target service.
      • afterPropertiesSet

        public void afterPropertiesSet()
        从接口复制的说明: InitializingBean
        Invoked by the containing BeanFactory after it has set all bean properties and satisfied BeanFactoryAware, ApplicationContextAware etc.

        This method allows the bean instance to perform validation of its overall configuration and final initialization when all bean properties have been set.

        指定者:
        afterPropertiesSet 在接口中 InitializingBean