In server handler class there is a method for the ServletResponse "resp.SetHeader(Name,Value)"
Its function is "sets the request header ".
I want to use it to return some parameter to the job's sender, in addition to the resp.OutputStream.
I don't see how to get the parameter from the job in the sending application.
Please explain.
Its function is "sets the request header ".
I want to use it to return some parameter to the job's sender, in addition to the resp.OutputStream.
I don't see how to get the parameter from the job in the sending application.
Please explain.