public class MultiServiceInvocationHandler extends Object implements InvocationHandler
Modifier and Type | Class and Description |
---|---|
class |
MultiServiceInvocationHandler.IntermediateMethodResultListener<T>
Listener that invokes service methods and delegates the results.
|
Constructor and Description |
---|
MultiServiceInvocationHandler(IInternalAccess agent,
String reqname,
Class<?> muxservicetype)
Create a new invocation handler.
|
Modifier and Type | Method and Description |
---|---|
static Object |
createValue(Class<?> clazz)
Create a value from a class.
|
static Object |
createValue(Value val,
IValueFetcher fetcher)
Convert value annotation to object.
|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Called when a method is invoked.
|
public MultiServiceInvocationHandler(IInternalAccess agent, String reqname, Class<?> muxservicetype)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
public static Object createValue(Value val, IValueFetcher fetcher)
Copyright © 2012. All Rights Reserved.