Class MapBasedParserDef

    • Constructor Detail

      • MapBasedParserDef

        public MapBasedParserDef​(java.lang.String listenerName,
                                 PropertyTree definition)
    • Method Detail

      • getQueueName

        public java.lang.String getQueueName()
        Description copied from interface: ParserDefinition
        The name of the queue the parser "writes" to.
        Specified by:
        getQueueName in interface ParserDefinition
        Returns:
        The name of the queue the parser "writes" to. Must not be null.
      • getFullName

        public java.lang.String getFullName()
        Description copied from interface: ParserDefinition
        Returns the full qualified (unique) name of the parser.
        Specified by:
        getFullName in interface ParserDefinition
        Returns:
        The name uniquely identifying the parser. Must not be null.