Class HttpInvokerBasedServiceStubFactory
- java.lang.Object
-
- ch.systemsx.cisd.openbis.common.api.client.HttpInvokerBasedServiceStubFactory
-
- All Implemented Interfaces:
IServiceStubFactory
public class HttpInvokerBasedServiceStubFactory extends java.lang.Object implements IServiceStubFactory
Implementation of the service stub factory based on Spring's HttpInvoker.
-
-
Constructor Summary
Constructors Constructor Description HttpInvokerBasedServiceStubFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S> S
createServiceStub(java.lang.Class<S> serviceClass, java.lang.String serverUrl, long timeoutInMillis)
-
-
-
Method Detail
-
createServiceStub
public <S> S createServiceStub(java.lang.Class<S> serviceClass, java.lang.String serverUrl, long timeoutInMillis)
- Specified by:
createServiceStub
in interfaceIServiceStubFactory
-
-