Search

Help

Page 1 of 1. Showing 5 results (0.02 seconds)

  1. UDP Transport

    the AsyncHandler for each response. To enable this, set the request property "udp.multi.response.timeout" to a timeout value greater than 0. CXF will wait that long … ("udp.multi.response.timeout", 3000); proxy.greetMeAsync("World", new AsyncHandler<String>() { public void handleResponse(Response<Object> res
    Apache CXF DocumentationSep 26, 2012
  2. Annotations

    with the @UseAsyncMethod annotation, if the transport supports it, CXF will call the async version that takes an AsyncHandler object and the service can call that handler when … , final AsyncHandler<GreetMeSometimeResponse> asyncHandler) { LOG.info("Executing operation greetMeSometimeAsync asynchronously
    Apache CXF DocumentationApr 23, 2018
  3. Developing a Consumer

    on the AsyncHandler object to give it the contents of the response message. Both of these asynchronous invocation approaches are described here … ( String requestType, AsyncHandler<org.myorg.types.GreetMeSometimeResponse> asyncHandler ); public Response<org.myorg.types.GreetMeSometimeResponse
    Apache CXF DocumentationFeb 11, 2021
  4. JAX-WS Dispatch API

    has arrived. Response <T> invokeAsync(T msg) throws WebServiceException; When using the callback approach the invokeAsync() method takes an AsyncHandler implementation that processes the response when it is returned. Future<?> invokeAsync(T msg, AsyncHandler<T> handler) throws WebServiceException
    Apache CXF DocumentationJan 10, 2013
  5. Asynchronous Client HTTP Transport

    proxies as well as using asynchronous methods on the Dispatch objects. These methods can take an AsyncHandler object and return a polling Future object so
    Apache CXF DocumentationNov 11, 2023