Class StelltAllgemeinenAufrufKontextBereitInterceptor<T extends AufrufKontext>

java.lang.Object
de.bund.bva.isyfact.serviceapi.core.aufrufkontext.StelltAllgemeinenAufrufKontextBereitInterceptor<T>
Type Parameters:
T - Implementation of AufrufKontext that should be mapped to.
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.core.Ordered

@Deprecated public class StelltAllgemeinenAufrufKontextBereitInterceptor<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.
An interceptor that provides the calling context based on a mapping.
  • 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.