Interface IRemoteSpringBeanProvider


public interface IRemoteSpringBeanProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    create(Class<T> serviceInterface, String serviceURL, long serverTimeoutInMillis)
     
  • Method Details

    • create

      <T> T create(Class<T> serviceInterface, String serviceURL, long serverTimeoutInMillis)