org.jboss.resteasy.client.core
Class SubResourceInvoker

java.lang.Object
  extended by org.jboss.resteasy.client.core.SubResourceInvoker
All Implemented Interfaces:
MethodInvoker

public class SubResourceInvoker
extends Object
implements MethodInvoker


Constructor Summary
SubResourceInvoker(URI uri, Method method, ProxyConfig config)
           
 
Method Summary
 Object invoke(Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubResourceInvoker

public SubResourceInvoker(URI uri,
                          Method method,
                          ProxyConfig config)
Method Detail

invoke

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


Copyright © 2013. All Rights Reserved.