com.ibm.commerce.messaging.notification.datatypes

Class TransportOverrideFactory

  • java.lang.Object
    • com.ibm.commerce.messaging.notification.datatypes.TransportOverrideFactory


  • public class TransportOverrideFactory
    extends java.lang.Object
    Factory used to create objects implementing TransportOverride interface.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright field
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      TransportOverride getInstance(java.lang.String aTransportName, java.lang.String aMsgType, TypedProperty attributes)
      Method to get a new object implementing TransportOverride interface.
      • 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 field
        See Also:
        Constant Field Values
    • Constructor Detail

      • TransportOverrideFactory

        public TransportOverrideFactory()
        Constructor.
    • Method Detail

      • getInstance

        public TransportOverride getInstance(java.lang.String aTransportName,
                                             java.lang.String aMsgType,
                                             TypedProperty attributes)
        Method to get a new object implementing TransportOverride interface.
        Parameters:
        aTransportName - the transport name
        aMsgType - the message type
        attributes - the typed property
        Returns:
        new TransportOverride object