@Deprecated public class HttpListener extends PushingListenerAdapter implements HasPhysicalDestination
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.log
Constructor and Description |
---|
HttpListener()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
Close all resources used for listening.
|
String |
getPhysicalDestinationName()
Deprecated.
|
void |
open()
Deprecated.
Prepares the listener for receiving messages.
|
void |
setServiceName(String string)
Deprecated.
name of the service that is provided by the adapter of this listener
|
afterMessageProcessed, configure, extractMessage, processRequest, setApplicationFaultsAsExceptions, setExceptionListener, setHandler, setName, setRunning, toString, wrapRawMessage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDomain
getName
getApplicationContext, getName
getConfigurationClassLoader
public void open() throws ListenerException
IListener
open()
is called once each time the listener is started.open
in interface IListener<Message>
open
in class PushingListenerAdapter
ListenerException
public void close()
IListener
close
in interface IListener<Message>
close
in class PushingListenerAdapter
public String getPhysicalDestinationName()
getPhysicalDestinationName
in interface HasPhysicalDestination
public void setServiceName(String string)
Copyright © 2023 Frank!Framework. All rights reserved.