Class ListenerFactory

java.lang.Object
org.apache.commons.digester3.AbstractObjectCreationFactory<Object>
All Implemented Interfaces:
org.apache.commons.digester3.ObjectCreationFactory<Object>, IDigesterRuleAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ListenerFactory extends GenericFactory
Factory for instantiating listeners from the Digester framework. Instantiates correlated listener in the context of a MessageSendingPipe.
Since:
4.8
Author:
Tim van der Leeuw