Class ClientInvoker

  • All Implemented Interfaces:
    MethodInvoker

    public class ClientInvoker
    extends java.lang.Object
    implements MethodInvoker
    Version:
    $Revision: 1 $
    • Field Detail

      • httpMethod

        protected java.lang.String httpMethod
      • method

        protected java.lang.reflect.Method method
      • declaring

        protected java.lang.Class<?> declaring
      • accepts

        protected javax.ws.rs.core.MediaType accepts
      • processors

        protected java.lang.Object[] processors
      • followRedirects

        protected boolean followRedirects
    • Constructor Detail

      • ClientInvoker

        public ClientInvoker​(ResteasyWebTarget parent,
                             java.lang.Class<?> declaring,
                             java.lang.reflect.Method method,
                             ProxyConfig config)
    • Method Detail

      • getAccepts

        public javax.ws.rs.core.MediaType getAccepts()
      • getMethod

        public java.lang.reflect.Method getMethod()
      • getDeclaring

        public java.lang.Class<?> getDeclaring()
      • invoke

        public java.lang.Object invoke​(java.lang.Object[] args)
        Specified by:
        invoke in interface MethodInvoker
      • createRequest

        protected ClientInvocation createRequest​(java.lang.Object[] args)
      • getHttpMethod

        public java.lang.String getHttpMethod()
      • setHttpMethod

        public void setHttpMethod​(java.lang.String httpMethod)
      • isFollowRedirects

        public boolean isFollowRedirects()
      • setFollowRedirects

        public void setFollowRedirects​(boolean followRedirects)
      • followRedirects

        public void followRedirects()