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)
aTransportName
- the new transport namepublic java.lang.String getMsgTypeName()
public void setMsgTypeName(java.lang.String aMsgTypeName)
public TypedProperty getAttributes()
public void setAttributes(TypedProperty aTypedProperty)
aTypedProperty
- the new attributes to
override.