Class SapImpexImportController


  • @Deprecated
    @RestController
    @RequestMapping("/import")
    public class SapImpexImportController
    extends java.lang.Object
    Deprecated.
    since 1811, please use IntegrationObjectModel
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void importFromStream​(java.io.InputStream inputStream)
      Deprecated.
      Import the impex payload to Hybris.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SapImpexImportController

        public SapImpexImportController()
        Deprecated.
    • Method Detail

      • importFromStream

        @PostMapping(consumes="application/octet-stream",
                     produces={"application/json","application/xml"})
        @ResponseStatus(OK)
        public void importFromStream​(java.io.InputStream inputStream)
                              throws java.io.IOException
        Deprecated.
        Import the impex payload to Hybris. On receiving the data, immediately send 200 success response to the caller
        Parameters:
        inputStream - - input stream of type application/octet-stream
        Throws:
        java.io.IOException