public class JdkServiceProxyFactory extends Object implements ServiceProxyFactory
| Constructor and Description |
|---|
JdkServiceProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
createProxyInstance(Class<T> clazz,
InvocationHandler handler) |
public <T> Object createProxyInstance(Class<T> clazz, InvocationHandler handler)
createProxyInstance in interface ServiceProxyFactoryCopyright © 2015. All rights reserved.