Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.service.proxy
Class ServiceProxyFactory

java.lang.Object
  extended by org.nuxeo.runtime.service.proxy.ServiceProxyFactory

public class ServiceProxyFactory
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
ServiceProxyFactory()
           
 
Method Summary
static
<T> T
getAdapterProxy(T adapter)
           
static
<T> T
getProxy(T service)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProxyFactory

public ServiceProxyFactory()
Method Detail

getProxy

public static <T> T getProxy(T service)

getAdapterProxy

public static <T> T getAdapterProxy(T adapter)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.