public class RemoteProxyFactory extends Object
| Constructor and Description |
|---|
RemoteProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <C> C |
generateRemoteProxy(Class<C> endpointInterface,
String registryName) |
static <C> C |
generateRemoteProxy(Class<C> endpointInterface,
String hostName,
String registryName) |
public static <C> C generateRemoteProxy(Class<C> endpointInterface, String registryName) throws UnknownHostException, NoSuchMethodException, NamingException, RemoteException
public static <C> C generateRemoteProxy(Class<C> endpointInterface, String hostName, String registryName) throws NoSuchMethodException, NamingException, RemoteException
Copyright © 2012. All Rights Reserved.