Serialized Form

  • Package de.bund.bva.isyfact.serviceapi.core.serviceimpl

    • Class de.bund.bva.isyfact.serviceapi.core.serviceimpl.ServiceFactoryBean

      class ServiceFactoryBean extends org.springframework.transaction.interceptor.TransactionProxyFactoryBean implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • benoetigtesRecht
          Map<String,String[]> benoetigtesRecht
          Deprecated.
          Die benötigten Rechte.
        • interceptors
          List<Object> interceptors
          Deprecated.
          Konfigurierte Interceptor.
        • remoteBeanInterface
          Class<?> remoteBeanInterface
          Deprecated.
          Die RemoteBean-Schnittstelle.
        • target
          Object target
          Deprecated.
          Die Target-Bean.
        • validateConfiguration
          boolean validateConfiguration
          Deprecated.
          Ob die Konfiguration des Services sofort validiert werden soll. Wenn nicht, treten Konfigurationsfehler erst beim Aufruf des Services auf.