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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM Copyright field
- See Also:
- Constant Field Values
TransportOverrideFactory
public TransportOverrideFactory()
- Constructor.
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
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.