Class ClientInvoker

java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
All Implemented Interfaces:
MethodInvoker

public class ClientInvoker extends Object implements MethodInvoker
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • httpMethod

      protected String httpMethod
    • method

      protected Method method
    • declaring

      protected Class<?> declaring
    • accepts

      protected jakarta.ws.rs.core.MediaType[] accepts
    • processors

      protected Object[] processors
    • webTarget

      protected ResteasyWebTarget webTarget
    • followRedirects

      protected boolean followRedirects
    • extractor

      protected EntityExtractor extractor
    • entityExtractorFactory

      protected DefaultEntityExtractorFactory entityExtractorFactory
    • invokerConfig

      protected ClientConfiguration invokerConfig
    • rxInvokerProvider

      protected jakarta.ws.rs.client.RxInvokerProvider<?> rxInvokerProvider
    • syncInvoker

      protected jakarta.ws.rs.client.SyncInvoker syncInvoker
  • Constructor Details

  • Method Details

    • getAccepts

      public jakarta.ws.rs.core.MediaType[] getAccepts()
    • getMethod

      public Method getMethod()
    • getDeclaring

      public Class<?> getDeclaring()
    • invoke

      public Object invoke(Object[] args)
      Specified by:
      invoke in interface MethodInvoker
    • invokeAsync

      protected Object invokeAsync(Object[] args)
    • invokeSync

      protected Object invokeSync(Object[] args)
    • createRequest

      protected ClientInvocation createRequest(Object[] args)
    • getHttpMethod

      public String getHttpMethod()
    • setHttpMethod

      public void setHttpMethod(String httpMethod)
    • isFollowRedirects

      public boolean isFollowRedirects()
    • setFollowRedirects

      public void setFollowRedirects(boolean followRedirects)
    • followRedirects

      public void followRedirects()
    • getSyncInvoker

      public jakarta.ws.rs.client.SyncInvoker getSyncInvoker()
    • setSyncInvoker

      public void setSyncInvoker(jakarta.ws.rs.client.SyncInvoker syncInvoker)