Class OutputStreamSampleOperation

  • All Implemented Interfaces:
    Operation

    public class OutputStreamSampleOperation
    extends BaseUpdateOperation
    Sample update operation that demonstrates how to send data to a client that provides an active output stream to write the request. This is a common alternative to accepting an input stream directly. Ideally, as demonstrated in this example, the input data is written directly to the target system without any intermediate copies.