Class HttpInvokerBasedServiceStubFactory

  • All Implemented Interfaces:
    IServiceStubFactory

    public class HttpInvokerBasedServiceStubFactory
    extends java.lang.Object
    implements IServiceStubFactory
    Implementation of the service stub factory based on Spring's HttpInvoker.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <S> S createServiceStub​(java.lang.Class<S> serviceClass, java.lang.String serverUrl, long timeoutInMillis)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpInvokerBasedServiceStubFactory

        public HttpInvokerBasedServiceStubFactory()
    • Method Detail

      • createServiceStub

        public <S> S createServiceStub​(java.lang.Class<S> serviceClass,
                                       java.lang.String serverUrl,
                                       long timeoutInMillis)
        Specified by:
        createServiceStub in interface IServiceStubFactory