com.ibm.mq.headers

Interface MQHeaderFactory.Registry

All known implementing classes:
MQHeaderRegistry
Enclosing interface:
MQHeaderFactory

  1. public static interface MQHeaderFactory.Registry
Interface representing a registry for MQHeaderFactories and their supported types and formats.
See Also:
MQHeaderRegistry

Method Summary

Modifier and Type Method and Description
  1. MQHeaderFactory
getFactoryForFormat(java.lang.String format)
Returns an MQHeaderFactory associated with the specified format.
  1. MQHeaderFactory
getFactoryForType(java.lang.String type)
Returns an MQHeaderFactory that supports the specified header type.
  1. java.util.Collection
getRegisteredFormats()
Returns the set of formats supported by the registered MQHeaderFactories.
  1. java.util.Collection
getRegisteredTypes()
Returns the set of header types supported by the registered MQHeaderFactories.
  1. void
register(MQHeaderFactory factory)
Registers an MQHeaderFactory.

Method Detail

getFactoryForFormat

  1. MQHeaderFactory getFactoryForFormat( java.lang.String format)
Returns an MQHeaderFactory associated with the specified format.

getFactoryForType

  1. MQHeaderFactory getFactoryForType( java.lang.String type)
Returns an MQHeaderFactory that supports the specified header type.

register

  1. void register(MQHeaderFactory factory)
Registers an MQHeaderFactory.

getRegisteredFormats

  1. java.util.Collection getRegisteredFormats( )
Returns the set of formats supported by the registered MQHeaderFactories.

getRegisteredTypes

  1. java.util.Collection getRegisteredTypes( )
Returns the set of header types supported by the registered MQHeaderFactories.