org.opencredo.esper.config.xml
Class EsperListenerParser

java.lang.Object
  extended by org.opencredo.esper.config.xml.EsperListenerParser

public class EsperListenerParser
extends java.lang.Object

Parses the listeners block in the Spring custom namespace support.

Author:
Russ Miles (russ.miles@opencredo.com)

Constructor Summary
EsperListenerParser()
           
 
Method Summary
 org.springframework.beans.factory.support.ManagedSet parseListeners(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
          Parses out a set of configured esper statement listeners.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EsperListenerParser

public EsperListenerParser()
Method Detail

parseListeners

public org.springframework.beans.factory.support.ManagedSet parseListeners(org.w3c.dom.Element element,
                                                                           org.springframework.beans.factory.xml.ParserContext parserContext)
Parses out a set of configured esper statement listeners.

Parameters:
element - the esper listeners element
parserContext - the parser's current context
Returns:
a list of configured esper statement listeners


Copyright © 2010. All Rights Reserved.