Class HttpListener

All Implemented Interfaces:
HasPhysicalDestination, IConfigurable, IConfigurationAware, IListener<Message>, INamedObject, IPushingListener<Message>, IScopeProvider, ServiceClient, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Deprecated public class HttpListener extends PushingListenerAdapter implements HasPhysicalDestination
Deprecated.
Implementation of a IPushingListener that enables a Receiver to receive messages from HTTP requests. If you are writing a new configuration, you are recommended to use an ApiListener or a WebServiceListener instead.
Since:
4.4.x (still experimental)
Author:
Gerrit van Brakel