Package org.frankframework.http
Class HttpListener
java.lang.Object
org.frankframework.http.PushingListenerAdapter
org.frankframework.http.HttpListener
- All Implemented Interfaces:
HasPhysicalDestination
,IConfigurable
,IConfigurationAware
,IListener<Message>
,INamedObject
,IPushingListener<Message>
,IScopeProvider
,ServiceClient
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@Deprecated(forRemoval=true,
since="7.8.0")
public class HttpListener
extends PushingListenerAdapter
implements HasPhysicalDestination
Deprecated, for removal: This API element is subject to removal in a future version.
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
-
Field Summary
Fields inherited from class org.frankframework.http.PushingListenerAdapter
log
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.void
setServiceName
(String string) Deprecated, for removal: This API element is subject to removal in a future version.name of the service that is provided by the adapter of this listenervoid
start()
Deprecated, for removal: This API element is subject to removal in a future version.Prepares the listener for receiving messages.void
stop()
Deprecated, for removal: This API element is subject to removal in a future version.Close all resources used for listening.Methods inherited from class org.frankframework.http.PushingListenerAdapter
afterMessageProcessed, configure, extractMessage, getApplicationContext, getConfigurationClassLoader, getName, isApplicationFaultsAsExceptions, isRunning, processRequest, setApplicationContext, setApplicationFaultsAsExceptions, setExceptionListener, setHandler, setName, setRunning, toString, wrapRawMessage
-
Constructor Details
-
HttpListener
public HttpListener()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
start
public void start()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:IListener
Prepares the listener for receiving messages.open()
is called once each time the listener is started.- Specified by:
start
in interfaceIListener<Message>
- Overrides:
start
in classPushingListenerAdapter
-
stop
public void stop()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:IListener
Close all resources used for listening. Called once each time the listener is stopped.- Specified by:
stop
in interfaceIListener<Message>
- Overrides:
stop
in classPushingListenerAdapter
-
getPhysicalDestinationName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getPhysicalDestinationName
in interfaceHasPhysicalDestination
-
setServiceName
Deprecated, for removal: This API element is subject to removal in a future version.name of the service that is provided by the adapter of this listener -
getDomain
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDomain
in interfaceHasPhysicalDestination
-
getServiceName
Deprecated, for removal: This API element is subject to removal in a future version.
-