Interface IServiceStubFactory
-
- All Known Implementing Classes:
HttpInvokerBasedServiceStubFactory
public interface IServiceStubFactory
Factory which creates a stub for the specified service class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <S> S
createServiceStub(java.lang.Class<S> serviceClass, java.lang.String serverUrl, long timeoutInMillis)
-