package org.jboss.resteasy.client.core;

public interface MethodInvoker
{
	Object invoke(Object[] args);
}