Uses of Interface
org.frankframework.core.HasPhysicalDestination
Package
Description
-
Uses of HasPhysicalDestination in org.frankframework.http
Modifier and TypeClassDescriptionclass
Sender for the HTTP protocol usingHttpMethod
.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Sender for the HTTP protocol usingHttpMethod
.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Listener that allows aReceiver
to receive messages as a REST webservice.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Listener that allows aReceiver
to receive messages as a SOAP webservice.class
Sender that sends a message via a WebService. -
Uses of HasPhysicalDestination in org.frankframework.http.rest
Modifier and TypeClassDescriptionclass
Listener that allows aReceiver
to receive messages as a REST webservice. -
Uses of HasPhysicalDestination in org.frankframework.jdbc
Modifier and TypeClassDescriptionclass
JDBC implementation ofIMessageBrowser
.class
This executes the query that is obtained from the (here still abstract) method getStatement.class
Base class for building JDBC-senders.class
Pipe that iterates over the lines in a BLOB.class
Pipe that iterates over the lines in a CLOB.class
QuerySender that interprets the input message as a query, possibly with attributes.class
DummyTransactionalStorage<S extends Serializable>
Deprecated, for removal: This API element is subject to removal in a future version.class
QuerySender that assumes a fixed query, possibly with attributes.class
Provides functions for JDBC connections.class
Base class for JDBC iterating pipes.protected class
class
JdbcListener<M>
JdbcListener base class.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Database Listener that operates on a table having at least a key and a status field.class
class
JdbcTransactionalStorage<S extends Serializable>
Implements a message log (JdbcMessageLog
) or error store (JdbcErrorStorage
) that uses database table IBISSTORE.class
abstract baseclass for Pipes that iterate over the lines in a lob.class
Read messages from the IBISSTORE database table previously stored by aMessageStoreSender
.class
Send messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener
.class
QuerySender that writes each row in a ResultSet to a file.class
Pipe that iterates over rows in in ResultSet.class
Database Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.class
StoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.class
QuerySender that transforms the input message to a query. -
Uses of HasPhysicalDestination in org.frankframework.jms
Modifier and TypeClassDescriptionclass
Common baseclass for Pulling and Pushing JMS Listeners.class
AbstractJmsMessageBrowser<M,
J extends jakarta.jms.Message> Basic browser of JMS Messages.class
JmsBrowser<M extends jakarta.jms.Message>
Basic browser of JMS Messages.class
Provides functions for jms connections, queues and topics and acts as a facade to hide for clients whether aQueue
orTopic
is used.class
A true multi-threadedListener
-class.class
This class sends messages with JMS.class
JmsTransactionalStorage<S extends Serializable>
Implements a message log (JmsMessageLog
) or error store (JmsErrorStorage
) that uses JMS technology.class
A true multi-threadedListener
-class.class
JMSListener re-implemented as a pushing listener rather than a pulling listener. -
Uses of HasPhysicalDestination in org.frankframework.mongodb
Modifier and TypeClassDescriptionclass
Sender to perform action on a MongoDB database. -
Uses of HasPhysicalDestination in org.frankframework.pipes
Modifier and TypeClassDescriptionclass
Pipe
that validates the XML or JSON input message against a XML Schema and returns either XML or JSON.class
XmlValidator that will read the XSD's to use from a WSDL. -
Uses of HasPhysicalDestination in org.frankframework.receivers
Modifier and TypeClassDescriptionclass
Listener to receive messages sent by theFrankSender
, for situations where calling anAdapter
directly is not desired.class
JavaListener<M>
Use this listener to receive messages from other adapters or a scheduler within the same Frank-application or from other components residing in the same JVM. -
Uses of HasPhysicalDestination in org.frankframework.scheduler.job
Modifier and TypeClassDescriptionstatic class
The sole purpose of this call is to prevent AOP wrapping around the sendMessage / sendMessageOrThrow methods. -
Uses of HasPhysicalDestination in org.frankframework.senders
Modifier and TypeClassDescriptionclass
Sender to send a message to another Frank!class
Posts a message to another Frank!class
Posts a message to another Frank!class
sender
that sends a mail specified by an XML message. -
Uses of HasPhysicalDestination in org.frankframework.soap
Modifier and TypeClassDescriptionclass
XmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation. -
Uses of HasPhysicalDestination in org.frankframework.util