Class UrlBasedRemoteAccessor

    • Method Detail

      • 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()
        Description copied from interface: 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.

        Specified by:
        afterPropertiesSet in interface InitializingBean