Interface IServiceStubFactory
- All Known Implementing Classes:
HttpInvokerBasedServiceStubFactory
public interface IServiceStubFactory
Factory which creates a stub for the specified service class.
-
Method Summary
Modifier and TypeMethodDescription<S> ScreateServiceStub(Class<S> serviceClass, String serverUrl, long timeoutInMillis)
-
Method Details
-
createServiceStub
-