Class StelltAufrufKontextBereitInterceptor<T extends AufrufKontext>

java.lang.Object
de.bund.bva.isyfact.serviceapi.core.aufrufkontext.StelltAufrufKontextBereitInterceptor<T>
Type Parameters:
T - the AufrufKontext
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.core.Ordered

@Deprecated public class StelltAufrufKontextBereitInterceptor<T extends AufrufKontext> extends Object implements org.aopalliance.intercept.MethodInterceptor, org.springframework.core.Ordered
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.
Creates a AufrufKontext, fills it with AufrufKontextTo, and sets it in the AufrufKontextVerwalter.
  • Constructor Details

  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation invocation) throws Throwable
      Deprecated.
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable
    • getOrder

      public int getOrder()
      Deprecated.
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setOrder

      public void setOrder(int order)
      Deprecated.