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.ApplicationContextprotected Class<?>protected Stringprotected StringFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>protected ObjectinvokeServiceMethod(Method method, Object[] args) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetServiceInterface(Class<?> serviceInterface) voidsetServiceName(String serviceName) voidsetStoreName(String storeName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Field Details
-
serviceInterface
-
storeName
-
serviceName
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
RemoteServiceProxyFactoryBean
public RemoteServiceProxyFactoryBean()
-
-
Method Details
-
setServiceInterface
-
setStoreName
-
setServiceName
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<Object>
-
invokeServiceMethod
-