package org.jboss.resteasy.client.jaxrs.internal.proxy; public interface MethodInvoker { Object invoke(Object[] args); }