Package org.jboss.resteasy.client.core
Class SubResourceInvoker
- java.lang.Object
-
- org.jboss.resteasy.client.core.SubResourceInvoker
-
- All Implemented Interfaces:
MethodInvoker
public class SubResourceInvoker extends java.lang.Object implements MethodInvoker
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
base
(package private) ProxyConfig
config
(package private) java.lang.String
format
(package private) java.lang.Class<?>
iface
-
Constructor Summary
Constructors Constructor Description SubResourceInvoker(java.net.URI uri, java.lang.reflect.Method method, ProxyConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object[] args)
-
-
-
Field Detail
-
config
final ProxyConfig config
-
iface
final java.lang.Class<?> iface
-
base
final java.lang.String base
-
format
final java.lang.String format
-
-
Constructor Detail
-
SubResourceInvoker
public SubResourceInvoker(java.net.URI uri, java.lang.reflect.Method method, ProxyConfig config)
-
-
Method Detail
-
invoke
public java.lang.Object invoke(java.lang.Object[] args)
- Specified by:
invoke
in interfaceMethodInvoker
-
-