Class HttpInvokerBasedServiceStubFactory
java.lang.Object
ch.systemsx.cisd.openbis.common.api.client.HttpInvokerBasedServiceStubFactory
- All Implemented Interfaces:
IServiceStubFactory
Implementation of the service stub factory based on Spring's HttpInvoker.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S> ScreateServiceStub(Class<S> serviceClass, String serverUrl, long timeoutInMillis)
-
Constructor Details
-
HttpInvokerBasedServiceStubFactory
public HttpInvokerBasedServiceStubFactory()
-
-
Method Details
-
createServiceStub
- Specified by:
createServiceStubin interfaceIServiceStubFactory
-