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
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceProxyCreator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
createProxy(AbstractRemoteService<T> remoteService)
-
-
-
Method Detail
-
createProxy
public static <T> T createProxy(AbstractRemoteService<T> remoteService)
-
-