Class PushingListenerAdapter

java.lang.Object
org.frankframework.http.PushingListenerAdapter
All Implemented Interfaces:
IConfigurable, IConfigurationAware, IListener<Message>, INamedObject, IPushingListener<Message>, IScopeProvider, ServiceClient, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
ApiListener, HttpListener, RestListener, WebServiceListener

public abstract class PushingListenerAdapter extends Object implements IPushingListener<Message>, ServiceClient
Baseclass of a IPushingListener that enables a Receiver to receive messages from Servlets.
Since:
4.12
Author:
Gerrit van Brakel