Class ServiceFactoryBean
java.lang.Object
org.springframework.aop.framework.ProxyConfig
org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
org.springframework.transaction.interceptor.TransactionProxyFactoryBean
de.bund.bva.isyfact.serviceapi.core.serviceimpl.ServiceFactoryBean
- All Implemented Interfaces:
Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.FactoryBean<Object>,org.springframework.beans.factory.InitializingBean
@Deprecated
public class ServiceFactoryBean
extends org.springframework.transaction.interceptor.TransactionProxyFactoryBean
Deprecated.
This module is deprecated and will be removed in a future release.
It is recommended to use REST according to IsyFacts REST Concept instead.
Factory-Bean, die eine generische Implementierung einer RemoteBean-Schnittstelle erzeugt.
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidsetBenoetigtesRecht(Map<String, String[]> benoetigtesRecht) Deprecated.voidsetPostInterceptors(Object[] postInterceptors) Deprecated.voidsetPreInterceptors(Object[] preInterceptors) Deprecated.voidsetRemoteBeanInterface(Class<?> remoteBeanInterface) Deprecated.Setzt die RemoteBean-Schnittstelle, die durch die Service-Implementierung umgesetzt werden soll.voidDeprecated.voidsetValidateConfiguration(boolean validateConfiguration) Deprecated.Methods inherited from class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
createMainInterceptor, postProcessProxyFactory, setBeanFactory, setPointcut, setTransactionAttributes, setTransactionAttributeSource, setTransactionManagerMethods inherited from class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
createTargetSource, getObject, getObjectType, isSingleton, setAdvisorAdapterRegistry, setBeanClassLoader, setProxyClassLoader, setProxyInterfacesMethods inherited from class org.springframework.aop.framework.ProxyConfig
copyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setFrozen, setOpaque, setOptimize, setProxyTargetClass, toString
-
Constructor Details
-
ServiceFactoryBean
public ServiceFactoryBean()Deprecated.
-
-
Method Details
-
setRemoteBeanInterface
Deprecated.Setzt die RemoteBean-Schnittstelle, die durch die Service-Implementierung umgesetzt werden soll.- Parameters:
remoteBeanInterface- die RemoteBean-Schnittstelle
-
setPreInterceptors
Deprecated.- Overrides:
setPreInterceptorsin classorg.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
setPostInterceptors
Deprecated.- Overrides:
setPostInterceptorsin classorg.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
setTarget
Deprecated.- Overrides:
setTargetin classorg.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-
setBenoetigtesRecht
Deprecated. -
setValidateConfiguration
public void setValidateConfiguration(boolean validateConfiguration) Deprecated. -
afterPropertiesSet
public void afterPropertiesSet()Deprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classorg.springframework.aop.framework.AbstractSingletonProxyFactoryBean
-