com.atlassian.confluence.rest.client.proxy
Class RemoteServiceProxyCreator
java.lang.Object
com.atlassian.confluence.rest.client.proxy.RemoteServiceProxyCreator
public class RemoteServiceProxyCreator
- extends Object
Proxy's a remote service with a local service interface. It is useful in unit
tests but that is about all. Proxies will completely ignore that they are calling over network. Each
call to the proxied service will wait on the returned future for up to 30 seconds
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteServiceProxyCreator
public RemoteServiceProxyCreator()
createProxy
public static <T> T createProxy(AbstractRemoteService<T> remoteService)
Copyright © 2003–2015 Atlassian. All rights reserved.