Interface IServiceStubFactory

All Known Implementing Classes:
HttpInvokerBasedServiceStubFactory

public interface IServiceStubFactory
Factory which creates a stub for the specified service class.
  • Method Summary

    Modifier and Type
    Method
    Description
    <S> S
    createServiceStub(Class<S> serviceClass, String serverUrl, long timeoutInMillis)
     
  • Method Details

    • createServiceStub

      <S> S createServiceStub(Class<S> serviceClass, String serverUrl, long timeoutInMillis)