Class RemoteServiceProxyFactoryBean

java.lang.Object
io.jmix.restds.impl.service.RemoteServiceProxyFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware

public class RemoteServiceProxyFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.context.ApplicationContextAware
  • Field Details

    • serviceInterface

      protected Class<?> serviceInterface
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • RemoteServiceProxyFactoryBean

      public RemoteServiceProxyFactoryBean()
  • Method Details

    • setServiceInterface

      public void setServiceInterface(Class<?> serviceInterface)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>
    • getObject

      public Object getObject()
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<Object>
    • invokeServiceMethod

      @Nullable protected Object invokeServiceMethod(Method method, Object[] args)