类 BurlapExporter

    • 构造器详细资料

    • 方法详细资料

      • 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
      • prepare

        public void prepare()
        已过时。
        Initialize this service exporter.
      • invoke

        public void invoke​(InputStream inputStream,
                           OutputStream outputStream)
                    throws Throwable
        已过时。
        Perform an invocation on the exported object.
        参数:
        inputStream - the request stream
        outputStream - the response stream
        抛出:
        Throwable - if invocation failed