com.ibm.commerce.marketingcenter.events.runtime

Class MktgEventHandlerFactory

  • java.lang.Object
    • com.ibm.commerce.marketingcenter.events.runtime.MktgEventHandlerFactory


  • public class MktgEventHandlerFactory
    extends java.lang.Object
    This factory class creates a marketing events handler class for given event.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static MktgEventHandler createHandler(java.lang.String registryEntryType)
      This returns an object that handles the specified event.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • createHandler

        public static MktgEventHandler createHandler(java.lang.String registryEntryType)
        This returns an object that handles the specified event.
        Parameters:
        registryEntryType - The event name as specified in the MarketingEventService class.
        Returns:
        MktgEventHandler object.