Uses of Interface
org.frankframework.core.AdapterAware
Package
Description
-
Uses of AdapterAware in org.frankframework.http
Modifier and TypeClassDescriptionclass
Sender for the HTTP protocol usingHttpMethod
.class
Note 1: Some certificates require the <java_home>/jre/lib/security/xxx_policy.jar files to be upgraded to unlimited strength.class
Sender for the HTTP protocol usingHttpMethod
.class
Shared HTTPSession, implementsSharedResource
so it can be set in the Configuration.xmlclass
Deprecated.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Sender that sends a message via a WebService. -
Uses of AdapterAware in org.frankframework.jdbc
Modifier and TypeClassDescriptionclass
This executes the query that is obtained from the (here still abstract) method getStatement.class
Base class for building JDBC-senders.class
QuerySender that interprets the input message as a query, possibly with attributes.class
QuerySender that assumes a fixed query, possibly with attributes.protected class
class
QuerySender that writes each row in a ResultSet to a file.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 AdapterAware in org.frankframework.jms
-
Uses of AdapterAware in org.frankframework.senders
Modifier and TypeClassDescriptionclass
Baseclass for Wrappers for senders, that allows to get input from a session variable, and to store output in a session variable.class
Sender used to run JavaScript code using `JavascriptEngine` implementations.class
Collection of Senders, that are executed all at the same time.class
Wrapper for senders, that opens the wrapped sender at runtime before each sender action, and closes it afterwards.class
Series of Senders, that are executed one after another.class
Wrapper for senders, that allows to get input from a session variable, and to store output in a session variable.class
Collection of Senders, that are executed all at the same time.