Class BurlapExporter

    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
        Deprecated.
        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
      • prepare

        public void prepare()
        Deprecated.
        Initialize this service exporter.
      • invoke

        public void invoke​(InputStream inputStream,
                           OutputStream outputStream)
                    throws Throwable
        Deprecated.
        Perform an invocation on the exported object.
        Parameters:
        inputStream - the request stream
        outputStream - the response stream
        Throws:
        Throwable - if invocation failed