Class used to define overrides for a given transport + msgtype.
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright field |
static TransportOverrideFactory | FACTORY Factory used to create instances of this type. |
Method Summary | |
TypedProperty | getAttributes() Gets the attributes to override. |
java.lang.String | getMsgTypeName() Gets the message type name. |
java.lang.String | getTransportName() Gets the transport name. |
void | setAttributes(TypedProperty aTypedProperty) Sets the typed property. |
void | setMsgTypeName(java.lang.String aMsgTypeName) Sets the message type name. |
void | setTransportName(java.lang.String aTransportName) Sets the transport name. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final TransportOverrideFactory FACTORY
Method Detail |
public java.lang.String getTransportName()
public void setTransportName(java.lang.String aTransportName)
public java.lang.String getMsgTypeName()
public void setMsgTypeName(java.lang.String aMsgTypeName)
public TypedProperty getAttributes()
public void setAttributes(TypedProperty aTypedProperty)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.