public class ServiceCallInvocationSupport extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceCallInvocationSupport.ParameterEntry<T> |
static interface |
ServiceCallInvocationSupport.ProxyStackEntry |
static class |
ServiceCallInvocationSupport.ServiceInvocationEntry |
| Constructor and Description |
|---|
ServiceCallInvocationSupport() |
| Modifier and Type | Method and Description |
|---|---|
Value |
argument(Value value) |
CallDefinition |
createCallDefinitionFromCurrentStack() |
protected <T> Object |
createProxyInstance(Class<T> clazz,
InvocationHandler handler) |
<T> T |
createServiceProxy(Class<T> clazz) |
boolean |
empty() |
protected ServiceProxyFactory |
getServiceProxyFactory() |
public CallDefinition createCallDefinitionFromCurrentStack()
public boolean empty()
public <T> T createServiceProxy(Class<T> clazz)
protected <T> Object createProxyInstance(Class<T> clazz, InvocationHandler handler)
protected ServiceProxyFactory getServiceProxyFactory()
Copyright © 2015. All rights reserved.