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 |
|---|---|
void |
argument(Expression expression) |
CallDefinition |
createCallDefinitionFromCurrentStack() |
protected <T> Object |
createProxyInstance(Class<T> clazz,
InvocationHandler handler) |
<T> T |
createServiceProxy(Class<T> clazz) |
boolean |
empty() |
public void argument(Expression expression)
public CallDefinition createCallDefinitionFromCurrentStack()
public boolean empty()
public <T> T createServiceProxy(Class<T> clazz)
protected <T> Object createProxyInstance(Class<T> clazz, InvocationHandler handler)
Copyright © 2014. All rights reserved.