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 $
  • Field Details

  • Constructor Details

  • Method Details

    • getAccepts

      public javax.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
    • 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()