Interface ESITargetInfoFinder


public interface ESITargetInfoFinder
Interface for implementations that find distribution target information.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the <Destination> element that gets sent with the ESI response for the input distribution target.
    Returns the plant name for the input distribution target.
  • Method Details

    • getDestinationId

      String getDestinationId(ESITarget tgt) throws ESIException
      Returns the value of the <Destination> element that gets sent with the ESI response for the input distribution target. A definition for this method needs to be provided by the implementing class and will be invoked for ERP Connector and custom type distribution targets.

      Supported API: true
      Parameters:
      tgt - - Input distribution target for which to fetch the <Destination> value.
      Returns:
      - Value of the <Destination> element.
      Throws:
      ESIException
    • getPlantName

      String getPlantName(ESITarget tgt) throws ESIException
      Returns the plant name for the input distribution target. A definition for this method needs to be provided by the implementing class and will be invoked for ERP Connector and custom type distribution targets.

      Supported API: true
      Parameters:
      tgt - - Input distribution target for which to fetch the plant name.
      Returns:
      - The plant name.
      Throws:
      ESIException