Search code examples
web-servicesjax-wsmtom

How does @MTOM ensures file integrity when uploading/downloading file?


When using JAX-WS @MTOM to transfer a file, does it have a build-in file integrity check? Or you have to do it on your own after the download/upload is completed?


Solution

  • it relies on the "implicit" integrity of TCP. There isn't a layer above that within the actual protocol.