Class MPRestClientCallback<T>

java.lang.Object
org.apache.cxf.endpoint.ClientCallback
org.apache.cxf.jaxrs.client.JaxrsClientCallback<T>
org.apache.cxf.microprofile.client.MPRestClientCallback<T>
All Implemented Interfaces:
Future<Object[]>

public class MPRestClientCallback<T> extends org.apache.cxf.jaxrs.client.JaxrsClientCallback<T>
  • Field Summary

    Fields inherited from class org.apache.cxf.endpoint.ClientCallback

    context, delegate, started
  • Constructor Summary

    Constructors
    Constructor
    Description
    MPRestClientCallback(jakarta.ws.rs.client.InvocationCallback<T> handler, org.apache.cxf.message.Message outMessage, Class<?> responseClass, Type outGenericType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.cxf.jaxrs.client.JaxrsClientCallback

    cancel, getHandler, getOutGenericType, getResponseClass, handleException, handleResponse

    Methods inherited from class org.apache.cxf.endpoint.ClientCallback

    get, get, getResponseContext, isCancelled, isDone, start

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MPRestClientCallback

      public MPRestClientCallback(jakarta.ws.rs.client.InvocationCallback<T> handler, org.apache.cxf.message.Message outMessage, Class<?> responseClass, Type outGenericType)
  • Method Details

    • createFuture

      public Future<T> createFuture()
      Overrides:
      createFuture in class org.apache.cxf.jaxrs.client.JaxrsClientCallback<T>