Interface AufrufKontextToResolver

All Known Implementing Classes:
DefaultAufrufKontextToResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface AufrufKontextToResolver
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.
Resolver for reading AufrufKontextTo from a parameter List.
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<de.bund.bva.pliscommon.serviceapi.service.httpinvoker.v1_0_0.AufrufKontextTo>
    Deprecated.
    Resolves AufrufKontextTo from an Object array.
  • Method Details

    • leseAufrufKontextTo

      Optional<de.bund.bva.pliscommon.serviceapi.service.httpinvoker.v1_0_0.AufrufKontextTo> leseAufrufKontextTo(Object[] args)
      Deprecated.
      Resolves AufrufKontextTo from an Object array. Primary use is to read AufrufKontextTo from the parameter list of a service call.
      Parameters:
      args - arguments of the service call
      Returns:
      an Optional containing the AufrufKontextTo. Returns empty Optional, if no AufrufKontextTo was found.