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
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
    void
    setBenoetigtesRecht(Map<String,String[]> benoetigtesRecht)
    Deprecated.
     
    void
    setPostInterceptors(Object[] postInterceptors)
    Deprecated.
     
    void
    setPreInterceptors(Object[] preInterceptors)
    Deprecated.
     
    void
    setRemoteBeanInterface(Class<?> remoteBeanInterface)
    Deprecated.
    Setzt die RemoteBean-Schnittstelle, die durch die Service-Implementierung umgesetzt werden soll.
    void
    setTarget(Object target)
    Deprecated.
     
    void
    setValidateConfiguration(boolean validateConfiguration)
    Deprecated.
     

    Methods inherited from class org.springframework.transaction.interceptor.TransactionProxyFactoryBean

    createMainInterceptor, postProcessProxyFactory, setBeanFactory, setPointcut, setTransactionAttributes, setTransactionAttributeSource, setTransactionManager

    Methods inherited from class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean

    createTargetSource, getObject, getObjectType, isSingleton, setAdvisorAdapterRegistry, setBeanClassLoader, setProxyClassLoader, setProxyInterfaces

    Methods inherited from class org.springframework.aop.framework.ProxyConfig

    copyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setFrozen, setOpaque, setOptimize, setProxyTargetClass, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ServiceFactoryBean

      public ServiceFactoryBean()
      Deprecated.
  • Method Details

    • setRemoteBeanInterface

      public void setRemoteBeanInterface(Class<?> remoteBeanInterface)
      Deprecated.
      Setzt die RemoteBean-Schnittstelle, die durch die Service-Implementierung umgesetzt werden soll.
      Parameters:
      remoteBeanInterface - die RemoteBean-Schnittstelle
    • setPreInterceptors

      public void setPreInterceptors(Object[] preInterceptors)
      Deprecated.
      Overrides:
      setPreInterceptors in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
    • setPostInterceptors

      public void setPostInterceptors(Object[] postInterceptors)
      Deprecated.
      Overrides:
      setPostInterceptors in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
    • setTarget

      public void setTarget(Object target)
      Deprecated.
      Overrides:
      setTarget in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
    • setBenoetigtesRecht

      public void setBenoetigtesRecht(Map<String,String[]> benoetigtesRecht)
      Deprecated.
    • setValidateConfiguration

      public void setValidateConfiguration(boolean validateConfiguration)
      Deprecated.
    • afterPropertiesSet

      public void afterPropertiesSet()
      Deprecated.
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean