Package io.jmix.restds.impl.service
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
protected Class<?>
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
protected Object
invokeServiceMethod
(Method method, Object[] args) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setServiceInterface
(Class<?> serviceInterface) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Field Details
-
serviceInterface
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
RemoteServiceProxyFactoryBean
public RemoteServiceProxyFactoryBean()
-
-
Method Details
-
setServiceInterface
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
invokeServiceMethod
-