Interface MessagingInterfaceDescMapper


  • public interface MessagingInterfaceDescMapper
    Defines the interface of an interface description mapper.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.smartgridready.driver.api.messaging.model.MessagingInterfaceDescription mapToDriverApi​(com.smartgridready.ns.v0.MessagingInterfaceDescription source)
      Maps the interface specification to its driver equivalent.
    • Method Detail

      • mapToDriverApi

        com.smartgridready.driver.api.messaging.model.MessagingInterfaceDescription mapToDriverApi​(com.smartgridready.ns.v0.MessagingInterfaceDescription source)
        Maps the interface specification to its driver equivalent.
        Parameters:
        source - the interface description
        Returns:
        the driver interface description