public static interface MQHeaderFactory.Registry
MQHeaderRegistry| Modifier and Type | Method and Description |
|---|---|
MQHeaderFactory |
getFactoryForFormat(java.lang.String format) |
MQHeaderFactory |
getFactoryForType(java.lang.String type) |
java.util.Collection<?> |
getRegisteredFormats() |
java.util.Collection<?> |
getRegisteredTypes() |
void |
register(MQHeaderFactory factory)
Registers an MQHeaderFactory.
|
MQHeaderFactory getFactoryForFormat(java.lang.String format)
format - MQHeaderFactory getFactoryForType(java.lang.String type)
type - void register(MQHeaderFactory factory)
factory - java.util.Collection<?> getRegisteredFormats()
java.util.Collection<?> getRegisteredTypes()