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
static java.lang.String COPYRIGHT
          IBM Copyright field
 
Constructor Summary
TransportOverrideFactory()
          Constructor.
 
Method Summary
  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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
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