Interface SapCpiServiceOrderOutboundBuilderService<SOURCE,TARGET>

Type Parameters:
SOURCE - source object
TARGET - target object
All Known Implementing Classes:
DefaultSapCpiServiceOrderCancelOutboundBuilderService, DefaultSapCpiServiceOrderUpdateOutboundBuilderService

public interface SapCpiServiceOrderOutboundBuilderService<SOURCE,TARGET>
Interface for building objects from SOURCE to TARGET
  • Method Summary

    Modifier and Type
    Method
    Description
    build(SOURCE source)
    Builds target from source.
  • Method Details

    • build

      TARGET build(SOURCE source)
      Builds target from source.
      Parameters:
      source - Payload source model
      Returns:
      TARGET target source model