354355356357358359360361362363364
* Save the exception on the callback. The client will learn about the error when they try to * retrieve the async results via the Response.get(). "Errors that occur during the invocation * are reported via an exception when the client attempts to retrieve the results of the operation." * -- JAXWS 4.3.3 */ pf.onError(af); } return resp; }
328329330331332333334335336337338
353354355356357358359360361362363
326327328329330331332333334335336
337338339340341342343344345346347
342343344345346347348349350351352
317318319320321322323324325326327