org.jboss.errai.common.client.framework
Class RemoteServiceProxyFactory
java.lang.Object
org.jboss.errai.common.client.framework.RemoteServiceProxyFactory
- All Implemented Interfaces:
- ProxyFactory
public class RemoteServiceProxyFactory
- extends Object
- implements ProxyFactory
ProxyFactory
storing ProxyProvider
s for generated remote proxies.
- Author:
- Christian Sadilek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteServiceProxyFactory
public RemoteServiceProxyFactory()
getRemoteProxy
public <T> T getRemoteProxy(Class<T> proxyType)
- Specified by:
getRemoteProxy
in interface ProxyFactory
addRemoteProxy
public static void addRemoteProxy(Class<?> proxyType,
ProxyProvider proxyProvider)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.