Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.client.framework
Class RemoteServiceProxyFactory

java.lang.Object
  extended by org.jboss.errai.common.client.framework.RemoteServiceProxyFactory
All Implemented Interfaces:
ProxyFactory

public class RemoteServiceProxyFactory
extends Object
implements ProxyFactory

ProxyFactory storing ProxyProviders for generated remote proxies.

Author:
Christian Sadilek

Constructor Summary
RemoteServiceProxyFactory()
           
 
Method Summary
static void addRemoteProxy(Class<?> proxyType, ProxyProvider proxyProvider)
           
<T> T
getRemoteProxy(Class<T> proxyType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServiceProxyFactory

public RemoteServiceProxyFactory()
Method Detail

getRemoteProxy

public <T> T getRemoteProxy(Class<T> proxyType)
Specified by:
getRemoteProxy in interface ProxyFactory

addRemoteProxy

public static void addRemoteProxy(Class<?> proxyType,
                                  ProxyProvider proxyProvider)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.