Class OutletTypes


  • public class OutletTypes
    extends Object
    Manages the types of known Outlets. This include information about how to read the configuration of each outlet type.
    • Constructor Detail

      • OutletTypes

        public OutletTypes()
        Constructor. Creates a new instance containing the mappings to the default outlet types.
    • Method Detail

      • getTypedOutletHandlerFactories

        public Map<String,​TypedOutletSaxHandlerFactory> getTypedOutletHandlerFactories()
        Returns an unmodifiable map containing all typed outlet handler factories, keyed by their type.
        Returns:
        all typed outlet handler factories, not null.
      • getUntypedOutletHandlerFactories

        public List<UntypedOutletSaxHandlerFactory> getUntypedOutletHandlerFactories()
        Returns an unmodifiable list containing all untyped outlet handler factories.
        Returns:
        all untyped outlet handler factories, not null.