Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AAC - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- abort() - Method in class org.frankframework.task.TimeoutGuard
-
Implement this method to stop the process and cleanup the resources you are 'guarding'.
- abortPipe() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- abortThread(Throwable) - Method in class org.frankframework.threading.ThreadConnector
- absolute(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- AbstractConfigurableLifecyle - Class in org.frankframework.lifecycle
- AbstractConfigurableLifecyle() - Constructor for class org.frankframework.lifecycle.AbstractConfigurableLifecyle
- AbstractJmsConfigurator - Class in org.frankframework.unmanaged
-
Base class for JMS Configurator implementations.
- AbstractJmsConfigurator() - Constructor for class org.frankframework.unmanaged.AbstractJmsConfigurator
- AbstractParameter - Class in org.frankframework.parameters
-
Generic parameter definition.
- AbstractParameter() - Constructor for class org.frankframework.parameters.AbstractParameter
- AbstractParameter.DefaultValueMethods - Enum Class in org.frankframework.parameters
- AbstractParameter.ParameterMode - Enum Class in org.frankframework.parameters
- AbstractPipe - Class in org.frankframework.pipes
-
Base class for
Pipe
. - AbstractPipe() - Constructor for class org.frankframework.pipes.AbstractPipe
- AbstractQueryOutputTransformer - Class in org.frankframework.jdbc.transformer
- AbstractQueryOutputTransformer() - Constructor for class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- AbstractQueryOutputTransformer(XMLReader) - Constructor for class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- AbstractResponseValidatorWrapper<V extends ValidatorBase> - Class in org.frankframework.core
-
Wrapper for the response validator.
- AbstractResponseValidatorWrapper(V) - Constructor for class org.frankframework.core.AbstractResponseValidatorWrapper
- AbstractSpringPoweredDigesterFactory - Class in org.frankframework.configuration.digester
-
This is a factory for objects to be used with the 'factory-create-rule' of the Apache Digester framework as a replacement for the 'object-create-rule'.
- AbstractSpringPoweredDigesterFactory() - Constructor for class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
- AbstractXADataSourceFactory - Class in org.frankframework.jdbc.datasource
- AbstractXADataSourceFactory() - Constructor for class org.frankframework.jdbc.datasource.AbstractXADataSourceFactory
- AbstractXmlValidator - Class in org.frankframework.validation
-
baseclass for validating input message against a XML Schema.
- AbstractXmlValidator() - Constructor for class org.frankframework.validation.AbstractXmlValidator
- AbstractXmlValidator.ValidationResult - Enum Class in org.frankframework.validation
- accept(File, String) - Method in class org.frankframework.util.WildCardFilter
- accepts(String) - Method in class org.frankframework.http.rest.ApiListener
-
Match request 'Accept' header to produces enum to see if the client accepts the message
- accepts(String) - Method in enum class org.frankframework.http.rest.MediaTypes
-
Checks if this enum matches a value in the provided 'Accept' header.
- ACCESSTOKEN_MANAGER_KEY - Static variable in class org.frankframework.http.authentication.OAuthAuthenticationScheme
- acquire() - Method in class org.frankframework.util.Locker
- acquire(MessageKeeper) - Method in class org.frankframework.util.Locker
-
Obtain the lock.
- ActionJob - Class in org.frankframework.scheduler.job
-
Job which can stop/start adapters and receivers.
- ActionJob() - Constructor for class org.frankframework.scheduler.job.ActionJob
- ActionJob.AvailableAction - Enum Class in org.frankframework.scheduler.job
- ActionSelector - Annotation Interface in org.frankframework.management.bus
- activateConfig(ApplicationContext, String, String, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
-
Set the all ACTIVECONFIG to false and specified version to true
- activateGuard(int) - Method in class org.frankframework.task.TimeoutGuard
-
Sets and activates the timeout
- ACTIVE - Enum constant in enum class org.frankframework.jta.StatusRecordingTransactionManager.Status
- adapter - Variable in class org.frankframework.senders.SenderWrapperBase
- Adapter - Class in org.frankframework.core
-
The Adapter is the central manager in the framework.
- Adapter() - Constructor for class org.frankframework.core.Adapter
- ADAPTER - Enum constant in enum class org.frankframework.monitoring.SourceFiltering
- ADAPTER - Enum constant in enum class org.frankframework.senders.FrankSender.Scope
- AdapterAware - Interface in org.frankframework.core
- AdapterFilter - Class in org.frankframework.monitoring
-
Filter on Adapters, used by Triggers.
- AdapterFilter() - Constructor for class org.frankframework.monitoring.AdapterFilter
- AdapterLifecycleWrapperBase - Class in org.frankframework.configuration
- AdapterLifecycleWrapperBase() - Constructor for class org.frankframework.configuration.AdapterLifecycleWrapperBase
- AdapterManager - Class in org.frankframework.configuration
-
Manager which holds all adapters within a
Configuration
. - AdapterManager() - Constructor for class org.frankframework.configuration.AdapterManager
- AdapterStatistics - Class in org.frankframework.management.bus.endpoints
- AdapterStatistics() - Constructor for class org.frankframework.management.bus.endpoints.AdapterStatistics
- AdapterStatus - Class in org.frankframework.management.bus.endpoints
- AdapterStatus() - Constructor for class org.frankframework.management.bus.endpoints.AdapterStatus
- AdapterStatus.Expanded - Enum Class in org.frankframework.management.bus.endpoints
- add(E) - Method in class org.frankframework.util.SizeLimitedVector
- add(Object, Logger, String) - Method in class org.frankframework.configuration.ApplicationWarningsBase
-
Add a warning with Object Class + Name prefix
- add(Object, Logger, String, Throwable) - Method in class org.frankframework.configuration.ApplicationWarningsBase
-
Add a warning with Object Class + Name prefix and log the exception stack
- add(Object, Logger, String, SuppressKeys, Adapter) - Method in class org.frankframework.configuration.ConfigurationWarnings
- add(String) - Method in class org.frankframework.util.MessageKeeper
- add(String) - Method in class org.frankframework.validation.RootValidations
- add(String, boolean) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- add(String, Number) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- add(String, String) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- add(String, Throwable) - Method in class org.frankframework.util.MessageKeeper
-
Add an error message to the
MessageKeeper(int)
and log it as a warning - add(String, Instant) - Method in class org.frankframework.util.MessageKeeper
- add(String, Instant, MessageKeeper.MessageKeeperLevel) - Method in class org.frankframework.util.MessageKeeper
- add(String, MessageKeeper.MessageKeeperLevel) - Method in class org.frankframework.util.MessageKeeper
- add(Logger, String) - Static method in class org.frankframework.configuration.ApplicationWarnings
-
Add an ApplicationWarning
- add(Logger, String, Throwable) - Static method in class org.frankframework.configuration.ApplicationWarnings
-
Add an ApplicationWarning and log the exception stack
- add(IConfigurationAware, Logger, String) - Static method in class org.frankframework.configuration.ConfigurationWarnings
-
Add a ConfigurationWarning with INamedObject prefix
- add(IConfigurationAware, Logger, String, Throwable) - Static method in class org.frankframework.configuration.ConfigurationWarnings
-
Add a ConfigurationWarning with INamedObject prefix and log the exception stack
- add(IConfigurationAware, Logger, String, SuppressKeys) - Static method in class org.frankframework.configuration.ConfigurationWarnings
-
Add a (globally-)suppressible ConfigurationWarning with INamedObject prefix
- add(IConfigurationAware, Logger, String, SuppressKeys, Adapter) - Static method in class org.frankframework.configuration.ConfigurationWarnings
-
Add a suppressible ConfigurationWarning with INamedObject prefix
- add(IParameter) - Method in class org.frankframework.parameters.ParameterList
- add(ParameterValue) - Method in class org.frankframework.parameters.ParameterValueList
- add(Message, PipeLineSession, ParameterValueList) - Method in class org.frankframework.collection.Collection
- add(RootValidation) - Method in class org.frankframework.validation.RootValidations
- add(O, String) - Method in class org.frankframework.jdbc.datasource.ObjectFactoryBase
-
Add and augment an Object to this factory so it can be used without the need of a lookup.
- addAdapter(Adapter) - Method in class org.frankframework.configuration.AdapterLifecycleWrapperBase
- addAdapter(Adapter) - Method in class org.frankframework.jmx.JmxAdapterWrapper
- addAdapter(Adapter) - Method in class org.frankframework.util.flow.FlowDiagramAdapterWrapper
- addArrayElement(String) - Method in class org.frankframework.documentbuilder.ArrayBuilder
- addArrayField(String, String) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- addAttribute(String, boolean) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- addAttribute(String, boolean) - Method in class org.frankframework.documentbuilder.XmlObjectBuilder
- addAttribute(String, boolean) - Method in class org.frankframework.util.XmlBuilder
- addAttribute(String, int) - Method in class org.frankframework.xml.SaxElementBuilder
- addAttribute(String, long) - Method in class org.frankframework.util.XmlBuilder
- addAttribute(String, Number) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- addAttribute(String, Number) - Method in class org.frankframework.documentbuilder.XmlObjectBuilder
- addAttribute(String, String) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- addAttribute(String, String) - Method in class org.frankframework.documentbuilder.XmlObjectBuilder
- addAttribute(String, String) - Method in class org.frankframework.util.XmlBuilder
- addAttribute(String, String) - Method in class org.frankframework.xml.SaxElementBuilder
- addAttributes(Map<String, String>) - Method in class org.frankframework.xml.SaxElementBuilder
- addBinaryBody(String, InputStream) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
- addBinaryBody(String, InputStream, ContentType, String) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
- addCache(Cache) - Method in class org.frankframework.cache.IbisCacheManager
- addConfigToDatabase(ApplicationContext, String, boolean, boolean, String, InputStream, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
- addConfigToDatabase(ApplicationContext, String, boolean, boolean, String, String, String, InputStream, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
- addConfiguration(Configuration) - Method in interface org.frankframework.configuration.IbisManager
- addConfiguration(Configuration) - Method in class org.frankframework.unmanaged.DefaultIbisManager
- addContent(E, E) - Method in class org.frankframework.align.content.TreeContentContainer
- addContent(JsonElementContainer) - Method in class org.frankframework.align.content.JsonElementContainer
- addContent(JsonElementContainer, JsonElementContainer) - Method in class org.frankframework.align.content.JsonDocumentContainer
- addCookie(HttpServletRequest, HttpServletResponse, Cookie, int) - Static method in class org.frankframework.util.CookieUtil
- addDirectoryCleaner(DirectoryCleaner) - Method in class org.frankframework.scheduler.job.CleanupFileSystemJob
- addElement() - Method in interface org.frankframework.documentbuilder.IArrayBuilder
- addElement() - Method in class org.frankframework.documentbuilder.JsonArrayBuilder
- addElement() - Method in class org.frankframework.documentbuilder.XmlArrayBuilder
- addElement(boolean) - Method in class org.frankframework.documentbuilder.ArrayBuilder
- addElement(Number) - Method in class org.frankframework.documentbuilder.ArrayBuilder
- addElement(String) - Method in class org.frankframework.documentbuilder.ArrayBuilder
- addElement(String) - Method in class org.frankframework.xml.SaxElementBuilder
- addElement(String, String) - Method in class org.frankframework.xml.SaxElementBuilder
- addElement(String, String, String, String) - Method in class org.frankframework.xml.SaxElementBuilder
- addElement(String, Map<String, String>) - Method in class org.frankframework.xml.SaxElementBuilder
- addElement(String, Map<String, String>, String) - Method in class org.frankframework.xml.SaxElementBuilder
- addErrorMessageToMessageKeeper(String, Throwable) - Method in class org.frankframework.core.Adapter
-
send an error to the log and to the messagekeeper of the adapter
- addEventCode(String) - Method in class org.frankframework.monitoring.Trigger
- addExtensionNamespaces(XMLStreamWriter) - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
- addField(String) - Method in interface org.frankframework.documentbuilder.IObjectBuilder
- addField(String) - Method in class org.frankframework.documentbuilder.JsonObjectBuilder
- addField(String) - Method in class org.frankframework.documentbuilder.XmlObjectBuilder
- addField(String, String) - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- addField(String, String) - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
- addField(String, String) - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
- addField(String, String) - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
- addFieldDefinition(Attributes) - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- addFieldDefinition(Attributes) - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
- addFieldDefinition(Attributes) - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
- addFieldDefinition(Attributes) - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
- addFieldDefinitions(ObjectBuilder, ResultSetMetaData) - Static method in class org.frankframework.util.DB2DocumentWriter
- addFieldDefinitions(SaxElementBuilder, ResultSetMetaData) - Static method in class org.frankframework.util.DB2XMLWriter
- addGlobalWarning(String) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
-
Add a global message to the application
- addHttpSession(HttpSession) - Method in class org.frankframework.configuration.SharedResources
- addInvalidRootNamespaces(List<String>, List<String>) - Method in class org.frankframework.pipes.XmlValidator
- ADDITIONAL_PROPERTIES_FILE_SUFFIX - Static variable in class org.frankframework.configuration.BuildInfoValidator
- ADDITIONAL_PROPERTIES_FILE_SUFFIX_KEY - Static variable in class org.frankframework.util.AppConstants
- addJmsBindingInfo(XMLStreamWriter, WsdlGenerator, PipeLine) - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
- addJmsServiceInfo(XMLStreamWriter, JmsListener) - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
- addLocalWarning(String) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
-
Add a configuration warning message to the current configuration.
- addMonitor(Monitor) - Method in class org.frankframework.monitoring.MonitorManager
- addMonitorOrTrigger(Message<?>) - Method in class org.frankframework.management.bus.endpoints.Monitoring
- addNamespace(String) - Method in class org.frankframework.pipes.Json2XmlValidator
- addNamespaces(Schema, Map<String, String>) - Static method in class org.frankframework.pipes.WsdlXmlValidator
- addNumber(String, String) - Method in class org.frankframework.documentbuilder.JsonObjectBuilder
- addNumber(String, String) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- addNumberAttribute(String, String) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- addNumberAttribute(String, String) - Method in class org.frankframework.documentbuilder.XmlObjectBuilder
- addNumberElement(String) - Method in class org.frankframework.documentbuilder.ArrayBuilder
- addNumberProperty(XmlBuilder, String, long) - Static method in class org.frankframework.util.ProcessMetrics
- addObjectElement() - Method in class org.frankframework.documentbuilder.ArrayBuilder
- addObjectField(String) - Method in class org.frankframework.documentbuilder.ObjectBuilder
- addOptionalValue(ObjectBuilder, String, BsonValue) - Method in class org.frankframework.mongodb.MongoDbSender
- addParameter(IParameter) - Method in interface org.frankframework.core.IWithParameters
- addParameter(IParameter) - Method in class org.frankframework.http.HttpSenderBase
- addParameter(IParameter) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
- addParameter(IParameter) - Method in class org.frankframework.jdbc.JdbcSenderBase
- addParameter(IParameter) - Method in class org.frankframework.jdbc.MessageStoreSender
- addParameter(IParameter) - Method in class org.frankframework.jms.JmsListenerBase
- addParameter(IParameter) - Method in class org.frankframework.jms.JmsSender
- addParameter(IParameter) - Method in class org.frankframework.ldap.LdapSender
- addParameter(IParameter) - Method in class org.frankframework.parameters.AbstractParameter
- addParameter(IParameter) - Method in class org.frankframework.pipes.AbstractPipe
-
Add a parameter to the list of parameters
- addParameter(IParameter) - Method in class org.frankframework.pipes.XsltPipe
- addParameter(IParameter) - Method in class org.frankframework.senders.SenderWithParametersBase
- addParameter(Parameter) - Method in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
- addPart(String, ContentBody) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
- addPart(String, Message) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
- addPart(FormBodyPart) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
- addPartToCollection(Collection<C, P>, Message, PipeLineSession, ParameterValueList) - Method in class org.frankframework.collection.CollectorPipeBase
- addPipe(IPipe) - Method in class org.frankframework.core.PipeLine
-
Register a Pipe at this pipeline.
- addProperty(XmlBuilder, String, String) - Static method in class org.frankframework.util.ProcessMetrics
- addReason(String, String, String, XmlValidatorErrorHandler.ReasonType) - Method in class org.frankframework.validation.XmlValidatorErrorHandler
- addReason(Throwable, XmlValidatorErrorHandler.ReasonType) - Method in class org.frankframework.validation.XmlValidatorErrorHandler
- addRecipientToMessage(MailSenderBase.EMail) - Method in class org.frankframework.senders.MailSender.MailSession
- addRecipientToMessage(MailSenderBase.EMail) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
- addRecipientToMessage(MailSenderBase.EMail) - Method in class org.frankframework.senders.SendGridSender.GridMailSession
- addRepeatedField(String) - Method in interface org.frankframework.documentbuilder.IObjectBuilder
- addRepeatedField(String) - Method in class org.frankframework.documentbuilder.JsonObjectBuilder
- addRepeatedField(String) - Method in class org.frankframework.documentbuilder.XmlObjectBuilder
- addRequestRootValidation(RootValidation) - Method in class org.frankframework.pipes.XmlValidator
- addResponseRootValidation(RootValidation) - Method in class org.frankframework.pipes.XmlValidator
- addResult(SaxDocumentBuilder, ISender, Map<ISender, ParallelSenderExecutor>, String) - Method in class org.frankframework.senders.ShadowSender
- addRootNamespace(String, String) - Static method in class org.frankframework.util.XmlUtils
- addSoapEnvelopeToSchemaLocation - Variable in class org.frankframework.soap.SoapValidator
- addStartAdapterThread(Runnable) - Method in class org.frankframework.configuration.AdapterManager
- addStartAdapterThread(Runnable) - Method in class org.frankframework.configuration.Configuration
- addStopAdapterThread(Runnable) - Method in class org.frankframework.configuration.AdapterManager
- addStopAdapterThread(Runnable) - Method in class org.frankframework.configuration.Configuration
- addSubElement(String, String) - Method in class org.frankframework.util.XmlBuilder
- addSubElement(XmlBuilder) - Method in class org.frankframework.util.XmlBuilder
- addSums(long) - Method in class org.frankframework.metrics.LocalDistributionSummary
- addSuppressibleWarning(String, SuppressKeys) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
-
Add a warning message to the current configuration, unless the suppression key is suppressed in the configuration.
- addTargetNamespace() - Method in class org.frankframework.validation.XSD
-
convenience method to test adding namespaces to schemas, in the same way that SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes() does this.
- addTextBody(String, String) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
- addTextBody(String, String, ContentType) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
- addThrower(EventThrowing) - Method in class org.frankframework.monitoring.events.Event
- addToGlobalReplace(String) - Static method in class org.frankframework.logging.IbisMaskingLayout
- addToGlobalReplace(Pattern) - Static method in class org.frankframework.logging.IbisMaskingLayout
- addValue(char[], int, int) - Method in class org.frankframework.xml.SaxElementBuilder
- addValue(String) - Method in class org.frankframework.xml.SaxElementBuilder
- addWarnings(List<String>) - Method in class org.frankframework.configuration.ApplicationWarningsBase
- adjustFirstStringPart(String, PipeLineSession) - Method in class org.frankframework.pipes.StreamPipe
- adjustQueryAndParameterListForNamedParameters(ParameterList, String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- ADLER32 - Enum constant in enum class org.frankframework.pipes.hash.Algorithm
- afterLast() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- afterMessageProcessed(PipeLineResult, RawMessageWrapper<Message>, PipeLineSession) - Method in class org.frankframework.jms.JmsListenerBase
- afterMessageProcessed(PipeLineResult, RawMessageWrapper<Message>, PipeLineSession) - Method in class org.frankframework.jms.PullingJmsListener
- afterMessageProcessed(PipeLineResult, RawMessageWrapper<String>, PipeLineSession) - Method in class org.frankframework.jdbc.SimpleJdbcListener
- afterMessageProcessed(PipeLineResult, RawMessageWrapper<M>, PipeLineSession) - Method in interface org.frankframework.core.IListener
-
Called to perform actions (like committing or sending a reply) after a message has been processed by the Pipeline.
- afterMessageProcessed(PipeLineResult, RawMessageWrapper<M>, PipeLineSession) - Method in class org.frankframework.jdbc.JdbcListener
- afterMessageProcessed(PipeLineResult, RawMessageWrapper<M>, PipeLineSession) - Method in class org.frankframework.receivers.JavaListener
- afterMessageProcessed(PipeLineResult, RawMessageWrapper<Message>, PipeLineSession) - Method in class org.frankframework.http.PushingListenerAdapter
- afterMessageProcessed(PipeLineResult, RawMessageWrapper<Message>, PipeLineSession) - Method in class org.frankframework.receivers.FrankListener
- afterPropertiesSet() - Method in class org.frankframework.configuration.ApplicationWarnings
- afterPropertiesSet() - Method in class org.frankframework.configuration.ApplicationWarningsBase
- afterPropertiesSet() - Method in class org.frankframework.configuration.Configuration
-
Spring's configure method.
- afterPropertiesSet() - Method in class org.frankframework.core.JndiContextPrefixFactory
- afterPropertiesSet() - Method in class org.frankframework.jdbc.datasource.ObjectFactoryBase
- afterPropertiesSet() - Method in class org.frankframework.jdbc.datasource.ResourceObjectLocator
- afterPropertiesSet() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
- afterPropertiesSet() - Method in class org.frankframework.jmx.JmxAdapterWrapper
- afterPropertiesSet() - Method in class org.frankframework.jmx.JmxNamingStrategy
- afterPropertiesSet() - Method in class org.frankframework.jta.narayana.NarayanaConfigurationBean
-
Populate all the jBossTS EnvironmentBeans.
- afterPropertiesSet() - Method in class org.frankframework.jta.SpringTxManagerProxy
- afterPropertiesSet() - Method in class org.frankframework.lifecycle.NamespaceUriProviderBean
- afterPropertiesSet() - Method in class org.frankframework.lifecycle.ServletManager
- afterPropertiesSet() - Method in class org.frankframework.lifecycle.servlets.HttpSecurityConfigurer
- afterPropertiesSet() - Method in class org.frankframework.lifecycle.VerifyDatabaseConnectionBean
- afterPropertiesSet() - Method in class org.frankframework.lifecycle.VerifyServerSecurityBean
- afterPropertiesSet() - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
- afterPropertiesSet() - Method in class org.frankframework.management.bus.MessageDispatcher
- afterPropertiesSet() - Method in class org.frankframework.metrics.MetricsRegistryFactoryBean
- afterPropertiesSet() - Method in class org.frankframework.pipes.XmlValidator
- afterPropertiesSet() - Method in class org.frankframework.pipes.XsltPipe
- afterPropertiesSet() - Method in class org.frankframework.statistics.MetricsInitializer
- afterPropertiesSet() - Method in class org.frankframework.util.flow.DotFlowGenerator
- afterPropertiesSet() - Method in class org.frankframework.util.flow.FlowDiagramManager
- afterPropertiesSet() - Method in class org.frankframework.util.flow.GraphvizJsFlowGenerator
- afterPropertiesSet() - Method in class org.frankframework.util.flow.MermaidFlowGenerator
- afterSpringSecurityFilterChain(ServletContext) - Method in class org.frankframework.lifecycle.servlets.SecurityFilterChainConfigurer
- Alarm - Class in org.frankframework.monitoring
-
A Trigger that starts its life with type = ALARM.
- Alarm() - Constructor for class org.frankframework.monitoring.Alarm
- ALARM - Enum constant in enum class org.frankframework.monitoring.ITrigger.TriggerType
- Algorithm - Enum Class in org.frankframework.pipes.hash
-
Defines the supported algorithms which can be used in the
HashPipe
- ALGORITHM_DEFAULT - Static variable in class org.frankframework.pipes.SignaturePipe
- alignJson(String, PipeLineSession, boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
- AlignmentContext - Class in org.frankframework.align
-
Top of a stack of parsed elements, that represent the current position in the aligned document.
- AlignmentContext() - Constructor for class org.frankframework.align.AlignmentContext
- AlignmentContext(AlignmentContext, String, XSTypeDefinition) - Constructor for class org.frankframework.align.AlignmentContext
- alignXml2Json(String, PipeLineSession, boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
- ALL - Enum constant in enum class org.frankframework.core.IMessageBrowser.HideMethod
-
to mask the entire string
- ALL - Enum constant in enum class org.frankframework.management.bus.endpoints.AdapterStatus.Expanded
- AllowAllSecurityHandler - Class in org.frankframework.core
-
Security handler that declares that each role is valid.
- AllowAllSecurityHandler() - Constructor for class org.frankframework.core.AllowAllSecurityHandler
- ALPHANUMERIC - Enum constant in enum class org.frankframework.pipes.UUIDGeneratorPipe.Type
-
the UUID will not have a fixed length which will be about 42
- announceChildThread(Object, String) - Method in interface org.frankframework.threading.ThreadLifeCycleEventListener
- ANTIVIRUS_FAILED_FORWARD - Static variable in class org.frankframework.pipes.StreamPipe
- ANY - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- API_PRINCIPAL_KEY - Static variable in class org.frankframework.core.PipeLineSession
- ApiCacheManager - Class in org.frankframework.http.rest
- ApiCacheManager() - Constructor for class org.frankframework.http.rest.ApiCacheManager
- ApiDispatchConfig - Class in org.frankframework.http.rest
- ApiDispatchConfig(String) - Constructor for class org.frankframework.http.rest.ApiDispatchConfig
- ApiEhcache - Class in org.frankframework.http.rest
- ApiEhcache() - Constructor for class org.frankframework.http.rest.ApiEhcache
- ApiListener - Class in org.frankframework.http.rest
-
Listener that allows a
Receiver
to receive messages as a REST webservice. - ApiListener() - Constructor for class org.frankframework.http.rest.ApiListener
- ApiListener.AuthenticationMethods - Enum Class in org.frankframework.http.rest
- ApiListener.HttpMethod - Enum Class in org.frankframework.http.rest
- ApiListenerServlet - Class in org.frankframework.http.rest
- ApiListenerServlet() - Constructor for class org.frankframework.http.rest.ApiListenerServlet
- ApiMemcached - Class in org.frankframework.http.rest
- ApiMemcached() - Constructor for class org.frankframework.http.rest.ApiMemcached
- ApiPrincipal - Class in org.frankframework.http.rest
- ApiPrincipal() - Constructor for class org.frankframework.http.rest.ApiPrincipal
- ApiPrincipal(int) - Constructor for class org.frankframework.http.rest.ApiPrincipal
-
TimeToLive in seconds
- ApiPrincipalPipe - Class in org.frankframework.http.rest
-
Pipe to manage the ApiPrincipal handling
- ApiPrincipalPipe() - Constructor for class org.frankframework.http.rest.ApiPrincipalPipe
- ApiServiceDispatcher - Class in org.frankframework.http.rest
-
This class registers dispatches requests to the proper registered ApiListeners.
- ApiServiceDispatcher() - Constructor for class org.frankframework.http.rest.ApiServiceDispatcher
- APP_CONSTANTS - Static variable in class org.frankframework.lifecycle.IbisApplicationContext
- AppConstants - Class in org.frankframework.util
-
Singleton class that has the constant values for this application.
- appendParameters(boolean, StringBuilder, ParameterValueList) - Method in class org.frankframework.http.HttpSenderBase
- APPLICATION - Enum constant in enum class org.frankframework.lifecycle.SpringContextScope
- APPLICATION_SERVER_CUSTOMIZATION_PROPERTY - Static variable in class org.frankframework.lifecycle.servlets.ApplicationServerConfigurer
- APPLICATION_SERVER_CUSTOMIZATION_PROPERTY - Static variable in class org.frankframework.util.AppConstants
- APPLICATION_SERVER_TYPE_PROPERTY - Static variable in class org.frankframework.lifecycle.servlets.ApplicationServerConfigurer
- APPLICATION_SERVER_TYPE_PROPERTY - Static variable in class org.frankframework.util.AppConstants
- ApplicationMessageEvent - Class in org.frankframework.lifecycle
- ApplicationMessageEvent(ApplicationContext) - Constructor for class org.frankframework.lifecycle.ApplicationMessageEvent
- ApplicationMessageEvent(ApplicationContext, String) - Constructor for class org.frankframework.lifecycle.ApplicationMessageEvent
- ApplicationMessageEvent(ApplicationContext, String, Exception) - Constructor for class org.frankframework.lifecycle.ApplicationMessageEvent
- ApplicationMessageEvent(ApplicationContext, String, MessageKeeper.MessageKeeperLevel) - Constructor for class org.frankframework.lifecycle.ApplicationMessageEvent
- ApplicationMessageEvent(ApplicationContext, String, MessageKeeper.MessageKeeperLevel, Exception) - Constructor for class org.frankframework.lifecycle.ApplicationMessageEvent
- ApplicationServerConfigurer - Class in org.frankframework.lifecycle.servlets
-
It's important this is loaded first, and before any programmatic listeners have been added to determine the Application Server type.
- ApplicationServerConfigurer() - Constructor for class org.frankframework.lifecycle.servlets.ApplicationServerConfigurer
- ApplicationWarnings - Class in org.frankframework.configuration
- ApplicationWarnings() - Constructor for class org.frankframework.configuration.ApplicationWarnings
- ApplicationWarningsBase - Class in org.frankframework.configuration
- ApplicationWarningsBase() - Constructor for class org.frankframework.configuration.ApplicationWarningsBase
- apply(Object...) - Method in interface org.frankframework.javascript.GraalJS.JavaCallback
-
Deprecated.
- applyParameters(IDbmsSupport, PreparedStatement, ParameterList, Message, PipeLineSession) - Static method in class org.frankframework.util.JdbcUtil
- applyParameters(IDbmsSupport, PreparedStatement, ParameterValueList, PipeLineSession) - Static method in class org.frankframework.util.JdbcUtil
- applyStandardParameters(PreparedStatement, boolean, boolean) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- applyStandardParameters(PreparedStatement, String, boolean) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- areCookiesDisabled() - Method in class org.frankframework.http.HttpSessionBase
- ArrayBuilder - Class in org.frankframework.documentbuilder
- ArrayBuilder() - Constructor for class org.frankframework.documentbuilder.ArrayBuilder
- asArrayBuilder(String) - Method in interface org.frankframework.documentbuilder.IDocumentBuilder
- asArrayBuilder(String) - Method in class org.frankframework.documentbuilder.JsonDocumentBuilder
- asArrayBuilder(String) - Method in class org.frankframework.documentbuilder.XmlDocumentBuilder
- asArrayBuilder(IDocumentBuilder, String) - Static method in class org.frankframework.documentbuilder.StructureBuilder
- asBooleanValue(boolean) - Method in class org.frankframework.parameters.ParameterValue
- asByteArray() - Method in class org.frankframework.stream.Message
-
return the request object as a byte array.
- asByteArray(String) - Method in class org.frankframework.stream.Message
- ASC - Enum constant in enum class org.frankframework.core.IMessageBrowser.SortOrder
- asCollection() - Method in class org.frankframework.parameters.ParameterValue
- asInputSource() - Method in class org.frankframework.core.Resource
- asInputSource() - Method in class org.frankframework.stream.Message
-
return the request object as a
InputSource
. - asInputStream() - Method in class org.frankframework.stream.Message
-
return the request object as a
InputStream
. - asInputStream(String) - Method in class org.frankframework.stream.Message
- asIntegerValue(int) - Method in class org.frankframework.parameters.ParameterValue
- asJsonWriter() - Method in class org.frankframework.stream.MessageBuilder
- asLongValue(long) - Method in class org.frankframework.parameters.ParameterValue
- asMessage() - Method in class org.frankframework.parameters.ParameterValue
- asMessage() - Method in class org.frankframework.util.XmlBuilder
- asMessage(Object) - Static method in class org.frankframework.stream.Message
-
Please note that this method should only be used when you don't know the type of object.
- asObject() - Method in class org.frankframework.stream.Message
-
Deprecated.Please avoid the use of the raw object.
- asObjectBuilder() - Method in interface org.frankframework.documentbuilder.IDocumentBuilder
- asObjectBuilder() - Method in class org.frankframework.documentbuilder.JsonDocumentBuilder
- asObjectBuilder() - Method in class org.frankframework.documentbuilder.XmlDocumentBuilder
- asObjectBuilder(IDocumentBuilder) - Static method in class org.frankframework.documentbuilder.StructureBuilder
- asOutputStream() - Method in class org.frankframework.stream.MessageBuilder
- asReader() - Method in class org.frankframework.stream.Message
-
return the request object as a
Reader
. - asReader(String) - Method in class org.frankframework.stream.Message
- asResourceList(String, URI, ThrowingSupplier<InputStream, IOException>) - Method in class org.frankframework.jdbc.migration.LiquibaseResourceAccessor
- assertNotClosed() - Method in class org.frankframework.stream.Message
- asSource() - Method in class org.frankframework.core.Resource
- asSource() - Method in class org.frankframework.stream.Message
-
return the request object as a
Source
. - asSource(JsonValue) - Method in class org.frankframework.align.Json2Xml
-
Obtain the XmlAligner as a
Source
that can be used as input of aTransformer
. - asString() - Method in class org.frankframework.stream.Message
-
return the request object as a String.
- asString() - Method in interface org.frankframework.validation.IXSD
- asString() - Method in class org.frankframework.validation.XSD
- asString() - Method in class org.frankframework.validation.xsd.StringXsd
- asString(Object) - Static method in class org.frankframework.util.MessageUtils
-
Deprecated.
- asString(String) - Method in class org.frankframework.stream.Message
- asStringValue() - Method in class org.frankframework.parameters.ParameterValue
- asStringValue(String) - Method in class org.frankframework.parameters.ParameterValue
- asTemporaryMessage(Path) - Static method in class org.frankframework.stream.PathMessage
- asWriter() - Method in class org.frankframework.stream.MessageBuilder
- asXMLInputSource() - Method in class org.frankframework.core.Resource
- asXmlString() - Method in class org.frankframework.util.XmlBuilder
- asXmlWriter() - Method in class org.frankframework.stream.MessageBuilder
- atEndOfPipeLine(String, PipeLineResult, PipeLineSession) - Method in interface org.frankframework.core.IPipeLineExitHandler
-
Called to allow registered handler to perform cleanup or commit/rollback.
- ATTACHMENT - Static variable in class org.frankframework.http.mime.MultipartUtils
- Attribute() - Constructor for class org.frankframework.xml.AttributesWrapper.Attribute
- ATTRIBUTE - Enum constant in enum class org.frankframework.ldap.LdapSender.Manipulation
- attributeDecl(String, String, String, String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Report an attribute type declaration.
- AttributePropertyResolver - Class in org.frankframework.xml
- AttributePropertyResolver(ContentHandler, Properties, Set<String>) - Constructor for class org.frankframework.xml.AttributePropertyResolver
- attributesEqual(Attribute, Attribute) - Static method in class org.frankframework.util.XmlUtils
- attributesToXml(Attributes) - Method in class org.frankframework.ldap.LdapSender
- AttributesWrapper - Class in org.frankframework.xml
-
Base class for transforming SAX Attributes-lists.
- AttributesWrapper(Attributes) - Constructor for class org.frankframework.xml.AttributesWrapper
- AttributesWrapper(Attributes, boolean) - Constructor for class org.frankframework.xml.AttributesWrapper
- AttributesWrapper(Attributes, String) - Constructor for class org.frankframework.xml.AttributesWrapper
- AttributesWrapper(Attributes, Function<Integer, Boolean>, boolean, Function<String, String>) - Constructor for class org.frankframework.xml.AttributesWrapper
- AttributesWrapper(Attributes, Function<String, String>) - Constructor for class org.frankframework.xml.AttributesWrapper
- AttributesWrapper.Attribute - Class in org.frankframework.xml
- augment(ConnectionFactory, String) - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
- augment(CommonDataSource, String) - Method in class org.frankframework.jdbc.datasource.DataSourceFactory
-
Ensure that the outermost DataSource proxy/wrapper in the chain is the
TransactionAwareDataSourceProxy
. - augment(O, String) - Method in class org.frankframework.jdbc.datasource.ObjectFactoryBase
-
Allow implementing classes to augment the looked up object class 'O'.
- augmentDatasource(CommonDataSource, String) - Method in class org.frankframework.jdbc.datasource.AbstractXADataSourceFactory
- augmentDatasource(CommonDataSource, String) - Method in class org.frankframework.jdbc.datasource.DataSourceFactory
-
Allow implementing classes to augment the DataSource.
- augmentDatasource(CommonDataSource, String) - Method in class org.frankframework.jdbc.datasource.PoolingDataSourceFactory
- augmentMessageBrowser(IMessageBrowser<M>) - Method in class org.frankframework.jdbc.MessageStoreListener
- authenticate(String, String, String, String, String, String, String) - Method in class org.frankframework.ldap.LdapClient
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.frankframework.http.authentication.OAuthAuthenticationScheme
- AUTHENTICATION_COOKIE_NAME - Static variable in class org.frankframework.http.rest.ApiListenerServlet
- AUTHENTICATION_HEADER - Enum constant in enum class org.frankframework.http.authentication.OAuthAccessTokenManager.AuthenticationType
- AuthenticationScheme - Enum Class in org.frankframework.http.authentication
- authFailed(HttpHost, AuthScheme, HttpContext) - Method in class org.frankframework.http.authentication.OAuthPreferringAuthenticationStrategy
- AuthorizationException - Exception in org.frankframework.jwt
- AuthorizationException(String) - Constructor for exception org.frankframework.jwt.AuthorizationException
- authorizationToken - Variable in class org.frankframework.http.rest.ApiPrincipal
- AUTHROLE - Enum constant in enum class org.frankframework.http.rest.ApiListener.AuthenticationMethods
- AuthSSLContextFactory - Class in org.frankframework.encryption
- authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in class org.frankframework.http.authentication.OAuthPreferringAuthenticationStrategy
- AUTO - Enum constant in enum class org.frankframework.jms.JMSFacade.MessageClass
-
Automatically determine the type of the outgoing
Message
based on the value ofMessage.isBinary()
. - AUTO - Enum constant in enum class org.frankframework.soap.SoapVersion
-
Try to auto-detect the value
- AUTO_ACKNOWLEDGE - Enum constant in enum class org.frankframework.jms.JMSFacade.AcknowledgeMode
-
auto or auto_acknowledge: Specifies that the session is to automatically acknowledge consumer receipt of messages when message processing is complete.
- AUTO_RELOAD_KEY - Static variable in class org.frankframework.util.XmlUtils
- AutoCloseableSenderWrapper(ISender) - Constructor for class org.frankframework.senders.ReconnectSenderWrapper.AutoCloseableSenderWrapper
- autoReloadConfig(ApplicationContext, String, String, boolean, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
-
Toggle AUTORELOAD
- autoWireAndInitializeBean(Class<T>) - Method in class org.frankframework.configuration.digester.DigesterRulesParser
- AVAILABLE - Enum constant in enum class org.frankframework.core.ProcessState
- AVI - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- AZW - Enum constant in enum class org.frankframework.http.rest.MediaTypes
B
- Base64 - Enum constant in enum class org.frankframework.pipes.HashPipe.HashEncoding
- Base64Pipe - Class in org.frankframework.pipes
-
Pipe that performs base64 encoding and decoding.
- Base64Pipe() - Constructor for class org.frankframework.pipes.Base64Pipe
- Base64Pipe.Direction - Enum Class in org.frankframework.pipes
- BaseJob - Class in org.frankframework.scheduler
-
Base class for jobs.
- BaseJob() - Constructor for class org.frankframework.scheduler.BaseJob
- BASIC - Enum constant in enum class org.frankframework.http.authentication.AuthenticationScheme
- BasicAttributeFactory - Class in org.frankframework.ldap
- BasicAttributeFactory() - Constructor for class org.frankframework.ldap.BasicAttributeFactory
- beforeExecuteJob() - Method in class org.frankframework.scheduler.job.CheckReloadJob
- beforeExecuteJob() - Method in class org.frankframework.scheduler.job.CleanupDatabaseJob
- beforeExecuteJob() - Method in class org.frankframework.scheduler.JobDef
-
Called before executeJob to prepare resources for executeJob method.
- beforeFirst() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- begin(String, String, Attributes) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
- beginChildThread() - Method in class org.frankframework.jta.TransactionConnector
-
resume transaction, that was saved in parent thread, in the child thread.
- BINARY - Enum constant in enum class org.frankframework.http.HttpSender.PostType
-
The input message is sent unchanged as binary data
- BINARY - Enum constant in enum class org.frankframework.parameters.ParameterType
-
Forces the parameter value to be treated as binary data (e.g. when using a SQL BLOB field).
- binding(XMLStreamWriter) - Method in class org.frankframework.soap.WsdlGenerator
- BLOB - Enum constant in enum class org.frankframework.jdbc.JdbcListener.MessageFieldType
- BlobLineIteratingPipe - Class in org.frankframework.jdbc
-
Pipe that iterates over the lines in a BLOB.
- BlobLineIteratingPipe() - Constructor for class org.frankframework.jdbc.BlobLineIteratingPipe
- BlobOutputStream - Class in org.frankframework.jdbc
-
Wrapper around DBMS provided OutputStream for BLOB, that updates BLOB and ResultSet and closes them at stream.close().
- BlobOutputStream(IDbmsSupport, Object, int, OutputStream, ResultSet, XmlBuilder) - Constructor for class org.frankframework.jdbc.BlobOutputStream
- BlockEnabledSenderBase<H> - Class in org.frankframework.senders
- BlockEnabledSenderBase() - Constructor for class org.frankframework.senders.BlockEnabledSenderBase
- BMP - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- BodyOnlyFilter - Class in org.frankframework.xml
-
XmlFilter that skips startDocument and endDocument, to be able to parse some additional body elements into and existing XML stream.
- BodyOnlyFilter() - Constructor for class org.frankframework.xml.BodyOnlyFilter
- BodyOnlyFilter(ContentHandler) - Constructor for class org.frankframework.xml.BodyOnlyFilter
- BodyOnlyFilter(ContentHandler, boolean) - Constructor for class org.frankframework.xml.BodyOnlyFilter
- BOOLEAN - Enum constant in enum class org.frankframework.align.ScalarType
- BOOLEAN - Enum constant in enum class org.frankframework.parameters.ParameterType
-
Converts the result to a Boolean
- BooleanParameter - Class in org.frankframework.parameters
- BooleanParameter() - Constructor for class org.frankframework.parameters.BooleanParameter
- BrowseJdbcTable - Class in org.frankframework.management.bus.endpoints
- BrowseJdbcTable() - Constructor for class org.frankframework.management.bus.endpoints.BrowseJdbcTable
- browseJmsMessage(String) - Method in class org.frankframework.jms.JmsMessageBrowser
- browseMessage(String) - Method in interface org.frankframework.core.IMessageBrowser
-
Retrieves the message, but does not delete.
- browseMessage(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- browseMessage(String) - Method in class org.frankframework.jms.JmsBrowser
- browseMessage(String) - Method in class org.frankframework.jms.JmsTransactionalStorage
- BrowseMessageBrowsers - Class in org.frankframework.management.bus.endpoints
- BrowseMessageBrowsers() - Constructor for class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
- browseMessages(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
- BrowseQueue - Class in org.frankframework.management.bus.endpoints
- BrowseQueue() - Constructor for class org.frankframework.management.bus.endpoints.BrowseQueue
- build() - Method in class org.frankframework.collection.Collection
-
closes the collector
- build() - Method in class org.frankframework.http.mime.MultipartEntityBuilder
- build() - Method in class org.frankframework.scheduler.IbisJobBuilder
- build() - Method in class org.frankframework.stream.MessageBuilder
-
SFR will be removed upon close.
- build(List<MessageZipEntry>) - Method in class org.frankframework.compression.ZipWriter
- build(List<P>) - Method in interface org.frankframework.collection.ICollector
-
'builds' the collection and returns a persistent Message
- buildCacheKey(String) - Static method in class org.frankframework.http.rest.ApiCacheManager
-
Creates an IBIS independent cachePrefix so multiple IBIS can connect to the same cache
- buildDb2XMLWriter() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- buildDomDocument(Reader) - Static method in class org.frankframework.util.XmlUtils
- buildDomDocument(Reader, boolean) - Static method in class org.frankframework.util.XmlUtils
- buildDomDocument(Reader, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
- buildDomDocument(String) - Static method in class org.frankframework.util.XmlUtils
-
Convert an XML string to a Document Creation date: (20-02-2003 8:12:52)
- buildDomDocument(String, boolean) - Static method in class org.frankframework.util.XmlUtils
- buildDomDocument(String, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
- buildDomDocument(URL) - Static method in class org.frankframework.util.XmlUtils
-
Build a Document from a URL
- buildDomDocument(InputSource, boolean) - Static method in class org.frankframework.util.XmlUtils
- buildDomDocument(InputSource, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
- buildElement(String) - Static method in class org.frankframework.util.XmlUtils
-
Convert an XML string to a Document, then return the root-element.
- buildElement(String, boolean) - Static method in class org.frankframework.util.XmlUtils
-
Convert an XML string to a Document, then return the root-element
- buildElement(Message) - Static method in class org.frankframework.util.XmlUtils
- buildExtensionContext(PipeLine) - Method in interface org.frankframework.soap.WsdlGeneratorExtension
- BuildInfoValidator - Class in org.frankframework.configuration
-
Validates if the BuildInfo.properties file is present in the configuration (jar), and if the name and version properties are set correctly
- BuildInfoValidator(InputStream) - Constructor for class org.frankframework.configuration.BuildInfoValidator
- buildNode(String) - Static method in class org.frankframework.util.XmlUtils
- buildNode(String, boolean) - Static method in class org.frankframework.util.XmlUtils
-
Convert an XML string to a Document, then return the root-element as a Node
- BusAware - Annotation Interface in org.frankframework.management.bus
- BusEndpointBase - Class in org.frankframework.management.bus.endpoints
- BusEndpointBase() - Constructor for class org.frankframework.management.bus.endpoints.BusEndpointBase
- BYTES - Enum constant in enum class org.frankframework.jms.JMSFacade.MessageClass
-
Create the outgoing message as
BytesMessage
. - BYTES - Enum constant in enum class org.frankframework.parameters.ParameterType
-
Deprecated.
- BytesClassLoader - Class in org.frankframework.configuration.classloaders
- BytesClassLoader(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.BytesClassLoader
- BytesMessageInputStream - Class in org.frankframework.jms
- BytesMessageInputStream(BytesMessage) - Constructor for class org.frankframework.jms.BytesMessageInputStream
- BytesOutputPipe - Class in org.frankframework.pipes
-
Output bytes as specified by the input XML.
- BytesOutputPipe() - Constructor for class org.frankframework.pipes.BytesOutputPipe
- BytesResource - Class in org.frankframework.core
-
Reference to an byte[].
- BytesResource(byte[], String, IScopeProvider) - Constructor for class org.frankframework.core.BytesResource
- BytesResource(InputStream, String, IScopeProvider) - Constructor for class org.frankframework.core.BytesResource
- BytesURLStreamHandler - Class in org.frankframework.configuration.classloaders
- BytesURLStreamHandler(byte[]) - Constructor for class org.frankframework.configuration.classloaders.BytesURLStreamHandler
- BZ - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- BZ2 - Enum constant in enum class org.frankframework.http.rest.MediaTypes
C
- CACHE_CONNECTION - Enum constant in enum class org.frankframework.core.IListenerConnector.CacheMode
- CACHE_CONSUMER - Enum constant in enum class org.frankframework.core.IListenerConnector.CacheMode
- CACHE_NONE - Enum constant in enum class org.frankframework.core.IListenerConnector.CacheMode
- CACHE_SESSION - Enum constant in enum class org.frankframework.core.IListenerConnector.CacheMode
- CacheAdapterBase<V> - Class in org.frankframework.cache
-
Baseclass for caching.
- CacheAdapterBase() - Constructor for class org.frankframework.cache.CacheAdapterBase
- CachePipeLineProcessor - Class in org.frankframework.processors
-
PipelineProcessor that handles caching.
- CachePipeLineProcessor() - Constructor for class org.frankframework.processors.CachePipeLineProcessor
- cacheProcessResult(String, String, Instant) - Method in class org.frankframework.receivers.Receiver
- CacheSenderWrapperProcessor - Class in org.frankframework.processors
-
SenderWrapperProcessor that handles caching.
- CacheSenderWrapperProcessor() - Constructor for class org.frankframework.processors.CacheSenderWrapperProcessor
- Callback<K,
V> - Interface in org.frankframework.ldap - callServiceAsynchronous(ServiceClient, Message, PipeLineSession, ThreadLifeCycleEventListener<?>) - Method in class org.frankframework.senders.IsolatedServiceCaller
- callServiceIsolated(ServiceClient, Message, PipeLineSession, ThreadLifeCycleEventListener<?>) - Method in class org.frankframework.senders.IsolatedServiceCaller
- cancel() - Method in class org.frankframework.task.TimeoutGuard
-
Cancels timer, and returns true if thread has been killed by this guard or interrupted by another.
- cancelChildThread(T) - Method in interface org.frankframework.threading.ThreadLifeCycleEventListener
- cancelRowUpdates() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- canEqual(Object) - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
- canGoOn() - Method in class org.frankframework.jms.PullingJmsListener
- CANON_EQ - Enum constant in enum class org.frankframework.pipes.RegExPipe.RegExFlag
- canonicalize(String) - Static method in class org.frankframework.util.XmlUtils
- CanonicalizeFilter - Class in org.frankframework.xml
- CanonicalizeFilter(ContentHandler) - Constructor for class org.frankframework.xml.CanonicalizeFilter
- canProvideWSDL(Adapter) - Static method in class org.frankframework.soap.WsdlGeneratorUtils
- CanUseSharedResource<T> - Interface in org.frankframework.core
- captureBinaryStream() - Method in class org.frankframework.stream.Message
-
Can be called when
Message.requiresStream()
is true to retrieve a copy of (part of) the stream that is in this message, after the stream has been closed. - captureBinaryStream(OutputStream) - Method in class org.frankframework.stream.Message
- captureBinaryStream(OutputStream, int) - Method in class org.frankframework.stream.Message
- captureCharacterStream() - Method in class org.frankframework.stream.Message
-
Can be called when
Message.requiresStream()
is true to retrieve a copy of (part of) the stream that is in this message, after the stream has been closed. - captureCharacterStream(Writer) - Method in class org.frankframework.stream.Message
- captureCharacterStream(Writer, int) - Method in class org.frankframework.stream.Message
- captureInputStream(InputStream, OutputStream, int) - Static method in class org.frankframework.util.StreamCaptureUtils
- captureOutputStream(OutputStream, OutputStream, int) - Static method in class org.frankframework.util.StreamCaptureUtils
- captureReader(Reader, Writer, int) - Static method in class org.frankframework.util.StreamCaptureUtils
- captureWriter(Writer, Writer, int) - Static method in class org.frankframework.util.StreamCaptureUtils
- CASE_INSENSITIVE - Enum constant in enum class org.frankframework.pipes.RegExPipe.RegExFlag
- CDATA2TEXT - Enum constant in enum class org.frankframework.pipes.EscapePipe.Direction
- cdataToText(String) - Static method in class org.frankframework.util.XmlUtils
- CENATT - Static variable in class org.frankframework.compression.MessageZipEntry
- CENATX - Static variable in class org.frankframework.compression.MessageZipEntry
- CENCOM - Static variable in class org.frankframework.compression.MessageZipEntry
- CENCRC - Static variable in class org.frankframework.compression.MessageZipEntry
- CENDSK - Static variable in class org.frankframework.compression.MessageZipEntry
- CENEXT - Static variable in class org.frankframework.compression.MessageZipEntry
- CENFLG - Static variable in class org.frankframework.compression.MessageZipEntry
- CENHDR - Static variable in class org.frankframework.compression.MessageZipEntry
- CENHOW - Static variable in class org.frankframework.compression.MessageZipEntry
- CENLEN - Static variable in class org.frankframework.compression.MessageZipEntry
- CENNAM - Static variable in class org.frankframework.compression.MessageZipEntry
- CENOFF - Static variable in class org.frankframework.compression.MessageZipEntry
- CENSIG - Static variable in class org.frankframework.compression.MessageZipEntry
- CENSIZ - Static variable in class org.frankframework.compression.MessageZipEntry
- CENTIM - Static variable in class org.frankframework.compression.MessageZipEntry
- CENVEM - Static variable in class org.frankframework.compression.MessageZipEntry
- CENVER - Static variable in class org.frankframework.compression.MessageZipEntry
- cf - Variable in class org.frankframework.ldap.LdapQueryPipeBase
- CHALLENGE - Enum constant in enum class org.frankframework.ldap.LdapSender.Operation
-
Check username and password against LDAP specifying principal and credential using parameters.
- CHANGE_UNICODE_PWD - Enum constant in enum class org.frankframework.ldap.LdapSender.Operation
-
Typical user change-password operation (one of the two methods to modify the unicodePwd attribute in AD (http://support.microsoft.com/kb/263991)).
- changeMonitorState(EventType, Severity, String, MonitorEvent) - Method in class org.frankframework.monitoring.Monitor
- changeProcessState(Connection, RawMessageWrapper<M>, ProcessState, String) - Method in class org.frankframework.jdbc.JdbcListener
- changeProcessState(Connection, RawMessageWrapper<M>, ProcessState, String) - Method in class org.frankframework.jdbc.JdbcTableListener
- changeProcessState(RawMessageWrapper<M>, ProcessState, String) - Method in interface org.frankframework.core.IHasProcessState
-
Change the processState of the message to the specified state, if that state is supported.
- changeProcessState(RawMessageWrapper<M>, ProcessState, String) - Method in class org.frankframework.jdbc.JdbcListener
- changeProcessState(RawMessageWrapper<M>, ProcessState, String) - Method in class org.frankframework.receivers.Receiver
- changeProcessState(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
- changeState(boolean, Severity, MonitorEvent) - Method in class org.frankframework.monitoring.Monitor
- changeState(FireMonitorEvent) - Method in class org.frankframework.monitoring.Trigger
- CHARACTER - Enum constant in enum class org.frankframework.parameters.ParameterType
-
Forces the parameter value to be treated as character data (e.g. when using a SQL CLOB field).
- characters(char[], int, int) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Filter a character data event.
- characters(char[], int, int) - Method in interface org.frankframework.align.content.ElementContainer
- characters(char[], int, int) - Method in class org.frankframework.align.content.JsonElementContainer
- characters(char[], int, int) - Method in class org.frankframework.align.content.MapContentContainer
- characters(char[], int, int) - Method in class org.frankframework.align.content.TreeContentContainer
- characters(char[], int, int) - Method in class org.frankframework.align.XmlTo
- characters(char[], int, int) - Method in class org.frankframework.configuration.filters.OnlyActiveFilter
- characters(char[], int, int) - Method in class org.frankframework.documentbuilder.xml.XmlTee
- characters(char[], int, int) - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- characters(char[], int, int) - Method in class org.frankframework.util.CompactSaxHandler
- characters(char[], int, int) - Method in class org.frankframework.util.RestoreMovedElementsHandler
- characters(char[], int, int) - Method in class org.frankframework.util.XmlJsonWriter
- characters(char[], int, int) - Method in class org.frankframework.xml.ElementPropertyResolver
- characters(char[], int, int) - Method in class org.frankframework.xml.ExceptionCatchingFilter
- characters(char[], int, int) - Method in class org.frankframework.xml.ExceptionInsertingFilter
- characters(char[], int, int) - Method in class org.frankframework.xml.NamespacedContentsRemovingFilter
- characters(char[], int, int) - Method in class org.frankframework.xml.NodeSetFilter
- characters(char[], int, int) - Method in class org.frankframework.xml.PrettyPrintFilter
- characters(char[], int, int) - Method in class org.frankframework.xml.SkipEmptyTagsFilter
- characters(char[], int, int) - Method in class org.frankframework.xml.XmlWriter
- check(IConfigurationAware, Set<IXSD>) - Method in class org.frankframework.validation.RootValidation
- check(IConfigurationAware, Set<IXSD>) - Method in class org.frankframework.validation.RootValidations
- CHECK_RELOAD - Enum constant in enum class org.frankframework.scheduler.JobDefFunctions
- checkCorrelationIdQuery - Variable in class org.frankframework.jdbc.JdbcMessageBrowser
- checkForSoapFault(Message, Throwable, PipeLineSession) - Method in class org.frankframework.soap.SoapWrapper
- checkMessageIdQuery - Variable in class org.frankframework.jdbc.JdbcMessageBrowser
- CheckMessageSizePipeProcessor - Class in org.frankframework.processors
- CheckMessageSizePipeProcessor() - Constructor for class org.frankframework.processors.CheckMessageSizePipeProcessor
- checkMinMax(long) - Method in class org.frankframework.metrics.LocalDistributionSummary
- checkNamespaceExistance(String) - Method in class org.frankframework.validation.XmlValidatorContentHandler
- checkPassword(String, String, String, String) - Method in class org.frankframework.ldap.LdapClient
- CheckReloadJob - Class in org.frankframework.scheduler.job
-
Frank!
- CheckReloadJob() - Constructor for class org.frankframework.scheduler.job.CheckReloadJob
- checkSchemaSpecified() - Method in class org.frankframework.pipes.WsdlXmlValidator
- checkSchemaSpecified() - Method in class org.frankframework.pipes.XmlValidator
- checkStringAttributeOrParameter(String, String, String) - Method in class org.frankframework.senders.SenderWithParametersBase
- ChecksumPipe - Class in org.frankframework.pipes
-
Deprecated, for removal: This API element is subject to removal in a future version.please use the
HashPipe
- ChecksumPipe() - Constructor for class org.frankframework.pipes.ChecksumPipe
-
Deprecated.
- checkTransactionManagerValidity() - Method in interface org.frankframework.core.IPortConnectedListener
- checkTransactionManagerValidity() - Method in class org.frankframework.jms.JMSFacade
- CLASS_NAME_ATTRIBUTE - Static variable in class org.frankframework.configuration.ClassNameRewriter
- ClassLoaderBase - Class in org.frankframework.configuration.classloaders
-
Abstract base class for for IBIS Configuration ClassLoaders.
- ClassLoaderBase() - Constructor for class org.frankframework.configuration.classloaders.ClassLoaderBase
- ClassLoaderBase(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.ClassLoaderBase
- ClassLoaderEntityResolver - Class in org.frankframework.xml
- ClassLoaderEntityResolver(IScopeProvider) - Constructor for class org.frankframework.xml.ClassLoaderEntityResolver
- ClassLoaderException - Exception in org.frankframework.configuration
-
Exception thrown by
ClassLoaderManager
when it fails to create anIConfigurationClassLoader
. - ClassLoaderException(String) - Constructor for exception org.frankframework.configuration.ClassLoaderException
- ClassLoaderException(String, Throwable) - Constructor for exception org.frankframework.configuration.ClassLoaderException
- ClassLoaderException(Throwable) - Constructor for exception org.frankframework.configuration.ClassLoaderException
- ClassLoaderManager - Class in org.frankframework.configuration
-
Loads a ClassLoader on a per Configuration basis.
- ClassLoaderManager(IbisContext) - Constructor for class org.frankframework.configuration.ClassLoaderManager
- ClassLoaderURIResolver - Class in org.frankframework.xml
-
Resolve URIs used in document(), xsl:import, and xsl:include.
- ClassLoaderURIResolver(IScopeProvider) - Constructor for class org.frankframework.xml.ClassLoaderURIResolver
- ClassLoaderUtils - Class in org.frankframework.util
- ClassLoaderUtils() - Constructor for class org.frankframework.util.ClassLoaderUtils
- ClassNameRewriter - Class in org.frankframework.configuration
- ClassNameRewriter(ContentHandler) - Constructor for class org.frankframework.configuration.ClassNameRewriter
- CLASSPATH_RESOURCE_SCHEME - Static variable in interface org.frankframework.configuration.classloaders.IConfigurationClassLoader
- CleanerProvider - Class in org.frankframework.util
-
Starts the singleton Cleaner thread of F!
- cleanseElementName(String) - Static method in class org.frankframework.util.XmlUtils
- cleanseMessage(String, Adapter, IMessageBrowser<?>) - Static method in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
-
Cleans sensitive information from the input string according to the regexes and the hide method specified in the Adapter and MessageBrowser.
- cleanup() - Method in class org.frankframework.util.DirectoryCleaner
- CleanupDatabaseJob - Class in org.frankframework.scheduler.job
-
Frank!
- CleanupDatabaseJob() - Constructor for class org.frankframework.scheduler.job.CleanupDatabaseJob
- CLEANUPDB - Enum constant in enum class org.frankframework.scheduler.JobDefFunctions
- cleanUpEvents(Instant) - Method in class org.frankframework.monitoring.Trigger
- CleanupFileSystemJob - Class in org.frankframework.scheduler.job
-
Frank!
- CleanupFileSystemJob() - Constructor for class org.frankframework.scheduler.job.CleanupFileSystemJob
- CLEANUPFS - Enum constant in enum class org.frankframework.scheduler.JobDefFunctions
- cleanUpOnClose() - Method in class org.frankframework.jms.MessagingSource
- clear() - Method in class org.frankframework.http.rest.ApiDispatchConfig
- clear() - Method in class org.frankframework.http.rest.ApiEhcache
- clear() - Method in class org.frankframework.http.rest.ApiMemcached
- clear() - Method in class org.frankframework.http.rest.ApiServiceDispatcher
- clear() - Method in interface org.frankframework.http.rest.IApiCache
-
Removes all items in the cache.
- clear() - Method in class org.frankframework.jms.JmsRealmFactory
-
Test method to cleanup the static references
- clear() - Method in class org.frankframework.parameters.ParameterList
- CLEAR - Enum constant in enum class org.frankframework.pipes.EtagHandlerPipe.EtagAction
-
Deprecated.
- clearAdapterFilters() - Method in interface org.frankframework.monitoring.ITrigger
- clearAdapterFilters() - Method in class org.frankframework.monitoring.Trigger
- clearCoRoutine() - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Do what needs to be done to shut down the CoRoutine management.
- clearCoRoutine(SAXException) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Do what needs to be done to shut down the CoRoutine management.
- clearEvents() - Method in interface org.frankframework.monitoring.ITrigger
- clearEvents() - Method in class org.frankframework.monitoring.Trigger
- clearEvents(boolean) - Method in class org.frankframework.monitoring.Monitor
- clearGlobalReplace() - Static method in class org.frankframework.logging.IbisMaskingLayout
- Clearing - Class in org.frankframework.monitoring
-
A Trigger that starts its life with type = CLEARING.
- Clearing() - Constructor for class org.frankframework.monitoring.Clearing
- CLEARING - Enum constant in enum class org.frankframework.monitoring.EventType
- CLEARING - Enum constant in enum class org.frankframework.monitoring.ITrigger.TriggerType
- clearResources() - Method in class org.frankframework.configuration.classloaders.BytesClassLoader
-
Clears all resources
- clearThreadLocalReplace() - Static method in class org.frankframework.logging.IbisMaskingLayout
-
Clear all thread-local hide-regexes.
- clearWarnings() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- CLIENT_ACKNOWLEDGE - Enum constant in enum class org.frankframework.jms.JMSFacade.AcknowledgeMode
-
client or client_acknowledge: Specifies that the consumer is to acknowledge all messages delivered in this session.
- CLOB - Enum constant in enum class org.frankframework.jdbc.JdbcListener.MessageFieldType
- ClobLineIteratingPipe - Class in org.frankframework.jdbc
-
Pipe that iterates over the lines in a CLOB.
- ClobLineIteratingPipe() - Constructor for class org.frankframework.jdbc.ClobLineIteratingPipe
- ClobWriter - Class in org.frankframework.jdbc
-
Wrapper around DBMS provided Writer for CLOB, that updates CLOB and ResultSet and closes them at writer.close().
- ClobWriter(IDbmsSupport, Object, int, Writer, ResultSet, XmlBuilder) - Constructor for class org.frankframework.jdbc.ClobWriter
- close() - Method in class org.frankframework.cache.EhCache
- close() - Method in interface org.frankframework.cache.ICache
- close() - Method in class org.frankframework.collection.Collection
- close() - Method in class org.frankframework.compression.ZipWriter
- close() - Method in class org.frankframework.configuration.AdapterManager
-
Closes this AdapterManager.
- close() - Method in class org.frankframework.configuration.Configuration
- close() - Method in class org.frankframework.configuration.IbisContext
-
Shuts down the IbisContext, and therefore the Spring context
- close() - Method in class org.frankframework.configuration.ScheduleManager
- close() - Method in interface org.frankframework.core.IDataIterator
- close() - Method in interface org.frankframework.core.IListener
-
Close all resources used for listening.
- close() - Method in interface org.frankframework.core.IMessageBrowsingIterator
- close() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
-
close() must be called, in a finally clause, after the item is not used anymore, to allow to free resources.
- close() - Method in interface org.frankframework.core.ISender
-
Stop/close the sender and deallocate resources.
- close() - Method in interface org.frankframework.core.ITransactionalStorage
- close() - Method in class org.frankframework.core.PeekableDataIterator
- close() - Method in class org.frankframework.core.PipeLineSession
- close() - Method in class org.frankframework.core.PipeRunResult
- close() - Method in class org.frankframework.core.SenderResult
- close() - Method in interface org.frankframework.documentbuilder.IArrayBuilder
- close() - Method in interface org.frankframework.documentbuilder.INodeBuilder
- close() - Method in interface org.frankframework.documentbuilder.IObjectBuilder
- close() - Method in class org.frankframework.documentbuilder.JsonArrayBuilder
- close() - Method in class org.frankframework.documentbuilder.JsonDocumentBuilder
- close() - Method in class org.frankframework.documentbuilder.JsonNodeBuilder
- close() - Method in class org.frankframework.documentbuilder.JsonObjectBuilder
- close() - Method in class org.frankframework.documentbuilder.StructureBuilder
- close() - Method in class org.frankframework.documentbuilder.XmlDocumentBuilder
- close() - Method in class org.frankframework.documentbuilder.XmlNodeBuilder
- close() - Method in class org.frankframework.documentbuilder.XmlObjectBuilder
- close() - Method in class org.frankframework.http.HttpListener
-
Deprecated.
- close() - Method in class org.frankframework.http.HttpResponseHandler
-
Consumes the
HttpEntity
and will release the connection. - close() - Method in class org.frankframework.http.HttpSenderBase
- close() - Method in class org.frankframework.http.PushingListenerAdapter
- close() - Method in class org.frankframework.http.ReleaseConnectionAfterReadInputStream
- close() - Method in class org.frankframework.http.rest.ApiListener
- close() - Method in class org.frankframework.http.RestListener
- close() - Method in class org.frankframework.http.WebServiceListener
- close() - Method in class org.frankframework.jdbc.BlobOutputStream
- close() - Method in class org.frankframework.jdbc.ClobWriter
- close() - Method in class org.frankframework.jdbc.JdbcListener
- close() - Method in class org.frankframework.jdbc.JdbcSenderBase
- close() - Method in class org.frankframework.jdbc.LobLineIteratingPipeBase.ResultStreamIterator
- close() - Method in class org.frankframework.jdbc.migration.LiquibaseResourceAccessor
- close() - Method in class org.frankframework.jdbc.SimpleJdbcListener
- close() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- close() - Method in class org.frankframework.jms.JMSFacade
-
Releases references to serviceQueue and connection.
- close() - Method in class org.frankframework.jms.JmsListenerBase
- close() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
- close() - Method in class org.frankframework.jms.JmsQueueBrowserIterator
- close() - Method in class org.frankframework.jms.MessagingSource
- close() - Method in class org.frankframework.jms.PushingJmsListener
- close() - Method in class org.frankframework.jndi.JndiBase
- close() - Method in class org.frankframework.jta.TransactionConnector
-
close() to be called from parent thread, when child thread has ended.
- close() - Method in class org.frankframework.jta.TransactionConnectorCoordinator
- close() - Method in class org.frankframework.ldap.LdapClient
- close() - Method in class org.frankframework.lifecycle.IbisApplicationContext
-
Destroys the Spring context
- close() - Method in interface org.frankframework.logging.IbisMaskingLayout.HideRegexContext
- close() - Method in class org.frankframework.mongodb.MongoDbSender
- close() - Method in class org.frankframework.pipes.ReplacingInputStream
- close() - Method in class org.frankframework.pipes.ReplacingVariablesInputStream
- close() - Method in class org.frankframework.receivers.FrankListener
- close() - Method in class org.frankframework.receivers.JavaListener
- close() - Method in class org.frankframework.senders.ReconnectSenderWrapper.AutoCloseableSenderWrapper
- close() - Method in class org.frankframework.senders.SenderBase
- close() - Method in class org.frankframework.senders.SenderSeries
- close() - Method in class org.frankframework.senders.SenderWrapper
- close() - Method in class org.frankframework.senders.SenderWrapperBase
- close() - Method in class org.frankframework.senders.SendGridSender
- close() - Method in class org.frankframework.senders.XmlValidatorSender
- close() - Method in class org.frankframework.senders.XsltSender
- close() - Method in class org.frankframework.stream.Message
- close() - Method in class org.frankframework.stream.OverflowToDiskOutputStream
-
Flushes and closes the OutputStream, clears all resources, does not remove the file if has been created on disk.
- close() - Method in class org.frankframework.stream.SerializableFileReference
- close() - Method in class org.frankframework.threading.ThreadConnector
- close() - Method in class org.frankframework.util.flow.graphviz.GraphvizEngine
-
Shuts down the GraphvizEngine instance properly.
- close() - Method in class org.frankframework.util.MessageDataSource
- close() - Method in class org.frankframework.util.ReaderLineIterator
- close() - Method in class org.frankframework.util.TransformerPool
-
Closing the Pool doesn't automatically mean all references remaining in the pool will be terminated.
- close() - Method in class org.frankframework.xml.SaxDocumentBuilder
- close() - Method in class org.frankframework.xml.SaxElementBuilder
- close(Connection) - Static method in class org.frankframework.util.JdbcUtil
- CLOSE - Enum constant in enum class org.frankframework.collection.CollectorPipeBase.Action
-
Finalize the collection
- CLOSE - Enum constant in enum class org.frankframework.receivers.Receiver.OnError
-
Stop the receiver when an error occurs.
- CLOSE - Static variable in class org.frankframework.jms.MessagingSource
- closeAllResources() - Method in class org.frankframework.receivers.Receiver
-
Should only close resources when in state stopping (or error)!
- closeBlock(H, PipeLineSession) - Method in interface org.frankframework.core.IBlockEnabledSender
-
close the resource that is opened by
IBlockEnabledSender.openBlock(PipeLineSession)
. - closeBlock(Connection, PipeLineSession) - Method in class org.frankframework.jdbc.DirectQuerySender
- closeBlock(QueryExecutionContext, PipeLineSession) - Method in class org.frankframework.jdbc.FixedQuerySender
- closeCollector(Collection<C, P>, PipeLineSession) - Method in class org.frankframework.collection.CollectorPipeBase
- closeConnectionForSendMessage(Connection, PipeLineSession) - Method in class org.frankframework.jdbc.DirectQuerySender
- closeConnectionForSendMessage(Connection, PipeLineSession) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- closeDirContext(DirContext) - Method in class org.frankframework.ldap.LdapSender
- closeOnCloseOf(PipeLineSession, String) - Method in class org.frankframework.stream.Message
- closeOnCloseOf(PipeLineSession, INamedObject) - Method in class org.frankframework.stream.Message
- closeRuntime() - Method in class org.frankframework.javascript.GraalJS
-
Deprecated.
- closeRuntime() - Method in class org.frankframework.javascript.J2V8
- closeRuntime() - Method in interface org.frankframework.javascript.JavascriptEngine
-
Closes the runtime for the specified engine
- closeSession(Session) - Method in class org.frankframework.jms.JMSFacade
- closeStatementSet(QueryExecutionContext) - Method in class org.frankframework.jdbc.FixedQuerySender
- closeStatementSet(QueryExecutionContext) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- closeThread(Map<String, Object>) - Method in interface org.frankframework.core.IPullingListener
-
Finalizes a message receiving thread.
- closeThread(Map<String, Object>) - Method in class org.frankframework.jdbc.JdbcListener
- closeThread(Map<String, Object>) - Method in class org.frankframework.jdbc.SimpleJdbcListener
- closeThread(Map<String, Object>) - Method in class org.frankframework.jms.PullingJmsListener
- collectChildElements(XSParticle, Set<String>) - Method in class org.frankframework.align.XmlAligner
- Collection<C extends ICollector<P>,
P> - Class in org.frankframework.collection -
Aggregator which handles the collection of
collector parts
. - Collection(C) - Constructor for class org.frankframework.collection.Collection
- CollectionException - Exception in org.frankframework.collection
- CollectionException() - Constructor for exception org.frankframework.collection.CollectionException
- CollectionException(String) - Constructor for exception org.frankframework.collection.CollectionException
- CollectionException(String, Throwable) - Constructor for exception org.frankframework.collection.CollectionException
- CollectionException(Throwable) - Constructor for exception org.frankframework.collection.CollectionException
- CollectorPipeBase<C extends ICollector<P>,
P> - Class in org.frankframework.collection -
Base class for pipes that can collect items, such as multipart messages and zip archives.
- CollectorPipeBase() - Constructor for class org.frankframework.collection.CollectorPipeBase
- CollectorPipeBase.Action - Enum Class in org.frankframework.collection
- CollectorSenderBase<C extends ICollector<P>,
P> - Class in org.frankframework.collection -
Sender that writes an item to a collection, created by
CollectorPipeBase
withaction=OPEN
. - CollectorSenderBase() - Constructor for class org.frankframework.collection.CollectorSenderBase
- CommandSender - Class in org.frankframework.senders
-
Sender that executes either its input or a fixed line, with all parametervalues appended, as a command.
- CommandSender() - Constructor for class org.frankframework.senders.CommandSender
- comment(char[], int, int) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Report an XML comment anywhere in the document.
- comment(char[], int, int) - Method in class org.frankframework.documentbuilder.xml.XmlTee
- comment(char[], int, int) - Method in class org.frankframework.xml.ElementPropertyResolver
- comment(char[], int, int) - Method in class org.frankframework.xml.ExceptionCatchingFilter
- comment(char[], int, int) - Method in class org.frankframework.xml.ExceptionInsertingFilter
- comment(char[], int, int) - Method in class org.frankframework.xml.FullXmlFilter
- comment(char[], int, int) - Method in class org.frankframework.xml.NodeSetFilter
- comment(char[], int, int) - Method in class org.frankframework.xml.SkipEmptyTagsFilter
- comment(char[], int, int) - Method in class org.frankframework.xml.XmlWriter
- COMMENTS - Enum constant in enum class org.frankframework.pipes.RegExPipe.RegExFlag
- commit(Xid, boolean) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
- commit(TransactionStatus) - Method in class org.frankframework.jta.SpringTxManagerProxy
- commitIfNecessary(Session, Message) - Method in class org.frankframework.jms.IbisMessageListenerContainer
- CompactSaxHandler - Class in org.frankframework.util
-
SAX2 event handler to compact XML messages.
- CompactSaxHandler(ContentHandler) - Constructor for class org.frankframework.util.CompactSaxHandler
- compare(File, File) - Method in class org.frankframework.util.FileComparator
- compare(File, File) - Method in class org.frankframework.util.FileNameComparator
- compare(ConfigurationDTO, ConfigurationDTO) - Method in class org.frankframework.management.bus.dto.ConfigurationDTO.NameComparator
- compare(ConfigurationDTO, ConfigurationDTO) - Method in class org.frankframework.management.bus.dto.ConfigurationDTO.VersionComparator
- compareFilenames(File, File) - Static method in class org.frankframework.util.FileNameComparator
- CompareIntegerPipe - Class in org.frankframework.pipes
-
Pipe that compares the two integer values.
- CompareIntegerPipe() - Constructor for class org.frankframework.pipes.CompareIntegerPipe
- compareNames(String, String) - Static method in class org.frankframework.util.NameComparatorBase
- CompareStringPipe - Class in org.frankframework.pipes
-
Pipe that lexicographically compares two strings, that must NOT be empty.
- CompareStringPipe() - Constructor for class org.frankframework.pipes.CompareStringPipe
- compareStringsNaturalOrder(String, String, boolean) - Static method in class org.frankframework.util.NameComparatorBase
- compareTo(IXSD) - Method in class org.frankframework.validation.XSD
- compareToByContents(IXSD) - Method in interface org.frankframework.validation.IXSD
- compareToByContents(IXSD) - Method in class org.frankframework.validation.XSD
- compareToByReferenceOrContents(IXSD) - Method in class org.frankframework.validation.XSD
- compareToByReferenceOrContents(IXSD) - Method in class org.frankframework.validation.xsd.ResourceXsd
- compareToByReferenceOrContents(IXSD) - Method in class org.frankframework.validation.xsd.WsdlXsd
- compareWith(IJob) - Method in class org.frankframework.scheduler.IbisJobDetail
- complete() - Method in class org.frankframework.core.IbisTransaction
-
Complete this transaction by either committing it or rolling it back, depending on the transaction status.
- COMPLETED - Enum constant in enum class org.frankframework.jta.StatusRecordingTransactionManager.Status
- CompressPipe - Class in org.frankframework.pipes
-
Pipe to zip or unzip a message or file.
- CompressPipe() - Constructor for class org.frankframework.pipes.CompressPipe
- CompressPipe.FileFormat - Enum Class in org.frankframework.pipes
- computeCrc() - Method in class org.frankframework.compression.MessageZipEntry
- computeDecodingCharset(String) - Method in class org.frankframework.stream.Message
-
If no charset was provided and the requested charset is
auto, try to parse the charset.
- computeDecodingCharset(Message) - Static method in class org.frankframework.util.MessageUtils
-
Reads the first 10k bytes of (binary) messages to determine the charset when not present in the
MessageContext
. - computeDecodingCharset(Message, int) - Static method in class org.frankframework.util.MessageUtils
-
Reads the first 10k bytes of (binary) messages to determine the charset when not present in the
MessageContext
. - computeFileHeaders() - Method in class org.frankframework.compression.MessageZipEntry
- computeMimeType(Message) - Static method in class org.frankframework.util.MessageUtils
-
Computes the
MimeType
when not available. - computeMimeType(Message, String) - Static method in class org.frankframework.util.MessageUtils
-
Computes the
MimeType
when not available, attempts to resolve the Charset when of type TEXT. - computeSize() - Method in class org.frankframework.compression.MessageZipEntry
-
Doesn't do anything if the size was already known.
- computeSize(Message) - Static method in class org.frankframework.util.MessageUtils
-
Resource intensive operation, calculates the binary size of a Message.
- config(String) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
- config(String, Throwable) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
- ConfigFlow - Class in org.frankframework.management.bus.endpoints
- ConfigFlow() - Constructor for class org.frankframework.management.bus.endpoints.ConfigFlow
- ConfigManagement - Class in org.frankframework.management.bus.endpoints
- ConfigManagement() - Constructor for class org.frankframework.management.bus.endpoints.ConfigManagement
- ConfigurableLifecycle - Interface in org.frankframework.lifecycle
-
Interface for Spring beans that require their Lifecycle to be managed by Spring.
- Configuration - Class in org.frankframework.configuration
-
Container of
Adapters
that belong together. - Configuration() - Constructor for class org.frankframework.configuration.Configuration
- CONFIGURATION - Enum constant in enum class org.frankframework.lifecycle.SpringContextScope
- CONFIGURATION - Enum constant in enum class org.frankframework.scheduler.IbisJobDetail.JobType
- CONFIGURATION_VALIDATION - Enum constant in enum class org.frankframework.configuration.SuppressKeys
- ConfigurationDigester - Class in org.frankframework.configuration
-
The configurationDigester reads the configuration.xml and the digester rules in XML format and factors a Configuration.
- ConfigurationDigester() - Constructor for class org.frankframework.configuration.ConfigurationDigester
- ConfigurationDigesterFactory - Class in org.frankframework.configuration.digester
-
Factory for retrieving ConfigurationDigester instance from BeanFactory, for use with the 'include' element in the IBIS Configuration XML.
- ConfigurationDigesterFactory() - Constructor for class org.frankframework.configuration.digester.ConfigurationDigesterFactory
- ConfigurationDTO - Class in org.frankframework.management.bus.dto
- ConfigurationDTO(String, String) - Constructor for class org.frankframework.management.bus.dto.ConfigurationDTO
- ConfigurationDTO(Configuration) - Constructor for class org.frankframework.management.bus.dto.ConfigurationDTO
- ConfigurationDTO.NameComparator - Class in org.frankframework.management.bus.dto
- ConfigurationDTO.VersionComparator - Class in org.frankframework.management.bus.dto
- configurationException - Variable in class org.frankframework.pipes.XmlValidator
- ConfigurationException - Exception in org.frankframework.configuration
-
Exception thrown by ConfigurationDigester and configure()-methods, signaling the configuration did not succeed.
- ConfigurationException(String) - Constructor for exception org.frankframework.configuration.ConfigurationException
- ConfigurationException(String, Throwable) - Constructor for exception org.frankframework.configuration.ConfigurationException
- ConfigurationException(Throwable) - Constructor for exception org.frankframework.configuration.ConfigurationException
- ConfigurationFlowGenerator - Class in org.frankframework.configuration
-
Generate a flow over the digested
Configuration
. - ConfigurationFlowGenerator() - Constructor for class org.frankframework.configuration.ConfigurationFlowGenerator
- ConfigurationMessageEvent - Class in org.frankframework.configuration
- ConfigurationMessageEvent(IConfigurationAware, String) - Constructor for class org.frankframework.configuration.ConfigurationMessageEvent
- ConfigurationMessageEvent(IConfigurationAware, String, Exception) - Constructor for class org.frankframework.configuration.ConfigurationMessageEvent
- ConfigurationMessageEvent(IConfigurationAware, String, MessageKeeper.MessageKeeperLevel) - Constructor for class org.frankframework.configuration.ConfigurationMessageEvent
- configurationMetrics - Variable in class org.frankframework.pipes.MessageSendingPipe
- configurationMetrics - Variable in class org.frankframework.senders.SenderWrapperBase
- configurationSucceeded() - Method in class org.frankframework.core.Adapter
- configurationSucceeded() - Method in class org.frankframework.core.PipeLine
- configurationSucceeded() - Method in class org.frankframework.receivers.Receiver
- ConfigurationUtils - Class in org.frankframework.configuration
-
Functions to manipulate the configuration.
- ConfigurationUtils() - Constructor for class org.frankframework.configuration.ConfigurationUtils
- ConfigurationWarning - Annotation Interface in org.frankframework.configuration
- ConfigurationWarnings - Class in org.frankframework.configuration
- ConfigurationWarnings() - Constructor for class org.frankframework.configuration.ConfigurationWarnings
- configure() - Method in class org.frankframework.cache.RemoveCacheKeyPipe
- configure() - Method in class org.frankframework.collection.CollectorPipeBase
- configure() - Method in class org.frankframework.collection.CollectorSenderBase
- configure() - Method in class org.frankframework.compression.ZipIteratorPipe
- configure() - Method in class org.frankframework.compression.ZipWriterPipe
- configure() - Method in class org.frankframework.compression.ZipWriterSender
- configure() - Method in class org.frankframework.configuration.AdapterManager
- configure() - Method in class org.frankframework.configuration.Configuration
-
Digest the configuration and generate flow diagram.
- configure() - Method in class org.frankframework.configuration.ConfigurationFlowGenerator
- configure() - Method in class org.frankframework.configuration.ScheduleManager
- configure() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- configure() - Method in class org.frankframework.core.Adapter
-
Instruct the adapter to configure itself.
- configure() - Method in interface org.frankframework.core.IConfigurable
- configure() - Method in interface org.frankframework.core.IListener
-
configure()
is called once at startup of the framework in theconfigure()
method of the owner of this listener. - configure() - Method in interface org.frankframework.core.IPipe
- configure() - Method in interface org.frankframework.core.ISender
-
configure()
is called once at startup of the framework in the configure method of the owner of this sender. - configure() - Method in interface org.frankframework.core.ITransactionalStorage
- configure() - Method in class org.frankframework.core.PipeLine
-
Configures the pipes of this Pipeline and does some basic checks.
- configure() - Method in class org.frankframework.core.TransactionAttributes
- configure() - Method in class org.frankframework.http.HttpSender
- configure() - Method in class org.frankframework.http.HttpSenderBase
- configure() - Method in class org.frankframework.http.HttpSessionBase
- configure() - Method in class org.frankframework.http.PushingListenerAdapter
-
initialize listener and register
this
to the JNDI - configure() - Method in class org.frankframework.http.rest.ApiListener
-
initialize listener and register
this
to the JNDI - configure() - Method in class org.frankframework.http.rest.ApiPrincipalPipe
- configure() - Method in class org.frankframework.http.WebServiceListener
-
initialize listener and register
this
to the JNDI - configure() - Method in class org.frankframework.http.WebServiceSender
- configure() - Method in class org.frankframework.jdbc.DirectQuerySender
- configure() - Method in class org.frankframework.jdbc.FixedQuerySender
- configure() - Method in class org.frankframework.jdbc.JdbcFacade
- configure() - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
- configure() - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase.MixedQuerySender
- configure() - Method in class org.frankframework.jdbc.JdbcListener
- configure() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- configure() - Method in class org.frankframework.jdbc.JdbcQueryListener
-
Deprecated.
- configure() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- configure() - Method in class org.frankframework.jdbc.JdbcSenderBase
- configure() - Method in class org.frankframework.jdbc.JdbcTableListener
- configure() - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
- configure() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
-
Creates a connection, checks if the table is existing and creates it when necessary
- configure() - Method in class org.frankframework.jdbc.MessageStoreListener
- configure() - Method in class org.frankframework.jdbc.MessageStoreSender
- configure() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
- configure() - Method in class org.frankframework.jdbc.ResultSet2FileSender
- configure() - Method in class org.frankframework.jdbc.ResultSetIteratingPipe
- configure() - Method in class org.frankframework.jdbc.SimpleJdbcListener
- configure() - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
- configure() - Method in class org.frankframework.jms.JMSFacade
- configure() - Method in class org.frankframework.jms.JmsListenerBase
- configure() - Method in class org.frankframework.jms.JmsSender
-
Configures the sender
- configure() - Method in class org.frankframework.jms.PushingJmsListener
- configure() - Method in class org.frankframework.jndi.JndiBase
- configure() - Method in class org.frankframework.ldap.LdapChallengePipe
-
Deprecated.
- configure() - Method in class org.frankframework.ldap.LdapClient
- configure() - Method in class org.frankframework.ldap.LdapFindGroupMembershipsPipe
- configure() - Method in class org.frankframework.ldap.LdapQueryPipeBase
- configure() - Method in class org.frankframework.ldap.LdapSender
- configure() - Method in interface org.frankframework.lifecycle.ConfigurableLifecycle
-
Configure this component.
- configure() - Method in class org.frankframework.lifecycle.ConfiguringLifecycleProcessor
-
The
ConfigurationDigester
may add new Lifecycle beans. - configure() - Method in class org.frankframework.mongodb.MongoDbSender
- configure() - Method in interface org.frankframework.monitoring.IMonitorDestination
- configure() - Method in interface org.frankframework.monitoring.ITrigger
- configure() - Method in class org.frankframework.monitoring.Monitor
- configure() - Method in class org.frankframework.monitoring.MonitorDestinationBase
- configure() - Method in class org.frankframework.monitoring.MonitorManager
-
(re)configure all destinations and all monitors.
- configure() - Method in class org.frankframework.monitoring.SenderMonitorAdapter
- configure() - Method in class org.frankframework.monitoring.Trigger
- configure() - Method in class org.frankframework.parameters.AbstractParameter
- configure() - Method in class org.frankframework.parameters.DateParameter
- configure() - Method in class org.frankframework.parameters.NumberParameter
- configure() - Method in class org.frankframework.parameters.ParameterList
- configure() - Method in class org.frankframework.pgp.PGPAction
-
Generates a keyring configuration with public keys and the private key.
- configure() - Method in class org.frankframework.pipes.AbstractPipe
- configure() - Method in class org.frankframework.pipes.Base64Pipe
- configure() - Method in class org.frankframework.pipes.ChecksumPipe
-
Deprecated.
- configure() - Method in class org.frankframework.pipes.CompareIntegerPipe
- configure() - Method in class org.frankframework.pipes.CompareStringPipe
- configure() - Method in class org.frankframework.pipes.CompressPipe
- configure() - Method in class org.frankframework.pipes.CounterSwitchPipe
- configure() - Method in class org.frankframework.pipes.CredentialCheckingPipe
- configure() - Method in class org.frankframework.pipes.CsvParserPipe
- configure() - Method in class org.frankframework.pipes.DataSonnetPipe
- configure() - Method in class org.frankframework.pipes.DomainTransformerPipe
- configure() - Method in class org.frankframework.pipes.EscapePipe
- configure() - Method in class org.frankframework.pipes.EtagHandlerPipe
-
Deprecated.
- configure() - Method in class org.frankframework.pipes.FilenameSwitch
-
Deprecated.
- configure() - Method in class org.frankframework.pipes.FixedForwardPipe
-
checks for correct configuration of forward
- configure() - Method in class org.frankframework.pipes.FixedResultPipe
-
checks for correct configuration, and translates the filename to a file, to check existence.
- configure() - Method in class org.frankframework.pipes.ForEachChildElementPipe
- configure() - Method in class org.frankframework.pipes.ForPipe
- configure() - Method in class org.frankframework.pipes.GetPrincipalPipe
- configure() - Method in class org.frankframework.pipes.HashPipe
- configure() - Method in class org.frankframework.pipes.IncreaseIntegerPipe
- configure() - Method in class org.frankframework.pipes.IsUserInRolePipe
- configure() - Method in class org.frankframework.pipes.IteratingPipe
- configure() - Method in class org.frankframework.pipes.Json2XmlValidator
- configure() - Method in class org.frankframework.pipes.JsonPipe
- configure() - Method in class org.frankframework.pipes.JsonValidator
- configure() - Method in class org.frankframework.pipes.JwtPipe
- configure() - Method in class org.frankframework.pipes.MessageSendingPipe
- configure() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
- configure() - Method in class org.frankframework.pipes.PasswordHashPipe
- configure() - Method in class org.frankframework.pipes.PGPPipe
- configure() - Method in class org.frankframework.pipes.PostboxRetrieverPipe
-
Deprecated.
- configure() - Method in class org.frankframework.pipes.PutInSession
- configure() - Method in class org.frankframework.pipes.PutSystemDateInSession
-
Checks whether the proper forward is defined, a dateFormat is specified and the dateFormat is valid.
- configure() - Method in class org.frankframework.pipes.RegExPipe
- configure() - Method in class org.frankframework.pipes.ReplacerPipe
- configure() - Method in class org.frankframework.pipes.SignaturePipe
- configure() - Method in class org.frankframework.pipes.StringIteratorPipe
- configure() - Method in class org.frankframework.pipes.Text2XmlPipe
- configure() - Method in class org.frankframework.pipes.UnzipPipe
- configure() - Method in class org.frankframework.pipes.ValidatorBase
- configure() - Method in class org.frankframework.pipes.WsdlGeneratorPipe
- configure() - Method in class org.frankframework.pipes.WsdlXmlValidator
- configure() - Method in class org.frankframework.pipes.XmlFileElementIteratorPipe
-
Deprecated.
- configure() - Method in class org.frankframework.pipes.XmlIf
- configure() - Method in class org.frankframework.pipes.XmlSwitch
-
If no
styleSheetName
is specified, the switch uses the root node. - configure() - Method in class org.frankframework.pipes.XmlValidator
-
Configure the XmlValidator
- configure() - Method in class org.frankframework.pipes.XmlWellFormedChecker
- configure() - Method in class org.frankframework.pipes.XQueryPipe
- configure() - Method in class org.frankframework.pipes.XsltPipe
-
The
configure()
method instantiates a transformer for the specified XSL. - configure() - Method in class org.frankframework.receivers.FrankListener
- configure() - Method in class org.frankframework.receivers.JavaListener
- configure() - Method in class org.frankframework.receivers.PullingListenerContainer
- configure() - Method in class org.frankframework.receivers.Receiver
-
This method is called by the
Adapter
to let the receiver do things to initialize itself before thestartListening
method is called. - configure() - Method in class org.frankframework.scheduler.job.ActionJob
- configure() - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
- configure() - Method in class org.frankframework.scheduler.job.SendMessageJob
- configure() - Method in class org.frankframework.scheduler.JobDef
- configure() - Method in class org.frankframework.scheduler.SchedulerSender
- configure() - Method in class org.frankframework.senders.FixedResultSender
- configure() - Method in class org.frankframework.senders.FrankSender
- configure() - Method in class org.frankframework.senders.IbisJavaSender
- configure() - Method in class org.frankframework.senders.IbisLocalSender
- configure() - Method in class org.frankframework.senders.JavascriptSender
- configure() - Method in class org.frankframework.senders.JsonXsltSender
- configure() - Method in class org.frankframework.senders.LogSender
- configure() - Method in class org.frankframework.senders.MailSender
- configure() - Method in class org.frankframework.senders.MailSenderBase
- configure() - Method in class org.frankframework.senders.ParallelSenders
- configure() - Method in class org.frankframework.senders.ReconnectSenderWrapper
- configure() - Method in class org.frankframework.senders.SenderBase
- configure() - Method in class org.frankframework.senders.SenderSeries
- configure() - Method in class org.frankframework.senders.SenderWithParametersBase
- configure() - Method in class org.frankframework.senders.SenderWrapper
- configure() - Method in class org.frankframework.senders.SenderWrapperBase
- configure() - Method in class org.frankframework.senders.SendGridSender
- configure() - Method in class org.frankframework.senders.ShadowSender
- configure() - Method in class org.frankframework.senders.XmlValidatorSender
- configure() - Method in class org.frankframework.senders.XsltSender
-
The
configure()
method instantiates a transformer for the specified XSL. - configure() - Method in class org.frankframework.soap.SoapValidator
- configure() - Method in class org.frankframework.soap.SoapWrapperPipe
- configure() - Method in class org.frankframework.util.GlobalListItem
-
configure() will be called once for each item registered, except for the aliasses.
- configure() - Method in class org.frankframework.util.Locker
- configure(boolean) - Method in class org.frankframework.jdbc.DirectQuerySender
- configure(String) - Method in class org.frankframework.cache.CacheAdapterBase
- configure(String) - Method in class org.frankframework.cache.EhCache
- configure(String) - Method in interface org.frankframework.cache.ICache
- configure(RulesBinder) - Method in class org.frankframework.configuration.digester.FrankDigesterRules
- configure(IbisContext, String) - Method in class org.frankframework.configuration.classloaders.BytesClassLoader
- configure(IbisContext, String) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
- configure(IbisContext, String) - Method in class org.frankframework.configuration.classloaders.DirectoryClassLoader
- configure(IbisContext, String) - Method in class org.frankframework.configuration.classloaders.DummyClassLoader
- configure(IbisContext, String) - Method in interface org.frankframework.configuration.classloaders.IConfigurationClassLoader
-
Configure the
IConfigurationClassLoader
's implementation - configure(IbisContext, String) - Method in class org.frankframework.configuration.classloaders.ScanningDirectoryClassLoader
- configure(Adapter) - Method in class org.frankframework.jdbc.DirectQuerySender
- configure(IConfigurationAware) - Method in class org.frankframework.validation.AbstractXmlValidator
-
Configure the XmlValidator
- configure(IConfigurationAware) - Method in class org.frankframework.validation.JavaxXmlValidator
- configure(IConfigurationAware) - Method in class org.frankframework.validation.XercesXmlValidator
- configure(IPipe) - Method in class org.frankframework.core.PipeLine
- configure(WebSecurity) - Method in class org.frankframework.lifecycle.servlets.HttpSecurityConfigurer
- ConfiguredJob - Class in org.frankframework.scheduler
-
Job, specified in Configuration.xml, for executing things to do with an adapter, like starting or stopping it.
- ConfiguredJob() - Constructor for class org.frankframework.scheduler.ConfiguredJob
- configureEndpointConnection(IPortConnectedListener<Message>, ConnectionFactory, Destination, IbisExceptionListener) - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
- configureEndpointConnection(IPortConnectedListener<Message>, ConnectionFactory, CredentialFactory, Destination, IbisExceptionListener, IListenerConnector.CacheMode, int, boolean, String, long, long) - Method in class org.frankframework.unmanaged.SpringJmsConnector
- configureEndpointConnection(IPortConnectedListener<M>, ConnectionFactory, CredentialFactory, Destination, IbisExceptionListener, IListenerConnector.CacheMode, int, boolean, String, long, long) - Method in interface org.frankframework.core.IListenerConnector
- configureReceiver(Receiver<?>) - Method in class org.frankframework.core.Adapter
- configureStyleSheetTransformer(IConfigurationAware, String, int) - Static method in class org.frankframework.util.TransformerPool
- configureTransactionAttributes(Logger, TransactionAttribute, int) - Static method in class org.frankframework.core.TransactionAttributes
- configureTransformer(IConfigurationAware, String, String, String, TransformerPool.OutputType, boolean, ParameterList) - Static method in class org.frankframework.util.TransformerPool
- configureTransformer(IConfigurationAware, String, String, String, TransformerPool.OutputType, boolean, ParameterList, boolean) - Static method in class org.frankframework.util.TransformerPool
- configureTransformer0(IConfigurationAware, String, String, String, TransformerPool.OutputType, boolean, ParameterList, int) - Static method in class org.frankframework.util.TransformerPool
- ConfiguringLifecycleProcessor - Class in org.frankframework.lifecycle
- ConfiguringLifecycleProcessor() - Constructor for class org.frankframework.lifecycle.ConfiguringLifecycleProcessor
- connection - Variable in class org.frankframework.jdbc.JdbcListener
- connection - Variable in class org.frankframework.jdbc.JdbcSenderBase
- connection - Variable in class org.frankframework.jdbc.SimpleJdbcListener
- connectionCheckInterval - Variable in class org.frankframework.jdbc.datasource.PoolingDataSourceFactory
- ConnectionOverview - Class in org.frankframework.management.bus.endpoints
- ConnectionOverview() - Constructor for class org.frankframework.management.bus.endpoints.ConnectionOverview
- connectionsArePooled() - Method in class org.frankframework.jms.MessagingSource
- ConsoleMonitorEvent - Class in org.frankframework.monitoring.events
- ConsoleMonitorEvent(String) - Constructor for class org.frankframework.monitoring.events.ConsoleMonitorEvent
- consumeContent() - Method in class org.frankframework.http.mime.MultipartEntity
- consumesSessionVariable(String) - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- consumesSessionVariable(String) - Method in interface org.frankframework.core.IPipe
-
returns
true
if the pipe or one of its children use the named session variable. - consumesSessionVariable(String) - Method in interface org.frankframework.core.ISender
-
returns
true
if the sender or one of its children use the named session variable. - consumesSessionVariable(String) - Method in interface org.frankframework.core.ISenderWithParameters
- consumesSessionVariable(String) - Method in class org.frankframework.parameters.AbstractParameter
- consumesSessionVariable(String) - Method in interface org.frankframework.parameters.IParameter
- consumesSessionVariable(String) - Method in class org.frankframework.parameters.ParameterList
- consumesSessionVariable(String) - Method in class org.frankframework.pipes.AbstractPipe
- consumesSessionVariable(String) - Method in class org.frankframework.pipes.CompareIntegerPipe
- consumesSessionVariable(String) - Method in class org.frankframework.pipes.CompareStringPipe
- consumesSessionVariable(String) - Method in class org.frankframework.pipes.IncreaseIntegerPipe
- consumesSessionVariable(String) - Method in class org.frankframework.pipes.MessageSendingPipe
- consumesSessionVariable(String) - Method in class org.frankframework.pipes.XmlIf
- consumesSessionVariable(String) - Method in class org.frankframework.pipes.XmlSwitch
- consumesSessionVariable(String) - Method in class org.frankframework.senders.SenderSeries
- consumesSessionVariable(String) - Method in class org.frankframework.senders.SenderWithParametersBase
- contains(String) - Method in class org.frankframework.configuration.ClassLoaderManager
- contains(String) - Method in class org.frankframework.parameters.ParameterValueList
- contains(String) - Method in class org.frankframework.scheduler.SchedulerHelper
- contains(String, String) - Method in class org.frankframework.scheduler.SchedulerHelper
- contains(RootValidation) - Method in class org.frankframework.validation.RootValidations
- containsCorrelationId(String) - Method in interface org.frankframework.core.IMessageBrowser
- containsCorrelationId(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- containsCorrelationId(String) - Method in class org.frankframework.jms.JmsMessageBrowser
- containsKey(String) - Method in class org.frankframework.http.rest.ApiEhcache
- containsKey(String) - Method in class org.frankframework.http.rest.ApiMemcached
- containsKey(String) - Method in interface org.frankframework.http.rest.IApiCache
-
Checks whether or not an object has previously been stored in the cache
- containsKey(String) - Method in class org.frankframework.stream.MessageContext
- containsMessageId(String) - Method in interface org.frankframework.core.IMessageBrowser
-
Check if the storage contains message with the given original messageId (as passed to storeMessage).
- containsMessageId(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- containsMessageId(String) - Method in class org.frankframework.jms.JmsMessageBrowser
- containsMessageId(String) - Method in class org.frankframework.jms.JmsTransactionalStorage
- context - Variable in class org.frankframework.receivers.RawMessageWrapper
- Context(JsonDocumentWriter.Context, BsonContextType) - Constructor for class org.frankframework.mongodb.JsonDocumentWriter.Context
-
Creates a new context.
- CONTEXT_KEY - Static variable in class org.frankframework.lifecycle.FrankApplicationInitializer
- CONTINUE - Enum constant in enum class org.frankframework.receivers.Receiver.OnError
-
Don't stop the receiver when an error occurs.
- CONTROL_PROPERTY_PREFIX - Static variable in class org.frankframework.jdbc.JdbcMessageBrowser
- convertEndOfLines(String) - Static method in class org.frankframework.util.XmlUtils
- convertFromApacheHttpResponse(CloseableHttpResponse) - Method in class org.frankframework.http.authentication.OAuthAccessTokenManager
- convertProperties(Properties) - Method in class org.frankframework.configuration.HostnamePropertySourcePostProcessor
- convertProperties(Properties) - Method in class org.frankframework.configuration.LowerCasePropertySourcePostProcessor
- convertProperties(Properties) - Method in class org.frankframework.configuration.OverwritePropertySourcePostProcessor
- convertProperties(Properties) - Method in class org.frankframework.lifecycle.CustomPropertySourcePostProcessor
- convertQuery(String) - Method in class org.frankframework.jdbc.JdbcListener
- convertQuery(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- convertToApacheHttpRequest(HTTPRequest) - Method in class org.frankframework.http.authentication.OAuthAccessTokenManager
- COOKIE - Enum constant in enum class org.frankframework.http.rest.ApiListener.AuthenticationMethods
- CookieUtil - Class in org.frankframework.util
- CookieUtil() - Constructor for class org.frankframework.util.CookieUtil
- copyAttrsToMap(Attributes) - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
- copyAttrsToMap(Attributes) - Method in class org.frankframework.configuration.digester.ListenerFactory
- copyContext() - Method in class org.frankframework.stream.Message
- copyFacadeSettings(JdbcFacade) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- copyFile(File, File, boolean) - Static method in class org.frankframework.util.FileUtils
- copyMessage() - Method in class org.frankframework.stream.Message
-
Creates a copy of this Message object.
- copyOfSelect(String, String) - Static method in class org.frankframework.util.XmlUtils
- copyRealm(Object) - Method in class org.frankframework.jms.JmsRealm
-
copies matching properties to any other class
- copyRealm(Object, String) - Static method in class org.frankframework.jms.JmsRealm
-
copies matching properties from a JmsRealm to any other class
- CoreListenerProcessor<M> - Class in org.frankframework.processors
- CoreListenerProcessor() - Constructor for class org.frankframework.processors.CoreListenerProcessor
- CorePipeLineProcessor - Class in org.frankframework.processors
- CorePipeLineProcessor() - Constructor for class org.frankframework.processors.CorePipeLineProcessor
- CorePipeProcessor - Class in org.frankframework.processors
- CorePipeProcessor() - Constructor for class org.frankframework.processors.CorePipeProcessor
- CoreSenderWrapperProcessor - Class in org.frankframework.processors
- CoreSenderWrapperProcessor() - Constructor for class org.frankframework.processors.CoreSenderWrapperProcessor
- CORRELATED_LISTENER_CLASSNAME - Static variable in class org.frankframework.configuration.digester.ListenerFactory
- CORRELATION_ID_HEADER - Static variable in class org.frankframework.http.HttpSenderBase
- CORRELATION_ID_KEY - Static variable in class org.frankframework.core.PipeLineSession
- correlationId - Variable in class org.frankframework.receivers.RawMessageWrapper
- CORRELATIONID - Enum constant in enum class org.frankframework.jms.JmsSender.LinkMethod
-
set the correlationId of the pipeline as the correlationId of the message sent, and use that as the correlationId in the selector for response messages
- CORRELATIONID - Enum constant in enum class org.frankframework.pipes.MessageSendingPipe.LinkMethod
- CORRELATIONID - Enum constant in enum class org.frankframework.receivers.Receiver.CheckForDuplicatesMethod
- CORRELATIONID_FROM_MESSAGE - Enum constant in enum class org.frankframework.jms.JmsSender.LinkMethod
-
do not automatically set the correlationId of the message sent, but use use the value found in that header after sending the message as the selector for response messages
- CORRELATIONID_KEY - Static variable in class org.frankframework.scheduler.ServiceJob
- CounterSwitchPipe - Class in org.frankframework.pipes
-
Selects an exitState, based on the number of received messages by this pipe.
- CounterSwitchPipe() - Constructor for class org.frankframework.pipes.CounterSwitchPipe
- CRC32 - Enum constant in enum class org.frankframework.pipes.hash.Algorithm
- create() - Static method in class org.frankframework.http.mime.MultipartEntityBuilder
- create() - Method in enum class org.frankframework.senders.JavascriptSender.JavaScriptEngines
- create() - Static method in class org.frankframework.util.flow.graphviz.Options
- create(String) - Static method in class org.frankframework.util.XmlBuilder
- create(URL, boolean, String, boolean, boolean, String, Map<String, Object>) - Static method in class org.frankframework.align.Json2Xml
-
Helper method for tests
- CREATE - Enum constant in enum class org.frankframework.ldap.LdapSender.Operation
-
Create an attribute or an entry.
- createApplicationContext() - Method in class org.frankframework.lifecycle.IbisApplicationContext
-
Create Spring Bean factory.
- createBean(Class<T>) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
- createBean(Class<T>) - Method in class org.frankframework.pipes.AbstractPipe
- createBean(Class<T>) - Method in class org.frankframework.senders.SenderBase
- createBeanAndAutoWire(Class<T>) - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
- createBeanAutowireByName(Class<T>) - Method in class org.frankframework.lifecycle.IbisApplicationContext
-
Deprecated.
- createBytesMessage(Session, String, Message) - Method in class org.frankframework.jms.JMSFacade
- createCollector(Message, PipeLineSession) - Method in class org.frankframework.collection.CollectorPipeBase
- createCollector(Message, PipeLineSession) - Method in class org.frankframework.compression.ZipWriterPipe
- createConfig() - Method in class org.frankframework.metrics.InfluxRegistryConfigurator
- createConfig() - Method in class org.frankframework.metrics.KairosDbRegistryConfigurator
- createConfig() - Method in class org.frankframework.metrics.LocalRegistryConfigurator
- createConfig() - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase
- createConfig() - Method in class org.frankframework.metrics.PrometheusRegistryConfigurator
- createConfig() - Method in class org.frankframework.metrics.StatsDRegistryConfigurator
- createConnection() - Method in class org.frankframework.jms.IbisMessageListenerContainer
- createConnection() - Method in class org.frankframework.jms.MessagingSource
- createConnectionFactory(Context, String, boolean) - Method in class org.frankframework.jms.JmsMessagingSourceFactory
-
Removed the suggested wrap ConnectionFactory, to work around bug in JMSQueueConnectionFactoryHandle in combination with Spring.
- createConnectionFactory(Context, String, boolean) - Method in class org.frankframework.jms.MessagingSourceFactory
- createConnectionPool(PoolableConnectionFactory) - Method in class org.frankframework.jdbc.datasource.PoolingDataSourceFactory
- createContext() - Method in class org.frankframework.jms.JmsMessagingSourceFactory
- createContext() - Method in class org.frankframework.jms.MessagingSourceFactory
- createCounter(IConfigurationAware, FrankMeterType) - Method in class org.frankframework.statistics.MetricsInitializer
- createCronTrigger(TriggerKey, String) - Static method in class org.frankframework.scheduler.SchedulerHelper
- createDestination() - Method in class org.frankframework.jms.MessagingSource
- createDestination(String) - Method in class org.frankframework.jms.JmsMessagingSource
- createDistributionSummary(IConfigurationAware, FrankMeterType) - Method in class org.frankframework.statistics.MetricsInitializer
- createElementContainer(String, boolean, boolean, XSTypeDefinition) - Method in class org.frankframework.align.content.JsonDocumentContainer
- createElementContainer(String, boolean, boolean, XSTypeDefinition) - Method in class org.frankframework.align.content.TreeContentContainer
- createFilter(String, Level, Filter.Result, Filter.Result) - Static method in class org.frankframework.logging.IbisThreadFilter
- createFlowGenerator(String) - Method in class org.frankframework.util.flow.FlowDiagramManager
-
Optional IFlowGenerator.
- createGauge(IConfigurationAware, FrankMeterType, Supplier<Number>) - Method in class org.frankframework.statistics.MetricsInitializer
- createHandler(ForEachChildElementPipe.HandlerRecord, ThreadConnector<?>, Message, PipeLineSession, IteratingPipe.ItemCallback) - Method in class org.frankframework.pipes.ForEachChildElementPipe
- createHandler(Message, ThreadConnector<Object>, PipeLineSession, TransformerPool, ContentHandler, MessageBuilder) - Method in class org.frankframework.senders.XsltSender
- createHandler(Message, ThreadConnector, PipeLineSession, TransformerPool, ContentHandler, MessageBuilder) - Method in class org.frankframework.senders.JsonXsltSender
- createHash(char[]) - Static method in class org.frankframework.util.PasswordHash
-
Returns a salted PBKDF2 hash of the password.
- createHash(char[], int) - Static method in class org.frankframework.util.PasswordHash
- createHash(String) - Static method in class org.frankframework.util.PasswordHash
-
Returns a salted PBKDF2 hash of the password.
- createItemCallBack(PipeLineSession, ISender, Writer) - Method in class org.frankframework.pipes.IteratingPipe
- createItemCallBack(PipeLineSession, ISender, Writer) - Method in class org.frankframework.pipes.StringIteratorPipe
- createJmsBrowser() - Method in class org.frankframework.jms.XmlJmsBrowserSender
- createJsonSchema(String) - Method in class org.frankframework.pipes.Json2XmlValidator
- createJsonSchema(String, String) - Method in class org.frankframework.align.XmlTypeToJsonSchemaConverter
- createJsonSchema(String, String) - Method in class org.frankframework.pipes.Json2XmlValidator
- createJsonSchema(String, XSElementDeclaration) - Method in class org.frankframework.align.XmlTypeToJsonSchemaConverter
- createKeyManagers(KeyStore, String, String) - Static method in class org.frankframework.encryption.PkiUtil
- createKeyStore(URL, String, KeystoreType, String) - Static method in class org.frankframework.encryption.PkiUtil
- createLayout(String, Configuration, Charset, boolean, boolean, boolean) - Static method in class org.frankframework.logging.IbisPatternLayout
- createListenerContainer() - Method in class org.frankframework.receivers.Receiver
- createLogConfiguration(Message<?>) - Method in class org.frankframework.management.bus.endpoints.UpdateLogDefinitions
- createMailSession() - Method in class org.frankframework.senders.MailSender
- createMailSession() - Method in class org.frankframework.senders.MailSenderBase
- createMailSession() - Method in class org.frankframework.senders.SendGridSender
- createMessage(Session, String, Message) - Method in class org.frankframework.jms.JMSFacade
- createMessage(Session, String, Message, JMSFacade.MessageClass) - Method in class org.frankframework.jms.JMSFacade
- createMessagingSource(String, String, boolean) - Method in class org.frankframework.jms.JmsMessagingSourceFactory
- createMessagingSource(String, String, boolean) - Method in class org.frankframework.jms.MessagingSourceFactory
- createModelMBeanOperationInfo(Method, String, String) - Method in class org.frankframework.jmx.JmxMBeanInfoAssembler
- createObject(Map<String, String>) - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
-
Create Object from Spring factory, but using the attributes from the XML converted to a Map.
- createObject(Map<String, String>) - Method in class org.frankframework.configuration.digester.JobFactory
- createObject(Map<String, String>) - Method in class org.frankframework.configuration.digester.ParameterFactory
- createObject(Map<String, String>) - Method in class org.frankframework.configuration.digester.SharedResourceFactory
- createObject(Attributes) - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
-
Create object using, if possible, the Spring BeanFactory.
- createObject(Attributes) - Method in class org.frankframework.ldap.BasicAttributeFactory
- createOrUpdateSchedule(Message<?>) - Method in class org.frankframework.management.bus.endpoints.CreateScheduledJob
- createPart(Message, PipeLineSession, ParameterValueList) - Method in interface org.frankframework.collection.ICollector
-
Add a single item to the collection
- createPart(Message, PipeLineSession, ParameterValueList) - Method in class org.frankframework.compression.ZipWriter
- createPool(DataSource, String) - Method in class org.frankframework.jdbc.datasource.PoolingDataSourceFactory
- createPrivateConfig() - Method in class org.frankframework.xml.StaxParserFactory
-
Enable XML 1.1, to avoid errors like: Illegal character entity: expansion character (code 0x3 at [row,col {unknown-source}]: [1,53]
- createPropertySource(String) - Method in class org.frankframework.jdbc.JdbcPropertySourceFactory
- createPropertySource(String, String) - Method in class org.frankframework.jdbc.JdbcPropertySourceFactory
- createQueryTexts(IDbmsSupport) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
- createQueryTexts(IDbmsSupport) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
- createRegistry(C) - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase
- createRegistry(SimpleConfig) - Method in class org.frankframework.metrics.LocalRegistryConfigurator
- createRegistry(InfluxConfig) - Method in class org.frankframework.metrics.InfluxRegistryConfigurator
- createRegistry(KairosConfig) - Method in class org.frankframework.metrics.KairosDbRegistryConfigurator
- createRegistry(PrometheusConfig) - Method in class org.frankframework.metrics.PrometheusRegistryConfigurator
- createRegistry(StatsdConfig) - Method in class org.frankframework.metrics.StatsDRegistryConfigurator
- createRequest(Credentials) - Method in class org.frankframework.http.authentication.OAuthAccessTokenManager
- createRootValidation(String) - Method in class org.frankframework.pipes.XmlValidator
- createRootValidation(String) - Method in class org.frankframework.soap.SoapValidator
- createSaxException(String, Locator, Exception) - Static method in exception org.frankframework.xml.SaxException
- CreateScheduledJob - Class in org.frankframework.management.bus.endpoints
- CreateScheduledJob() - Constructor for class org.frankframework.management.bus.endpoints.CreateScheduledJob
- createScheme() - Method in enum class org.frankframework.http.authentication.AuthenticationScheme
- createSecurityContext(String) - Method in class org.frankframework.jwt.JwtValidator
- createSelector() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- createSelector() - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
- createSession() - Method in class org.frankframework.jms.JMSFacade
-
Returns a session on the connection for a topic or a queue
- createSession() - Method in class org.frankframework.jms.JmsSender
- createSession() - Method in class org.frankframework.senders.MailSender
-
Create the session during runtime
- createSession(boolean, int) - Method in class org.frankframework.jms.MessagingSource
- createSession(Connection) - Method in class org.frankframework.jms.IbisMessageListenerContainer
- createSharedConnection() - Method in class org.frankframework.jms.IbisMessageListenerContainer
- createSoapFaultMessage(String) - Method in class org.frankframework.soap.SoapWrapper
- createSoapFaultMessage(String, String) - Method in class org.frankframework.soap.SoapWrapper
- createSSLContext(HasKeystore, HasTruststore, String) - Static method in class org.frankframework.encryption.AuthSSLContextFactory
- createSSLSocketFactory(HasKeystore, HasTruststore, String) - Static method in class org.frankframework.encryption.AuthSSLContextFactory
- createStorage(Connection, Statement, IDbmsSupport) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
-
Acutaly creates storage.
- createSubDistributionSummary(IConfigurationAware, String, FrankMeterType) - Method in class org.frankframework.statistics.MetricsInitializer
- createSubDistributionSummary(IConfigurationAware, INamedObject, FrankMeterType) - Method in class org.frankframework.statistics.MetricsInitializer
-
This DistributionSummary is suffixed under a pipe
- createTaskExecutor() - Method in class org.frankframework.senders.ParallelSenders
- createTextMessage(Session, String, Message) - Method in class org.frankframework.jms.JMSFacade
- createThreadBasedDistributionSummary(Receiver<?>, FrankMeterType, int) - Method in class org.frankframework.statistics.MetricsInitializer
- createTimerResource(IConfigurationAware, FrankMeterType, String...) - Method in class org.frankframework.statistics.MetricsInitializer
- createTransactionManager() - Method in class org.frankframework.jta.narayana.NarayanaJtaTransactionManager
- createTransactionManager() - Method in class org.frankframework.jta.StatusRecordingTransactionManager
- createTransformer() - Method in class org.frankframework.util.TransformerPool
- createTransformer(String) - Static method in class org.frankframework.util.XmlUtils
- createTransformer(String, int) - Static method in class org.frankframework.util.XmlUtils
- createTransformer(URL) - Static method in class org.frankframework.util.XmlUtils
- createTransformer(URL, int) - Static method in class org.frankframework.util.XmlUtils
- createTransformer(Source, int) - Static method in class org.frankframework.util.XmlUtils
- createTrustManagers(KeyStore, String) - Static method in class org.frankframework.encryption.PkiUtil
- createUpdateStatusQuery(String, String) - Method in class org.frankframework.jdbc.JdbcTableListener
- createValidatingParser(PipeLineSession, ValidationContext) - Method in class org.frankframework.validation.XercesXmlValidator
- createValidationContext(PipeLineSession, RootValidations, Map<List<String>, List<String>>) - Method in class org.frankframework.validation.AbstractXmlValidator
- createValidationContext(PipeLineSession, RootValidations, Map<List<String>, List<String>>) - Method in class org.frankframework.validation.JavaxXmlValidator
- createValidationContext(PipeLineSession, RootValidations, Map<List<String>, List<String>>) - Method in class org.frankframework.validation.XercesXmlValidator
- createXADataSource(XADataSource, String) - Method in class org.frankframework.jdbc.datasource.AbstractXADataSourceFactory
- createXADataSource(XADataSource, String) - Method in class org.frankframework.jta.narayana.NarayanaDataSourceFactory
- createXPathEvaluatorSource(String) - Static method in class org.frankframework.util.XmlUtils
-
Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in.
- createXPathEvaluatorSource(String, String, TransformerPool.OutputType) - Static method in class org.frankframework.util.XmlUtils
-
Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.
- createXPathEvaluatorSource(String, String, TransformerPool.OutputType, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
-
Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.
- createXPathEvaluatorSource(String, String, TransformerPool.OutputType, boolean, ParameterList, boolean, boolean, String, int) - Static method in class org.frankframework.util.XmlUtils
-
Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.
- createXPathEvaluatorSource(Function<String, String>, String, TransformerPool.OutputType, boolean, ParameterList, boolean, boolean, int) - Static method in class org.frankframework.util.XmlUtils
-
Create an XSLT stylesheet that can be used to evaluate the xpath expression passed in, in the given namespaces.
- createXsltSender() - Method in class org.frankframework.pipes.JsonXsltPipe
- createXsltSender() - Method in class org.frankframework.pipes.XsltPipe
- CredentialCheckingPipe - Class in org.frankframework.pipes
-
Pipe to check the the CredentialFactory (for testing only).
- CredentialCheckingPipe() - Constructor for class org.frankframework.pipes.CredentialCheckingPipe
- CredentialFactory - Class in org.frankframework.util
-
Provides user-id and password from the WebSphere authentication-alias repository.
- CredentialFactory(String) - Constructor for class org.frankframework.util.CredentialFactory
- CredentialFactory(String, String, String) - Constructor for class org.frankframework.util.CredentialFactory
- CredentialFactory(String, Supplier<String>, Supplier<String>) - Constructor for class org.frankframework.util.CredentialFactory
- CRITICAL - Enum constant in enum class org.frankframework.monitoring.Severity
- CrlPipe - Class in org.frankframework.pipes
-
Pipe that reads a CRL from an input stream and transforms it to an XML.
- CrlPipe() - Constructor for class org.frankframework.pipes.CrlPipe
- CSS - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- CSV - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- CSV - Enum constant in enum class org.frankframework.management.bus.endpoints.ExecuteJdbcQuery.ResultType
- CSV - Enum constant in enum class org.frankframework.pipes.DataSonnetPipe.DataSonnetOutputType
- CsvParserPipe - Class in org.frankframework.pipes
-
Reads a message in CSV format, and turns it into XML.
- CsvParserPipe() - Constructor for class org.frankframework.pipes.CsvParserPipe
- CsvParserPipe.HeaderCase - Enum Class in org.frankframework.pipes
- currentBuilder - Variable in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- CustomPropertySourcePostProcessor - Class in org.frankframework.lifecycle
-
Property Configurer that add's additional properties to the Spring environment through a custom property-source Implements BeanFactoryPostProcessor so it's executed before other beans are created.
- CustomPropertySourcePostProcessor() - Constructor for class org.frankframework.lifecycle.CustomPropertySourcePostProcessor
D
- data - Variable in class org.frankframework.http.rest.ApiPrincipal
- DATABASE - Enum constant in enum class org.frankframework.scheduler.IbisJobDetail.JobType
- DatabaseClassLoader - Class in org.frankframework.configuration.classloaders
- DatabaseClassLoader(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.DatabaseClassLoader
- DatabaseJob - Class in org.frankframework.scheduler.job
- DatabaseJob() - Constructor for class org.frankframework.scheduler.job.DatabaseJob
- DatabaseMigrator - Class in org.frankframework.management.bus.endpoints
- DatabaseMigrator() - Constructor for class org.frankframework.management.bus.endpoints.DatabaseMigrator
- DatabaseMigratorBase - Class in org.frankframework.jdbc.migration
-
DatabaseMigration implementation for IAF.
- DatabaseMigratorBase() - Constructor for class org.frankframework.jdbc.migration.DatabaseMigratorBase
- DataSonnetPipe - Class in org.frankframework.pipes
-
Using
.jsonnet
transformation files, the DataSonnetPipe uses JSonnet at it's core to transform files from and to different file formats specified by supportedoutputTypes
. - DataSonnetPipe() - Constructor for class org.frankframework.pipes.DataSonnetPipe
- DataSonnetPipe.DataSonnetOutputType - Enum Class in org.frankframework.pipes
- DataSourceFactory - Class in org.frankframework.jdbc.datasource
-
Factory through which (TX-enabled) DataSources can be retrieved.
- DataSourceFactory() - Constructor for class org.frankframework.jdbc.datasource.DataSourceFactory
- DataSourceXAResourceRecoveryHelper - Class in org.frankframework.jta.narayana
-
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered, from the database.
- DataSourceXAResourceRecoveryHelper(XADataSource) - Constructor for class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
-
Create a new
DataSourceXAResourceRecoveryHelper
instance. - DataSourceXAResourceRecoveryHelper(XADataSource, String, String) - Constructor for class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
-
Create a new
DataSourceXAResourceRecoveryHelper
instance. - DATE - Enum constant in enum class org.frankframework.parameters.DateParameter.DateFormatType
- DATE - Enum constant in enum class org.frankframework.parameters.ParameterType
-
Converts the result to a Date, by default using formatString
yyyy-MM-dd
. - DateParameter - Class in org.frankframework.parameters
- DateParameter() - Constructor for class org.frankframework.parameters.DateParameter
- DateParameter.DateFormatType - Enum Class in org.frankframework.parameters
- DATETIME - Enum constant in enum class org.frankframework.parameters.DateParameter.DateFormatType
- DATETIME - Enum constant in enum class org.frankframework.parameters.ParameterType
-
Converts the result to a Date, by default using formatString
yyyy-MM-dd HH:mm:ss
. - DB2DocumentWriter - Class in org.frankframework.util
- DB2DocumentWriter() - Constructor for class org.frankframework.util.DB2DocumentWriter
- DB2XMLWriter - Class in org.frankframework.util
-
Transforms a java.sql.Resultset to a XML stream.
- DB2XMLWriter() - Constructor for class org.frankframework.util.DB2XMLWriter
- debug(String) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
- debug(String, Throwable) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
- DEBUG - Enum constant in enum class org.frankframework.configuration.classloaders.IConfigurationClassLoader.ReportLevel
- DebuggerStatusChangedEvent - Class in org.frankframework.management.bus
- DebuggerStatusChangedEvent(Object, boolean) - Constructor for class org.frankframework.management.bus.DebuggerStatusChangedEvent
- DebugInformation - Class in org.frankframework.management.bus.endpoints
- DebugInformation() - Constructor for class org.frankframework.management.bus.endpoints.DebugInformation
- declareRoles(List<String>) - Method in class org.frankframework.lifecycle.ServletManager
-
Register a new role
- DECODE - Enum constant in enum class org.frankframework.pipes.Base64Pipe.Direction
- DECODE - Enum constant in enum class org.frankframework.pipes.EscapePipe.Direction
- decreaseReferences() - Method in class org.frankframework.jms.MessagingSource
- decreaseThreadCount() - Method in interface org.frankframework.core.IThreadCountControllable
- decreaseThreadCount() - Method in class org.frankframework.jms.PushingJmsListener
- decreaseThreadCount() - Method in class org.frankframework.receivers.PullingListenerContainer
- decreaseThreadCount() - Method in class org.frankframework.receivers.Receiver
- decreaseThreadCount() - Method in class org.frankframework.unmanaged.SpringJmsConnector
- decrementCountThreads() - Method in class org.frankframework.scheduler.JobDef
- Decrypt - Class in org.frankframework.pgp
- Decrypt(String, String) - Constructor for class org.frankframework.pgp.Decrypt
- DECRYPT - Enum constant in enum class org.frankframework.pipes.PGPPipe.Action
-
Decrypts the given input.
- DEEP_SEARCH - Enum constant in enum class org.frankframework.ldap.LdapSender.Operation
-
Search for an entry in the complete tree below the specified root.
- DEFAULT_ARRAY_ELEMENT_NAME - Static variable in class org.frankframework.documentbuilder.DocumentUtils
- DEFAULT_ARRAY_ELEMENT_NAME - Static variable in class org.frankframework.documentbuilder.Json2XmlHandler
- DEFAULT_CACHE_LEVEL_NON_TRANSACTED - Static variable in class org.frankframework.unmanaged.SpringJmsConnector
- DEFAULT_CACHE_LEVEL_TRANSACTED - Static variable in class org.frankframework.unmanaged.SpringJmsConnector
- DEFAULT_CONFIGURATION_FILE - Static variable in class org.frankframework.configuration.ConfigurationUtils
- DEFAULT_DATASOURCE_NAME_PROPERTY - Static variable in interface org.frankframework.jdbc.IDataSourceFactory
- DEFAULT_DATASOURCE_NAME_PROPERTY - Static variable in class org.frankframework.mongodb.JndiMongoClientFactory
- DEFAULT_GROUP - Static variable in class org.frankframework.scheduler.SchedulerHelper
- DEFAULT_INDENT - Static variable in class org.frankframework.senders.XsltSender
- DEFAULT_OMIT_XML_DECLARATION - Static variable in class org.frankframework.senders.XsltSender
- DEFAULT_OUTPUT_METHOD - Variable in class org.frankframework.senders.XsltSender
- DEFAULT_SOAP_HEADER_SESSION_KEY - Static variable in class org.frankframework.soap.SoapWrapperPipe
- DEFAULT_SOAP_NAMESPACE_SESSION_KEY - Static variable in class org.frankframework.soap.SoapWrapperPipe
- DEFAULT_SOAP_VERSION_FOR_WRAPPING - Static variable in class org.frankframework.soap.SoapWrapperPipe
- DEFAULT_STREAM_CAPTURE_LIMIT - Static variable in class org.frankframework.util.StreamCaptureUtils
- DEFAULT_SUCCESS_EXIT_NAME - Static variable in class org.frankframework.core.PipeLine
- DEFAULT_VALUE_SUPPRESS_KEY - Enum constant in enum class org.frankframework.configuration.SuppressKeys
- DEFAULT_XML_HEADER - Static variable in class org.frankframework.soap.SoapWrapper
- DEFAULT_XPATH_OUTPUT_METHOD - Variable in class org.frankframework.senders.XsltSender
- DEFAULT_XSLT_VERSION - Static variable in class org.frankframework.pipes.ForEachChildElementPipe
- DEFAULT_XSLT_VERSION - Static variable in class org.frankframework.util.XmlUtils
- DefaultIbisManager - Class in org.frankframework.unmanaged
-
Implementation of IbisManager which does not use EJB for managing IBIS Adapters.
- DefaultIbisManager() - Constructor for class org.frankframework.unmanaged.DefaultIbisManager
- DEFAULTVALUE - Enum constant in enum class org.frankframework.parameters.AbstractParameter.DefaultValueMethods
- DelayPipe - Class in org.frankframework.pipes
-
Pipe that sleeps for a specified time, which defaults to 5000 msecs.
- DelayPipe() - Constructor for class org.frankframework.pipes.DelayPipe
- DelaySender - Class in org.frankframework.senders
-
Sender that sleeps for a specified time, which defaults to 5000 msecs.
- DelaySender() - Constructor for class org.frankframework.senders.DelaySender
- DELEGATE_PREFIX - Static variable in class org.frankframework.jndi.TomcatJndiProxy
- delete(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
-
Keep the transaction local to this method.
- DELETE - Enum constant in enum class org.frankframework.http.HttpSenderBase.HttpMethod
- DELETE - Enum constant in enum class org.frankframework.http.rest.ApiListener.HttpMethod
- DELETE - Enum constant in enum class org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
-
Deprecated.
- DELETE - Enum constant in enum class org.frankframework.ldap.LdapSender.Operation
-
Delete an attribute or an entry.
- DELETE - Enum constant in enum class org.frankframework.pipes.EtagHandlerPipe.EtagAction
-
Deprecated.
- deleteConfiguration(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ConfigManagement
-
header configuration The name of the Configuration to delete header version The version of the Configuration to find header datasourceName The name of the datasource where the configurations are located.
- deleteJob(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ManageScheduler
- DELETEMANY - Enum constant in enum class org.frankframework.mongodb.MongoDbSender.MongoAction
- deleteMessage(String) - Method in interface org.frankframework.core.IMessageBrowser
-
Deletes the message.
- deleteMessage(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- deleteMessage(String) - Method in class org.frankframework.jms.JmsMessageBrowser
- deleteMonitor(Message<?>) - Method in class org.frankframework.management.bus.endpoints.Monitoring
- DELETEONE - Enum constant in enum class org.frankframework.mongodb.MongoDbSender.MongoAction
- deleteQuery - Variable in class org.frankframework.jdbc.JdbcMessageBrowser
- deleteRow() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- deleteTrigger(String) - Method in class org.frankframework.scheduler.SchedulerHelper
- deleteTrigger(String, String) - Method in class org.frankframework.scheduler.SchedulerHelper
- deleteTrigger(IJob) - Method in class org.frankframework.scheduler.SchedulerHelper
- deprecatedParameterTransformAction(Source, Result, ParameterValueList) - Method in class org.frankframework.util.TransformerPool
-
Deprecated.only used in Parameter, need to refactor that first... Renamed because of overloading issues. When method parameter 'Result' is used, nothing will be returned.
- DEPRECATION_SUPPRESS_KEY - Enum constant in enum class org.frankframework.configuration.SuppressKeys
- DESC - Enum constant in enum class org.frankframework.core.IMessageBrowser.SortOrder
- describeLocations() - Method in class org.frankframework.jdbc.migration.LiquibaseResourceAccessor
- description() - Element in annotation interface org.frankframework.jmx.JmxAttribute
- description() - Element in annotation interface org.frankframework.jmx.JmxOperation
- DestinationValidator - Interface in org.frankframework.core
- destroy() - Method in class org.frankframework.configuration.ApplicationWarnings
- destroy() - Method in class org.frankframework.configuration.ApplicationWarningsBase
- destroy() - Method in class org.frankframework.configuration.classloaders.BytesClassLoader
- destroy() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
- destroy() - Method in interface org.frankframework.configuration.classloaders.IConfigurationClassLoader
-
Called upon destroying (and thus removing) the IConfigurationClassLoader
- destroy() - Method in class org.frankframework.configuration.classloaders.ScanningDirectoryClassLoader
- destroy() - Method in class org.frankframework.http.cxf.SoapProviderServlet
- destroy() - Method in class org.frankframework.http.rest.ApiEhcache
- destroy() - Method in class org.frankframework.http.rest.ApiListenerServlet
- destroy() - Method in class org.frankframework.http.rest.ApiMemcached
- destroy() - Method in interface org.frankframework.http.rest.IApiCache
-
Closes the cache.
- destroy() - Method in class org.frankframework.jdbc.datasource.ObjectFactoryBase
- destroy() - Method in class org.frankframework.jta.StatusRecordingTransactionManager
- destroy() - Method in class org.frankframework.lifecycle.NamespaceUriProviderBean
- destroy() - Method in class org.frankframework.metrics.MetricsRegistryFactoryBean
- destroy() - Method in class org.frankframework.monitoring.Monitor
-
Destroy the monitor and all registered triggers
- destroy() - Method in class org.frankframework.monitoring.Trigger
- destroy() - Method in class org.frankframework.statistics.MetricsInitializer
- destroy() - Method in class org.frankframework.util.flow.DotFlowGenerator
- destroy() - Method in class org.frankframework.util.flow.FlowDiagramManager
- destroy() - Method in class org.frankframework.util.flow.GraphvizJsFlowGenerator
- destroy() - Method in class org.frankframework.util.flow.MermaidFlowGenerator
- destroyCache(String) - Method in class org.frankframework.cache.IbisCacheManager
- DETECT - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- detectXsltVersion(String) - Static method in class org.frankframework.util.XmlUtils
- detectXsltVersion(URL) - Static method in class org.frankframework.util.XmlUtils
- determineForward(AbstractXmlValidator.ValidationResult, PipeLineSession, boolean) - Method in class org.frankframework.pipes.XmlValidator
- determineForward(AbstractXmlValidator.ValidationResult, PipeLineSession, boolean, Supplier<String>) - Method in class org.frankframework.pipes.ValidatorBase
- determineTmUid() - Method in class org.frankframework.jta.StatusRecordingTransactionManager
- digest() - Method in class org.frankframework.configuration.ConfigurationDigester
- DIGESTER_RULES_FILE - Static variable in class org.frankframework.configuration.digester.FrankDigesterRules
- DigesterRule - Class in org.frankframework.configuration.digester
-
Java representation of a digester rule specified in the digester-rules.xml file.
- DigesterRule() - Constructor for class org.frankframework.configuration.digester.DigesterRule
- DigesterRuleBase - Class in org.frankframework.configuration.digester
- DigesterRuleBase() - Constructor for class org.frankframework.configuration.digester.DigesterRuleBase
- DigesterRulesHandler - Class in org.frankframework.configuration.digester
- DigesterRulesHandler() - Constructor for class org.frankframework.configuration.digester.DigesterRulesHandler
- DigesterRulesParser - Class in org.frankframework.configuration.digester
- DigesterRulesParser(Digester, RulesBinder) - Constructor for class org.frankframework.configuration.digester.DigesterRulesParser
- Dir2Xml - Class in org.frankframework.util
-
List the contents of a directory as XML.
- Dir2Xml() - Constructor for class org.frankframework.util.Dir2Xml
- DirectoryClassLoader - Class in org.frankframework.configuration.classloaders
- DirectoryClassLoader(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.DirectoryClassLoader
- DirectoryCleaner - Class in org.frankframework.util
-
Cleans up a directory.
- DirectoryCleaner() - Constructor for class org.frankframework.util.DirectoryCleaner
- DirectQuerySender - Class in org.frankframework.jdbc
-
QuerySender that interprets the input message as a query, possibly with attributes.
- DirectQuerySender() - Constructor for class org.frankframework.jdbc.DirectQuerySender
- DISABLE_OUTPUT_ESCAPING - Static variable in class org.frankframework.xml.XmlWriter
- DISALLOW_DOCTYPE_DECL_FEATURE_ID - Static variable in class org.frankframework.validation.XercesXmlValidator
-
Disallow doctype declarations feature id (http://apache.org/xml/features/disallow-doctype-decl).
- dispatchRequest(String, String, HttpServletRequest, String, String, PipeLineSession, HttpServletResponse) - Method in class org.frankframework.http.RestServiceDispatcher
-
Dispatch a request.
- dispatchRequest(String, Message, PipeLineSession) - Method in class org.frankframework.receivers.ServiceDispatcher
-
Dispatch a request
Message
to a service by its configured name. - displayTransactionStatus(TransactionStatus) - Static method in class org.frankframework.util.JtaUtil
- DLL - Enum constant in enum class org.frankframework.senders.FrankSender.Scope
- doAction(CollectorPipeBase.Action, Message, PipeLineSession) - Method in class org.frankframework.collection.CollectorPipeBase
- doAdd(Object, Logger, String, String) - Method in class org.frankframework.configuration.ApplicationWarningsBase
- doAdd(Object, Logger, String, Throwable) - Method in class org.frankframework.configuration.ApplicationWarningsBase
- doAdd(Logger, String, Throwable) - Method in class org.frankframework.configuration.ApplicationWarningsBase
- doAfterPropertiesSet() - Method in class org.frankframework.management.bus.endpoints.AdapterStatistics
- doAfterPropertiesSet() - Method in class org.frankframework.management.bus.endpoints.BrowseJdbcTable
- doAfterPropertiesSet() - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
- doAfterPropertiesSet() - Method in class org.frankframework.management.bus.endpoints.SecurityItems
- doBrowse(String, String) - Method in class org.frankframework.jms.JmsMessageBrowser
- doBrowse(Map<String, String>) - Method in class org.frankframework.jms.JmsMessageBrowser
- DOC - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- documentation(XMLStreamWriter) - Method in class org.frankframework.soap.WsdlGenerator
-
Outputs a 'documentation' section of the WSDL
- DocumentBuilderFactory - Class in org.frankframework.documentbuilder
- DocumentBuilderFactory() - Constructor for class org.frankframework.documentbuilder.DocumentBuilderFactory
- DocumentContainer - Interface in org.frankframework.align.content
- DocumentFormat - Enum Class in org.frankframework.documentbuilder
- DocumentUtils - Class in org.frankframework.documentbuilder
- DocumentUtils() - Constructor for class org.frankframework.documentbuilder.DocumentUtils
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.frankframework.http.HttpListenerServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.frankframework.lifecycle.WebContentServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.frankframework.metrics.PrometheusMeterServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.frankframework.webcontrol.RedirectIndexProxy
- doInUnsuspendedTransationContext(ThrowingSupplier<T, E>) - Static method in class org.frankframework.jta.TransactionConnectorCoordinator
-
Execute an action with the thread prepared for enlisting transactional resources.
- DomainTransformerPipe - Class in org.frankframework.pipes
-
Pipe that performs domain transforming on the basis of a database table.
- DomainTransformerPipe() - Constructor for class org.frankframework.pipes.DomainTransformerPipe
- DomBuilderException - Exception in org.frankframework.util
- DomBuilderException() - Constructor for exception org.frankframework.util.DomBuilderException
- DomBuilderException(String) - Constructor for exception org.frankframework.util.DomBuilderException
- DomBuilderException(String, Throwable) - Constructor for exception org.frankframework.util.DomBuilderException
- DomBuilderException(Throwable) - Constructor for exception org.frankframework.util.DomBuilderException
- DOMDOC - Enum constant in enum class org.frankframework.parameters.ParameterType
-
Renders XML as a DOM document; similar to
node
with the distinction that there is always a common root node (required for XSLT 2.0) - DONE - Enum constant in enum class org.frankframework.core.ProcessState
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.cache.RemoveCacheKeyPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.collection.CollectorPipeBase
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.compression.ZipWriterPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- doPipe(Message, PipeLineSession) - Method in interface org.frankframework.core.IPipe
-
This is where the action takes place.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.http.rest.ApiPrincipalPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.ldap.LdapChallengePipe
-
Deprecated.Checks to see if the supplied parameteres of the pipe can login to LDAP
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.ldap.LdapQueryPipeBase
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.Base64Pipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.BytesOutputPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.ChecksumPipe
-
Deprecated.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.CompareIntegerPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.CompareStringPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.CompressPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.CounterSwitchPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.CredentialCheckingPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.CrlPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.CsvParserPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.DataSonnetPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.DelayPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.DomainTransformerPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.EchoPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.EscapePipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.EtagHandlerPipe
-
Deprecated.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.ExceptionPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.FileLineIteratorPipe
-
Deprecated.Open a reader for the file named according the input messsage and transform it.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.FilenameSwitch
-
Deprecated.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.FixedResultPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.ForPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.GetFromSession
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.GetPrincipalPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.HashPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.IncreaseIntegerPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.IsUserInRolePipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.IsXmlPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.JsonPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.JsonWellFormedChecker
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.JwtPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.LogContextPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.MessageSendingPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.PasswordHashPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.PGPPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.PostboxRetrieverPipe
-
Deprecated.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.PutInSession
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.PutParametersInSession
-
Deprecated.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.PutSystemDateInSession
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.RegExPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.RemoveFromSession
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.ReplacerPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.SignaturePipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.SizePipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.SkipPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.Stream2StringPipe
-
Deprecated.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.StreamPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.Text2XmlPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.TextSplitterPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.TimeoutGuardPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.UnzipPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.UUIDGeneratorPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.ValidatorBase
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.WsdlGeneratorPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.XmlBuilderPipe
-
Deprecated.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.XmlIf
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.XmlSwitch
-
This is where the action takes place, the switching is done.
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.XmlWellFormedChecker
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.XQueryPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.XsltPipe
- doPipe(Message, PipeLineSession) - Method in class org.frankframework.soap.SoapWrapperPipe
- doPipe(Message, PipeLineSession, boolean, String) - Method in class org.frankframework.pipes.Json2XmlValidator
-
Validate the XML or JSON input, and align/convert it into JSON or XML according to a XML Schema.
- doPipe(Message, PipeLineSession, boolean, String) - Method in class org.frankframework.pipes.ValidatorBase
- doPipe(Message, PipeLineSession, boolean, String) - Method in class org.frankframework.pipes.XmlValidator
- doPipeWithException(Message, PipeLineSession) - Method in class org.frankframework.ldap.LdapFindGroupMembershipsPipe
- doPipeWithException(Message, PipeLineSession) - Method in class org.frankframework.ldap.LdapFindMemberPipe
- doPipeWithException(Message, PipeLineSession) - Method in class org.frankframework.ldap.LdapQueryPipeBase
- doPipeWithTimeoutGuarded(Message, PipeLineSession) - Method in class org.frankframework.pipes.TimeoutGuardPipe
-
doPipe wrapped around a TimeoutGuard
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.frankframework.http.HttpListenerServlet
- doReceiveAndExecute(Object, Session, MessageConsumer, TransactionStatus) - Method in class org.frankframework.jms.IbisMessageListenerContainer
- doSendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.ParallelSenders
- doSendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.ReconnectSenderWrapper
- doSendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.SenderSeries
- doSendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.SenderWrapper
- doSendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.SenderWrapperBase
- DOT_ALL - Enum constant in enum class org.frankframework.pipes.RegExPipe.RegExFlag
- DotFlowGenerator - Class in org.frankframework.util.flow
-
Flow generator to create DOT files
- DotFlowGenerator() - Constructor for class org.frankframework.util.flow.DotFlowGenerator
- downloadConfiguration(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ConfigManagement
-
header configuration The name of the Configuration to download header version The version of the Configuration to find header datasourceName The name of the datasource where the configurations are located.
- downloadMessageById(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
- downloadMigrationScript(Message<?>) - Method in class org.frankframework.management.bus.endpoints.DatabaseMigrator
- doWriteBinaryData(BsonBinary) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteBoolean(boolean) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteDateTime(long) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteDBPointer(BsonDbPointer) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteDecimal128(Decimal128) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteDouble(double) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteEndArray() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteEndDocument() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteInt32(int) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteInt64(long) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteJavaScript(String) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteJavaScriptWithScope(String) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteMaxKey() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteMinKey() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteName(String) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteNull() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteObjectId(ObjectId) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteRegularExpression(BsonRegularExpression) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteStartArray() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteStartDocument() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteString(String) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteSymbol(String) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteTimestamp(BsonTimestamp) - Method in class org.frankframework.mongodb.JsonDocumentWriter
- doWriteUndefined() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- DummyClassLoader - Class in org.frankframework.configuration.classloaders
-
Classloader which loads an empty Configuration.
- DummyClassLoader(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.DummyClassLoader
- DummyTransactionalStorage<S extends Serializable> - Class in org.frankframework.jdbc
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DummyTransactionalStorage() - Constructor for class org.frankframework.jdbc.DummyTransactionalStorage
-
Deprecated.
- DUPS_OK_ACKNOWLEDGE - Enum constant in enum class org.frankframework.jms.JMSFacade.AcknowledgeMode
-
dups or dups_ok_acknowledge: Specifies that the session is to "lazily" acknowledge the delivery of messages to the consumer.
- DURABLE - Enum constant in enum class org.frankframework.jms.JMSFacade.SubscriberType
E
- EchoPipe - Class in org.frankframework.pipes
-
Returns simply the input message.
- EchoPipe() - Constructor for class org.frankframework.pipes.EchoPipe
- EchoSender - Class in org.frankframework.senders
-
Echos input to output.
- EchoSender() - Constructor for class org.frankframework.senders.EchoSender
- EhCache<V> - Class in org.frankframework.cache
-
General Cache provider.
- EhCache() - Constructor for class org.frankframework.cache.EhCache
- ELEMENT - Static variable in class org.frankframework.validation.SchemaUtils
- ElementContainer - Interface in org.frankframework.align.content
- elementDecl(String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Report an element type declaration.
- ElementGroupContainer - Interface in org.frankframework.align.content
- ElementPropertyResolver - Class in org.frankframework.xml
- ElementPropertyResolver(ContentHandler, Properties) - Constructor for class org.frankframework.xml.ElementPropertyResolver
- ElementRoleFilter - Class in org.frankframework.configuration.filters
- ElementRoleFilter() - Constructor for class org.frankframework.configuration.filters.ElementRoleFilter
- ElementRoleFilter(ContentHandler) - Constructor for class org.frankframework.configuration.filters.ElementRoleFilter
- elementToFormBodyPart(Element, PipeLineSession) - Method in class org.frankframework.http.HttpSender
- elementToFormBodyPart(Element, PipeLineSession) - Method in class org.frankframework.http.MultipartHttpSender
-
Deprecated.
- ELFORMDEFAULT - Static variable in class org.frankframework.validation.SchemaUtils
- ELSE_FORWARD - Static variable in class org.frankframework.pipes.RegExPipe
- EMail(String) - Constructor for class org.frankframework.senders.MailSenderBase.EMail
- EMail(String, String) - Constructor for class org.frankframework.senders.MailSenderBase.EMail
- EMail(String, String, String) - Constructor for class org.frankframework.senders.MailSenderBase.EMail
- ENABLE_OUTPUT_ESCAPING - Static variable in class org.frankframework.xml.XmlWriter
- EncapsulatingReader - Class in org.frankframework.util
-
Reader that encapsulates a file within a prefix and a postfix.
- EncapsulatingReader(Reader, String, String) - Constructor for class org.frankframework.util.EncapsulatingReader
- EncapsulatingReader(Reader, String, String, boolean) - Constructor for class org.frankframework.util.EncapsulatingReader
- ENCODE - Enum constant in enum class org.frankframework.pipes.Base64Pipe.Direction
- ENCODE - Enum constant in enum class org.frankframework.pipes.EscapePipe.Direction
- encodeURL(String) - Static method in class org.frankframework.util.XmlUtils
-
encodes a url
- Encrypt - Class in org.frankframework.pgp
- Encrypt(String[], String[]) - Constructor for class org.frankframework.pgp.Encrypt
- ENCRYPT - Enum constant in enum class org.frankframework.pipes.PGPPipe.Action
-
Encrypts the given input.
- EncryptionException - Exception in org.frankframework.encryption
- EncryptionException() - Constructor for exception org.frankframework.encryption.EncryptionException
- EncryptionException(String) - Constructor for exception org.frankframework.encryption.EncryptionException
- EncryptionException(String, Throwable) - Constructor for exception org.frankframework.encryption.EncryptionException
- EncryptionException(Throwable) - Constructor for exception org.frankframework.encryption.EncryptionException
- end(String, String) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
- end(Xid, int) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
- endArray() - Method in class org.frankframework.documentbuilder.json.JsonTee
- endArray() - Method in class org.frankframework.documentbuilder.json.JsonWriter
- endArray() - Method in class org.frankframework.documentbuilder.Json2XmlHandler
- endArray() - Method in interface org.frankframework.documentbuilder.JsonEventHandler
- endArray() - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlHandler
- endBlock() - Method in class org.frankframework.pipes.IteratingPipe.ItemCallback
- endCDATA() - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Report the end of a CDATA section.
- endCDATA() - Method in class org.frankframework.documentbuilder.xml.XmlTee
- endCDATA() - Method in class org.frankframework.util.CompactSaxHandler
- endCDATA() - Method in class org.frankframework.util.RestoreMovedElementsHandler
- endCDATA() - Method in class org.frankframework.xml.ExceptionCatchingFilter
- endCDATA() - Method in class org.frankframework.xml.ExceptionInsertingFilter
- endCDATA() - Method in class org.frankframework.xml.FullXmlFilter
- endCDATA() - Method in class org.frankframework.xml.NamespacedContentsRemovingFilter
- endCDATA() - Method in class org.frankframework.xml.NodeSetFilter
- endCDATA() - Method in class org.frankframework.xml.XmlWriter
- endChildThread() - Method in class org.frankframework.jta.TransactionConnector
-
endThread() to be called from child thread in a finally clause
- ENDCOM - Static variable in class org.frankframework.compression.MessageZipEntry
- endDefinitions() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- endDefinitions() - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
- endDefinitions() - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
- endDocument() - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Filter an end document event.
- endDocument() - Method in class org.frankframework.documentbuilder.json.JsonTee
- endDocument() - Method in class org.frankframework.documentbuilder.json.JsonWriter
- endDocument() - Method in class org.frankframework.documentbuilder.Json2XmlHandler
- endDocument() - Method in interface org.frankframework.documentbuilder.JsonEventHandler
- endDocument() - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlHandler
- endDocument() - Method in class org.frankframework.documentbuilder.xml.XmlTee
- endDocument() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- endDocument() - Method in class org.frankframework.util.XmlJsonWriter
- endDocument() - Method in class org.frankframework.validation.XmlValidatorContentHandler
- endDocument() - Method in class org.frankframework.xml.BodyOnlyFilter
- endDocument() - Method in class org.frankframework.xml.ElementPropertyResolver
- endDocument() - Method in class org.frankframework.xml.ExceptionCatchingFilter
- endDocument() - Method in class org.frankframework.xml.ExceptionInsertingFilter
- endDocument() - Method in class org.frankframework.xml.ThreadConnectingFilter
- endDocument() - Method in class org.frankframework.xml.XmlWriter
- endDTD() - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Report the end of DTD declarations.
- endDTD() - Method in class org.frankframework.documentbuilder.xml.XmlTee
- endDTD() - Method in class org.frankframework.xml.ExceptionCatchingFilter
- endDTD() - Method in class org.frankframework.xml.ExceptionInsertingFilter
- endDTD() - Method in class org.frankframework.xml.FullXmlFilter
- endDTD() - Method in class org.frankframework.xml.XmlWriter
- endElement() - Method in class org.frankframework.xml.SaxElementBuilder
- endElement(String) - Method in interface org.frankframework.align.content.ElementGroupContainer
- endElement(String) - Method in class org.frankframework.align.content.MapContentContainer
- endElement(String) - Method in class org.frankframework.align.content.TreeContentContainer
- endElement(String, String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Filter an end element event.
- endElement(String, String, String) - Method in class org.frankframework.align.XmlAligner
- endElement(String, String, String) - Method in class org.frankframework.align.XmlTo
- endElement(String, String, String) - Method in class org.frankframework.configuration.digester.IncludeFilter
- endElement(String, String, String) - Method in class org.frankframework.configuration.filters.ElementRoleFilter
- endElement(String, String, String) - Method in class org.frankframework.configuration.filters.InitialCapsFilter
- endElement(String, String, String) - Method in class org.frankframework.configuration.filters.OnlyActiveFilter
- endElement(String, String, String) - Method in class org.frankframework.configuration.filters.SkipContainersFilter
- endElement(String, String, String) - Method in class org.frankframework.documentbuilder.xml.XmlTee
- endElement(String, String, String) - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- endElement(String, String, String) - Method in class org.frankframework.util.CompactSaxHandler
- endElement(String, String, String) - Method in class org.frankframework.util.RestoreMovedElementsHandler
- endElement(String, String, String) - Method in class org.frankframework.util.XmlJsonWriter
- endElement(String, String, String) - Method in class org.frankframework.validation.XmlValidatorContentHandler
- endElement(String, String, String) - Method in class org.frankframework.xml.BodyOnlyFilter
- endElement(String, String, String) - Method in class org.frankframework.xml.ElementPropertyResolver
- endElement(String, String, String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
- endElement(String, String, String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
- endElement(String, String, String) - Method in class org.frankframework.xml.NamespacedContentsRemovingFilter
- endElement(String, String, String) - Method in class org.frankframework.xml.NamespaceRemovingFilter
- endElement(String, String, String) - Method in class org.frankframework.xml.NodeSetFilter
- endElement(String, String, String) - Method in class org.frankframework.xml.PrettyPrintFilter
- endElement(String, String, String) - Method in class org.frankframework.xml.SkipEmptyTagsFilter
- endElement(String, String, String) - Method in class org.frankframework.xml.XmlWriter
- endElementGroup(String) - Method in interface org.frankframework.align.content.DocumentContainer
- endElementGroup(String) - Method in class org.frankframework.align.content.MapContentContainer
- endElementGroup(String) - Method in class org.frankframework.align.content.TreeContentContainer
- endEntity(String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Report the end of an entity.
- endEntity(String) - Method in class org.frankframework.documentbuilder.xml.XmlTee
- endEntity(String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
- endEntity(String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
- endEntity(String) - Method in class org.frankframework.xml.FullXmlFilter
- endEntity(String) - Method in class org.frankframework.xml.NodeSetFilter
- endEntity(String) - Method in class org.frankframework.xml.XmlWriter
- ENDHDR - Static variable in class org.frankframework.compression.MessageZipEntry
- endIterating() - Method in class org.frankframework.pipes.IteratingPipe.ItemCallback
- endNode(String, String, String) - Method in class org.frankframework.xml.NodeSetFilter
-
Called every time the processing of a node of the NodeSet has finished.
- endObject() - Method in class org.frankframework.documentbuilder.json.JsonTee
- endObject() - Method in class org.frankframework.documentbuilder.json.JsonWriter
- endObject() - Method in class org.frankframework.documentbuilder.Json2XmlHandler
- endObject() - Method in interface org.frankframework.documentbuilder.JsonEventHandler
- endObject() - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlHandler
- ENDOFF - Static variable in class org.frankframework.compression.MessageZipEntry
- endOut() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- endOut() - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
- endOut() - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
- endOut() - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
- endPrefixMapping(String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Filter an end Namespace prefix mapping event.
- endPrefixMapping(String) - Method in class org.frankframework.documentbuilder.xml.XmlTee
- endPrefixMapping(String) - Method in class org.frankframework.util.CompactSaxHandler
- endPrefixMapping(String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
- endPrefixMapping(String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
- endPrefixMapping(String) - Method in class org.frankframework.xml.NamespacedContentsRemovingFilter
- endPrefixMapping(String) - Method in class org.frankframework.xml.NamespaceRemovingFilter
- endPrefixMapping(String) - Method in class org.frankframework.xml.NodeSetFilter
- endPrefixMapping(String) - Method in class org.frankframework.xml.SkipEmptyTagsFilter
- endPrefixMapping(String) - Method in class org.frankframework.xml.XmlWriter
- endRow() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- endRow() - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
- endRow() - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
- endRow() - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
- endRowSet() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
- endRowSet() - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
- endRowSet() - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
- endRowSet() - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
- ENDSIG - Static variable in class org.frankframework.compression.MessageZipEntry
- ENDSIZ - Static variable in class org.frankframework.compression.MessageZipEntry
- ENDSUB - Static variable in class org.frankframework.compression.MessageZipEntry
- endThread(R) - Method in class org.frankframework.threading.ThreadConnector
- ENDTOT - Static variable in class org.frankframework.compression.MessageZipEntry
- ENTRY - Enum constant in enum class org.frankframework.ldap.LdapSender.Manipulation
- entrySet() - Method in class org.frankframework.stream.MessageContext
- ENVIRONMENT - Enum constant in enum class org.frankframework.lifecycle.SpringContextScope
- EnvironmentVariables - Class in org.frankframework.management.bus.endpoints
- EnvironmentVariables() - Constructor for class org.frankframework.management.bus.endpoints.EnvironmentVariables
- eolArray - Variable in class org.frankframework.jdbc.ResultSet2FileSender
- EPUB - Enum constant in enum class org.frankframework.http.rest.MediaTypes
- equals(Object) - Method in record class org.frankframework.http.mime.MultipartUtils.MultipartMessages
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
- equals(Object) - Method in class org.frankframework.validation.XSD
- error(String) - Method in class org.frankframework.util.MessageKeeper
- error(String, Throwable) - Method in class org.frankframework.receivers.Receiver
-
sends a error message to the log and to the messagekeeper of the adapter
- error(TransformerException) - Method in class org.frankframework.util.TransformerErrorListener
- error(INamedObject, String) - Method in class org.frankframework.util.MessageKeeper
- error(SAXParseException) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Filter an error event.
- error(SAXParseException) - Method in class org.frankframework.validation.XmlValidatorErrorHandler
- error(SAXParseException) - Method in class org.frankframework.xml.ExceptionCatchingFilter
- error(SAXParseException) - Method in class org.frankframework.xml.ExceptionInsertingFilter
- ERROR - Enum constant in enum class org.frankframework.configuration.classloaders.IConfigurationClassLoader.ReportLevel
- ERROR - Enum constant in enum class org.frankframework.core.PipeLine.ExitState
- ERROR - Enum constant in enum class org.frankframework.core.ProcessState
- ERROR - Enum constant in enum class org.frankframework.lifecycle.IbisApplicationContext.BootState
- ERROR - Enum constant in enum class org.frankframework.util.MessageKeeper.MessageKeeperLevel
- ERROR - Enum constant in enum class org.frankframework.util.RunState
- ERROR - Enum constant in enum class org.frankframework.validation.XmlValidatorErrorHandler.ReasonType
- ErrorMessageFormatter - Class in org.frankframework.errormessageformatters
-
This class wraps an error in an XML string.
- ErrorMessageFormatter() - Constructor for class org.frankframework.errormessageformatters.ErrorMessageFormatter
- ERRORSTORAGE - Enum constant in enum class org.frankframework.core.IMessageBrowser.StorageType
- ESCAPE_JSON - Static variable in class org.frankframework.align.content.JsonElementContainer
- ESCAPE_JSON - Static variable in class org.frankframework.align.content.MapContentContainer
- EscapePipe - Class in org.frankframework.pipes
-
Pipe that performs translations between special characters and their xml equivalents.
- EscapePipe() - Constructor for class org.frankframework.pipes.EscapePipe
- EscapePipe.Direction - Enum Class in org.frankframework.pipes
- EtagHandlerPipe - Class in org.frankframework.pipes
-
Deprecated.
- EtagHandlerPipe() - Constructor for class org.frankframework.pipes.EtagHandlerPipe
-
Deprecated.
- EtagHandlerPipe.EtagAction - Enum Class in org.frankframework.pipes
-
Deprecated.
- evaluateAdapterFilters(EventThrowing) - Method in class org.frankframework.monitoring.Trigger
- evaluateEvent(FireMonitorEvent) - Method in class org.frankframework.monitoring.Trigger
- evaluateXPathNodeSet(String, String) - Static method in class org.frankframework.util.XmlUtils
- evaluateXPathNodeSet(String, String, String, String) - Static method in class org.frankframework.util.XmlUtils
- evaluateXPathNodeSetFirstElement(String, String) - Static method in class org.frankframework.util.XmlUtils
- evaluateXPathNumber(String, String) - Static method in class org.frankframework.util.XmlUtils
- Event - Class in org.frankframework.monitoring.events
-
A Monitoring Event with a map of potential Adapters that can throw events of this type.
- Event() - Constructor for class org.frankframework.monitoring.events.Event
- Event(EventThrowing) - Constructor for class org.frankframework.monitoring.events.Event
- EVENT_FACTORY - Static variable in class org.frankframework.util.XmlUtils
- EventPublisher - Class in org.frankframework.monitoring
-
Publisher to wrap the monitoring events and publish them to the Spring Context
- EventPublisher() - Constructor for class org.frankframework.monitoring.EventPublisher
- EventThrowing - Interface in org.frankframework.monitoring
-
Interface to be implemented by objects to be monitored; Is called by code that handles event.
- EventType - Enum Class in org.frankframework.monitoring
-
Enumeration of Event Types for monitoring.
- EXCEPTION_FORWARD_NAME - Static variable in class org.frankframework.core.PipeForward
- EXCEPTION_STARTING - Enum constant in enum class org.frankframework.util.RunState
- EXCEPTION_STOPPING - Enum constant in enum class org.frankframework.util.RunState
- ExceptionCatchingFilter - Class in org.frankframework.xml
- ExceptionCatchingFilter(ContentHandler) - Constructor for class org.frankframework.xml.ExceptionCatchingFilter
- exceptionForward - Variable in class org.frankframework.ldap.LdapQueryPipeBase
- ExceptionHandlingPipeProcessor - Class in org.frankframework.processors
- ExceptionHandlingPipeProcessor() - Constructor for class org.frankframework.processors.ExceptionHandlingPipeProcessor
- ExceptionInsertingFilter - Class in org.frankframework.xml
-
XMLFilter to reinsert exceptions into a XMLFilter chain.
- ExceptionInsertingFilter(ContentHandler) - Constructor for class org.frankframework.xml.ExceptionInsertingFilter
- ExceptionPipe - Class in org.frankframework.pipes
-
Pipe that throws an exception, based on the input message.
- ExceptionPipe() - Constructor for class org.frankframework.pipes.ExceptionPipe
- exceptionThrown(String, Throwable) - Method in class org.frankframework.receivers.Receiver
- exceptionThrown(INamedObject, Throwable) - Method in interface org.frankframework.core.IbisExceptionListener
-
Inform the implementing class that the exception
t
occurred inobject
. - exceptionThrown(INamedObject, Throwable) - Method in class org.frankframework.receivers.Receiver
- excludeXsds - Static variable in class org.frankframework.soap.WsdlGenerator
- execute() - Method in class org.frankframework.scheduler.job.ActionJob
- execute() - Method in class org.frankframework.scheduler.job.CheckReloadJob
- execute() - Method in class org.frankframework.scheduler.job.CleanupDatabaseJob
- execute() - Method in class org.frankframework.scheduler.job.CleanupFileSystemJob
- execute() - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
- execute() - Method in interface org.frankframework.scheduler.job.IJob
-
Actual implementation of the
IJob
. - execute() - Method in class org.frankframework.scheduler.job.Job
-
Deprecated.
- execute() - Method in class org.frankframework.scheduler.job.LoadDatabaseSchedulesJob
- execute() - Method in class org.frankframework.scheduler.job.RecoverAdaptersJob
- execute() - Method in class org.frankframework.scheduler.job.SendMessageJob
- execute(String) - Method in class org.frankframework.util.flow.graphviz.GraphvizEngine
-
Execute GraphViz with default options (
Format.SVG
) - execute(String, Options) - Method in class org.frankframework.util.flow.graphviz.GraphvizEngine
-
Execute GraphViz
- execute(URI, HttpRequestBase, PipeLineSession) - Method in class org.frankframework.http.HttpSessionBase
- execute(Connection, String) - Method in class org.frankframework.jdbc.SimpleJdbcListener
- execute(Connection, String, String) - Method in class org.frankframework.jdbc.SimpleJdbcListener
- execute(Connection, String, String...) - Method in class org.frankframework.jdbc.JdbcListener
- execute(JobExecutionContext) - Method in class org.frankframework.scheduler.ConfiguredJob
- execute(JobExecutionContext) - Method in class org.frankframework.scheduler.ServiceJob
- executeCommand(String) - Static method in class org.frankframework.util.ProcessUtil
- executeCommand(List<String>, int) - Static method in class org.frankframework.util.ProcessUtil
-
Execute a command as a process in the operating system.
- executeFunction(String, Object...) - Method in class org.frankframework.javascript.GraalJS
-
Deprecated.
- executeFunction(String, Object...) - Method in class org.frankframework.javascript.J2V8
- executeFunction(String, Object...) - Method in interface org.frankframework.javascript.JavascriptEngine
-
Executes a javascript function and returns the result of that function
- executeGuarded(ISender, Message, PipeLineSession, Phaser, Map<ISender, ParallelSenderExecutor>) - Method in class org.frankframework.senders.ShadowSender
- executeJdbcQuery(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ExecuteJdbcQuery
- ExecuteJdbcQuery - Class in org.frankframework.management.bus.endpoints
- ExecuteJdbcQuery() - Constructor for class org.frankframework.management.bus.endpoints.ExecuteJdbcQuery
- ExecuteJdbcQuery.ResultType - Enum Class in org.frankframework.management.bus.endpoints
- executeJob() - Method in interface org.frankframework.scheduler.job.IJob
-
Called from
ConfiguredJob
which should trigger this job definition. - executeJob() - Method in class org.frankframework.scheduler.JobDef
-
Called from
ConfiguredJob
which should trigger this job definition. - executeOtherQuery(Connection, PreparedStatement, String, String, PreparedStatement, Message, PipeLineSession, ParameterList) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- executeOtherQuery(Connection, PreparedStatement, String, String, PreparedStatement, Message, PipeLineSession, ParameterList) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
- executeOtherQuery(QueryExecutionContext, Message, PipeLineSession) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- executePackageQuery(QueryExecutionContext) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- executeQuery(Connection, String) - Method in class org.frankframework.jdbc.SimpleJdbcListener
- ExecuteQueryJob - Class in org.frankframework.scheduler.job
-
Scheduled job to execute JDBC Queries using a
FixedQuerySender
. - ExecuteQueryJob() - Constructor for class org.frankframework.scheduler.job.ExecuteQueryJob
- executeScript(String) - Method in class org.frankframework.javascript.GraalJS
-
Deprecated.
- executeScript(String) - Method in class org.frankframework.javascript.J2V8
- executeScript(String) - Method in interface org.frankframework.javascript.JavascriptEngine
-
Read the functions of a given javascript file
- executeSelectQuery(PreparedStatement, Object, Object) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- executeStatementSet(QueryExecutionContext, Message, PipeLineSession) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- executeStatementSet(QueryExecutionContext, Message, PipeLineSession) - Method in class org.frankframework.jdbc.ResultSet2FileSender
- executeUpdateBlobQuery(PreparedStatement, Message) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- executeUpdateClobQuery(PreparedStatement, Message) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- EXIT_CODE_CONTEXT_KEY - Static variable in class org.frankframework.core.PipeLineSession
- EXIT_STATE_CONTEXT_KEY - Static variable in class org.frankframework.core.PipeLineSession
- expires - Variable in class org.frankframework.http.rest.ApiPrincipal
- EXTCRC - Static variable in class org.frankframework.compression.MessageZipEntry
- EXTERNAL_GENERAL_ENTITIES_FEATURE_ID - Static variable in class org.frankframework.validation.XercesXmlValidator
-
External general entities feature id (http://xml.org/sax/features/external-general-entities).
- EXTERNAL_PARAMETER_ENTITIES_FEATURE_ID - Static variable in class org.frankframework.validation.XercesXmlValidator
-
External paramter entities feature id (http://xml.org/sax/features/external-general-entities).
- externalEntityDecl(String, String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Report a parsed external entity declaration.
- EXTHDR - Static variable in class org.frankframework.compression.MessageZipEntry
- EXTLEN - Static variable in class org.frankframework.compression.MessageZipEntry
- extract(Message, PipeLineSession) - Method in class org.frankframework.senders.MailSenderBase
-
Reads fields from either paramList or Xml file
- extractMessage(Message, Map<String, Object>, boolean, String, SoapWrapper) - Method in class org.frankframework.jms.JMSFacade
-
Extracts string from message obtained from getRawMessage(Map).
- extractMessage(RawMessageWrapper<Message>, Map<String, Object>) - Method in class org.frankframework.jms.JmsListenerBase
-
Extracts data from message obtained from
IPullingListener.getRawMessage(Map)
. - extractMessage(RawMessageWrapper<String>, Map<String, Object>) - Method in class org.frankframework.jdbc.SimpleJdbcListener
- extractMessage(RawMessageWrapper<M>, Map<String, Object>) - Method in interface org.frankframework.core.IListener
-
Extracts data from message obtained from
IPullingListener.getRawMessage(Map)
orIPushingListener.wrapRawMessage(Object, PipeLineSession)
. - extractMessage(RawMessageWrapper<M>, Map<String, Object>) - Method in class org.frankframework.jdbc.JdbcListener
- extractMessage(RawMessageWrapper<M>, Map<String, Object>) - Method in class org.frankframework.jdbc.MessageStoreListener
- extractMessage(RawMessageWrapper<M>, Map<String, Object>) - Method in class org.frankframework.receivers.JavaListener
- extractMessage(RawMessageWrapper<Message>, Map<String, Object>) - Method in class org.frankframework.http.PushingListenerAdapter
- extractMessage(RawMessageWrapper<Message>, Map<String, Object>) - Method in class org.frankframework.receivers.FrankListener
- extractMessageBody(Message, Map<String, Object>, SoapWrapper) - Method in class org.frankframework.jms.JMSFacade
- extractMessageProperties(Message) - Method in class org.frankframework.jms.JmsListenerBase
-
Fill in thread-context with things needed by the JMSListener code.
- extractRawMessage(ResultSet) - Method in class org.frankframework.jdbc.JdbcListener
-
This method returns a
MessageWrapper
containing contents of the message stored in the database. - extractResult(HttpResponseHandler, PipeLineSession) - Method in class org.frankframework.http.HttpSender
- extractResult(HttpResponseHandler, PipeLineSession) - Method in class org.frankframework.http.HttpSenderBase
-
Custom implementation to extract the response and format it to a String result.
- extractResult(HttpResponseHandler, PipeLineSession) - Method in class org.frankframework.http.RestSender
-
Deprecated.
- extractResult(HttpResponseHandler, PipeLineSession) - Method in class org.frankframework.http.WebServiceSender
- extractSessionKeyList() - Method in class org.frankframework.jdbc.MessageStoreListener
- EXTSIG - Static variable in class org.frankframework.compression.MessageZipEntry
- EXTSIZ - Static variable in class org.frankframework.compression.MessageZipEntry
F
- FATAL - Enum constant in enum class org.frankframework.monitoring.Severity
- fatalError(TransformerException) - Method in class org.frankframework.util.TransformerErrorListener
- fatalError(SAXParseException) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
-
Filter a fatal error event.
- fatalError(SAXParseException) - Method in class org.frankframework.validation.XmlValidatorErrorHandler
- fatalError(SAXParseException) - Method in class org.frankframework.xml.ExceptionCatchingFilter
- fatalError(SAXParseException) - Method in class org.frankframework.xml.ExceptionInsertingFilter
- FEATURE_NAMESPACE_PREFIXES - Static variable in class org.frankframework.align.XmlAligner
- FEATURE_NAMESPACES - Static variable in class org.frankframework.align.XmlAligner
- field - Variable in class org.frankframework.documentbuilder.StructureBuilder
- FIELD_COMMENTS - Static variable in class org.frankframework.jms.JmsTransactionalStorage
- FIELD_HOST - Static variable in class org.frankframework.jms.JmsTransactionalStorage
- FIELD_LABEL - Static variable in class org.frankframework.jms.JmsTransactionalStorage
- FIELD_ORIGINAL_ID - Static variable in class org.frankframework.jms.JmsTransactionalStorage
- FIELD_RECEIVED_DATE - Static variable in class org.frankframework.jms.JmsTransactionalStorage
- FIELD_SLOTID - Static variable in class org.frankframework.jms.JmsTransactionalStorage
- FIELD_TYPE - Static variable in class org.frankframework.jms.JmsTransactionalStorage
- FileComparator - Class in org.frankframework.util
- FileComparator() - Constructor for class org.frankframework.util.FileComparator
- fileExtension - Variable in enum class org.frankframework.util.flow.graphviz.Format
- FileLineIteratorPipe - Class in org.frankframework.pipes
-
Deprecated, for removal: This API element is subject to removal in a future version.
- FileLineIteratorPipe() - Constructor for class org.frankframework.pipes.FileLineIteratorPipe
-
Deprecated.
- FileMessage - Class in org.frankframework.stream
- FileMessage(File) - Constructor for class org.frankframework.stream.FileMessage
- FileMessage(File, String) - Constructor for class org.frankframework.stream.FileMessage
- FileNameComparator - Class in org.frankframework.util
-
Compares filenames, so directory listings appear in a kind of natural order.
- FileNameComparator() - Constructor for class org.frankframework.util.FileNameComparator
- FilenameSwitch - Class in org.frankframework.pipes
-
Deprecated, for removal: This API element is subject to removal in a future version.
- FilenameSwitch() - Constructor for class org.frankframework.pipes.FilenameSwitch
-
Deprecated.
- FileUtils - Class in org.frankframework.util
-
Utilities for batch file handling.
- FileUtils() - Constructor for class org.frankframework.util.FileUtils
- FileUtils.Authenticator - Interface in org.frankframework.util
- FileViewer - Class in org.frankframework.management.bus.endpoints
- FileViewer() - Constructor for class org.frankframework.management.bus.endpoints.FileViewer
- fillParamArray(Object[], String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- filter(LogEvent) - Method in class org.frankframework.logging.IbisThreadFilter
- filterInput(ContentHandler, PipeLineSession) - Method in class org.frankframework.senders.XsltSender
- filterNodeChildren(JsonValue, Set<String>) - Method in class org.frankframework.align.Json2Xml
-
Create a copy of the JSON node that contains only keys from the allowedNames set in the top level.
- finalizeValidation(ValidationContext, PipeLineSession, Throwable) - Method in class org.frankframework.validation.AbstractXmlValidator
-
Evaluate the validation and set 'reason' session variables.
- findAction(String) - Method in class org.frankframework.http.cxf.SOAPProviderBase
- findAllMatchingConfigsForUri(String) - Method in class org.frankframework.http.rest.ApiServiceDispatcher
-
Find all
ApiDispatchConfig
instances for a given URI for purpose of generating OpenAPI spec. - findColumn(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- findConfigForRequest(ApiListener.HttpMethod, String) - Method in class org.frankframework.http.rest.ApiServiceDispatcher
-
Find the
ApiDispatchConfig
best matching a given request, consisting of the HTTP request method and request URI. - findElementDeclarationForName(String, String) - Method in class org.frankframework.align.XmlAligner
- findElementDeclarationsForName(String, String) - Method in class org.frankframework.align.XmlAligner
- findExactMatchingConfigForUri(String) - Method in class org.frankframework.http.rest.ApiServiceDispatcher
-
Find an
ApiDispatchConfig
that has an exact match with the request URI, for purpose of generating the OpenAPI spec from it. - findExitByState(PipeLine.ExitState) - Method in class org.frankframework.core.PipeLine
- findForward(String) - Method in class org.frankframework.pipes.AbstractPipe
-
Looks up a key in the pipeForward hashtable.
- findIndexByLocalName(String) - Method in class org.frankframework.xml.NamespaceRemovingAttributesWrapper
- FINDMANY - Enum constant in enum class org.frankframework.mongodb.MongoDbSender.MongoAction
- findMatchingPattern(String) - Method in class org.frankframework.http.RestServiceDispatcher
- findMessagesOnQueue(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseQueue
- findMonitor(String) - Method in class org.frankframework.monitoring.MonitorManager
- findMultipleOccurringChildElements(XSParticle) - Method in class org.frankframework.align.XmlAligner
- findNamespaceUri() - Method in class org.frankframework.http.cxf.NamespaceUriProvider
- FINDONE - Enum constant in enum class org.frankframework.mongodb.MongoDbSender.MongoAction
- findParameter(String) - Method in class org.frankframework.parameters.ParameterList
- findParameterValue(String) - Method in class org.frankframework.parameters.ParameterValueList
-
Find a (case insensitive)
ParameterValue
- findType(XSSimpleType) - Static method in enum class org.frankframework.align.ScalarType
- fine(String) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
- fine(String, Throwable) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
- finishProcessingMessage(long) - Method in class org.frankframework.receivers.Receiver
- fireEvent(String, EventType, Severity, String, MonitorEvent) - Method in interface org.frankframework.monitoring.IMonitorDestination
- fireEvent(String, EventType, Severity, String, MonitorEvent) - Method in class org.frankframework.monitoring.SenderMonitorAdapter
- fireEvent(EventThrowing, String) - Method in class org.frankframework.monitoring.EventPublisher
- fireEvent(EventThrowing, String, Message) - Method in class org.frankframework.monitoring.EventPublisher
- FireMonitorEvent - Class in org.frankframework.monitoring.events
- FireMonitorEvent(EventThrowing, String) - Constructor for class org.frankframework.monitoring.events.FireMonitorEvent
- FireMonitorEvent(EventThrowing, String, Message) - Constructor for class org.frankframework.monitoring.events.FireMonitorEvent
- first() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- FIRST_START - Enum constant in enum class org.frankframework.lifecycle.IbisApplicationContext.BootState
- FIRSTHALF - Enum constant in enum class org.frankframework.core.IMessageBrowser.HideMethod
-
to only mask the first half of the string
- FIXEDDATE_STUB4TESTTOOL_KEY - Static variable in class org.frankframework.pipes.PutSystemDateInSession
- FIXEDDATETIME - Static variable in class org.frankframework.pipes.PutSystemDateInSession
- FixedErrorMessage - Class in org.frankframework.errormessageformatters
-
Deprecated, for removal: This API element is subject to removal in a future version.
- FixedErrorMessage() - Constructor for class org.frankframework.errormessageformatters.FixedErrorMessage
-
Deprecated.
- FixedErrorMessageFormatter - Class in org.frankframework.errormessageformatters
-
ErrorMessageFormatter that returns a fixed message with replacements.
- FixedErrorMessageFormatter() - Constructor for class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
- FixedForwardPipe - Class in org.frankframework.pipes
-
Provides a base-class for a Pipe that always has the same forward.
- FixedForwardPipe() - Constructor for class org.frankframework.pipes.FixedForwardPipe
- FIXEDHOSTNAME - Static variable in class org.frankframework.parameters.AbstractParameter
- FixedQuerySender - Class in org.frankframework.jdbc
-
QuerySender that assumes a fixed query, possibly with attributes.
- FixedQuerySender() - Constructor for class org.frankframework.jdbc.FixedQuerySender
- FixedResultPipe - Class in org.frankframework.pipes
-
This Pipe opens and returns a file from the classpath.
- FixedResultPipe() - Constructor for class org.frankframework.pipes.FixedResultPipe
- FixedResultSender - Class in org.frankframework.senders
-
FixedResultSender, same behaviour as
FixedResultPipe
, but now as a ISender. - FixedResultSender() - Constructor for class org.frankframework.senders.FixedResultSender
- FIXEDUID - Static variable in class org.frankframework.parameters.AbstractParameter
- flattenedHorizontal() - Method in class org.frankframework.align.content.MapContentContainer
- flattenedVertical() - Method in class org.frankframework.align.content.MapContentContainer
- FLOW_GENERATION_ERROR - Enum constant in enum class org.frankframework.configuration.SuppressKeys
- FlowDiagramAdapterWrapper - Class in org.frankframework.util.flow
- FlowDiagramAdapterWrapper() - Constructor for class org.frankframework.util.flow.FlowDiagramAdapterWrapper
- FlowDiagramManager - Class in org.frankframework.util.flow
-
Utility class to generate the flow diagram for an adapter or a configuration.
- FlowDiagramManager() - Constructor for class org.frankframework.util.flow.FlowDiagramManager
- FlowGenerationException - Exception in org.frankframework.util.flow
-
FlowGenerationException when unable to generate a Flow Diagram
- FlowGenerationException(String) - Constructor for exception org.frankframework.util.flow.FlowGenerationException
- FlowGenerationException(String, Throwable) - Constructor for exception org.frankframework.util.flow.FlowGenerationException
- FlowGenerationException(Throwable) - Constructor for exception org.frankframework.util.flow.FlowGenerationException
- flush() - Method in class org.frankframework.http.rest.ApiEhcache
- flush() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- flush() - Method in class org.frankframework.stream.OverflowToDiskOutputStream
-
Doesn't do anything if the message is kept in memory
- flush(boolean) - Method in class org.frankframework.stream.OverflowToDiskOutputStream
-
Doesn't do anything if the message is kept in memory unless parameter
writeBufferToDisk
is true. - FLUSH - Enum constant in enum class org.frankframework.pipes.EtagHandlerPipe.EtagAction
-
Deprecated.
- fontAdjust(double) - Method in class org.frankframework.util.flow.graphviz.Options
- ForEachChildElementPipe - Class in org.frankframework.pipes
-
Sends a message to a Sender for each child element of the input XML.
- ForEachChildElementPipe() - Constructor for class org.frankframework.pipes.ForEachChildElementPipe
- ForEachChildElementPipe.SaxAbortException - Exception in org.frankframework.pipes
-
SAXException thrown to signal that the consumer of a stream does not want to receive more of it.
- ForEachChildElementPipe.SaxTimeoutException - Exception in org.frankframework.pipes
-
SAXException thrown to signal that a timeout occurred in consuming the stream.
- forget(Xid) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
- FORM_DATA - Static variable in class org.frankframework.http.mime.MultipartUtils
- format(String, Throwable, INamedObject, Message, String, long) - Method in interface org.frankframework.core.IErrorMessageFormatter
- format(String, Throwable, INamedObject, Message, String, long) - Method in class org.frankframework.errormessageformatters.ErrorMessageFormatter
-
Format the available parameters into a XML-message.
- format(String, Throwable, INamedObject, Message, String, long) - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
- format(String, Throwable, INamedObject, Message, String, long) - Method in class org.frankframework.errormessageformatters.SoapErrorMessageFormatter
- format(String, Throwable, INamedObject, Message, String, long) - Method in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
- format(LogEvent, StringBuilder) - Method in class org.frankframework.logging.IbisNdcPatternConverter
- format(LogEvent, StringBuilder) - Method in class org.frankframework.logging.IbisThrowablePatternConverter
- format(Format) - Method in class org.frankframework.util.flow.graphviz.Options
- Format - Enum Class in org.frankframework.util.flow.graphviz
- formatErrorMessage(String, Throwable, Message, String, INamedObject, long) - Method in class org.frankframework.core.Adapter
- formatException(String, String, Message, Throwable) - Method in interface org.frankframework.core.IMessageHandler
-
Formats any exception thrown by any of the above methods to a message that can be returned.
- formatException(String, String, Message, Throwable) - Method in class org.frankframework.receivers.Receiver
- formatMultipartHeader(FormBodyPart, OutputStream) - Method in class org.frankframework.http.mime.MultipartForm
-
Write the multipart header fields; depends on the style.
- FORMDATA - Enum constant in enum class org.frankframework.http.HttpSender.PostType
-
Yields a multipart/form-data form entity
- ForPipe - Class in org.frankframework.pipes
-
ForPipe is a wrapper to use another pipe a fixed number of times.
- ForPipe() - Constructor for class org.frankframework.pipes.ForPipe
- FRANK_CONFIG_XSD - Static variable in class org.frankframework.configuration.ConfigurationUtils
- FrankApplicationInitializer - Class in org.frankframework.lifecycle
-
Spring WebApplicationInitializer that should start after the
FrankEnvironmentInitializer
has been configured. - FrankApplicationInitializer() - Constructor for class org.frankframework.lifecycle.FrankApplicationInitializer
- FrankCXFServlet - Class in org.frankframework.http.cxf
- FrankCXFServlet() - Constructor for class org.frankframework.http.cxf.FrankCXFServlet
- FrankDigesterRules - Class in org.frankframework.configuration.digester
-
Custom implementation that replaces the old digester-rules.xml file.
- FrankDigesterRules(Digester) - Constructor for class org.frankframework.configuration.digester.FrankDigesterRules
-
We need to parse the Digester in case a factory create rule is used
- FrankDigesterRules(Digester, Resource) - Constructor for class org.frankframework.configuration.digester.FrankDigesterRules
- FrankEnvironmentInitializer - Class in org.frankframework.lifecycle
-
Programmatically load the Frank!
- FrankEnvironmentInitializer() - Constructor for class org.frankframework.lifecycle.FrankEnvironmentInitializer
- FrankListener - Class in org.frankframework.receivers
-
Listener to receive messages sent by the
FrankSender
, for situations where calling anAdapter
directly is not desired. - FrankListener() - Constructor for class org.frankframework.receivers.FrankListener
- FrankLogConfigurationFactory - Class in org.frankframework.logging
-
This ConfigurationFactory is loaded after the log4j2.properties file has been initialized.
- FrankLogConfigurationFactory() - Constructor for class org.frankframework.logging.FrankLogConfigurationFactory
- FrankMeterType - Enum Class in org.frankframework.statistics
- FrankResources - Class in org.frankframework.jdbc.datasource
- FrankResources() - Constructor for class org.frankframework.jdbc.datasource.FrankResources
- FrankResources.Resource - Class in org.frankframework.jdbc.datasource
- FrankSender - Class in org.frankframework.senders
-
Sender to send a message to another Frank!
- FrankSender() - Constructor for class org.frankframework.senders.FrankSender
- FrankSender.Scope - Enum Class in org.frankframework.senders
-
Scope for
FrankSender
call: Another Frank! - fromJobDef(JobDef) - Static method in class org.frankframework.scheduler.IbisJobBuilder
- fromJson(String) - Static method in class org.frankframework.util.flow.graphviz.Options
- fromValue(String) - Static method in enum class org.frankframework.http.rest.MediaTypes
- fullClose(Connection, ResultSet) - Static method in class org.frankframework.util.JdbcUtil
- fullClose(Connection, Statement) - Static method in class org.frankframework.util.JdbcUtil
-
Note: Depending on the connect pool used (for example with Tomcat 7) the connection retrieved from the statement will be the direct connection instead of the proxied connection.
- fullReload() - Method in class org.frankframework.configuration.IbisContext
-
Completely rebuilds the ibisContext and therefore also the Spring context
- FullXmlFilter - Class in org.frankframework.xml
- FullXmlFilter() - Constructor for class org.frankframework.xml.FullXmlFilter
- FullXmlFilter(ContentHandler) - Constructor for class org.frankframework.xml.FullXmlFilter
- FUNCTIONAL - Enum constant in enum class org.frankframework.monitoring.EventType
G
- garbleString(String) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
-
Change the order of the characters in a
String
- generate(int, int, int, int) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
- generate(JsonGenerator, String, Object) - Method in class org.frankframework.align.content.JsonDocumentContainer
- generate(List<Configuration>) - Method in class org.frankframework.util.flow.FlowDiagramManager
- generate(Configuration) - Method in class org.frankframework.util.flow.FlowDiagramManager
- generate(Adapter) - Method in class org.frankframework.util.flow.FlowDiagramManager
- GENERATE - Enum constant in enum class org.frankframework.pipes.EtagHandlerPipe.EtagAction
-
Deprecated.
- generateCRC32(Message) - Static method in class org.frankframework.util.MessageUtils
-
Resource intensive operation, preserves the message and calculates an CRC32 checksum over the entire message.
- generateDot(String) - Method in class org.frankframework.util.flow.DotFlowGenerator
- generateFlow(String, OutputStream) - Method in class org.frankframework.util.flow.DotFlowGenerator
- generateFlow(String, OutputStream) - Method in class org.frankframework.util.flow.GraphvizJsFlowGenerator
- generateFlow(String, OutputStream) - Method in interface org.frankframework.util.flow.IFlowGenerator
- generateFlow(String, OutputStream) - Method in class org.frankframework.util.flow.MermaidFlowGenerator
- generateMD5Hash(Message) - Static method in class org.frankframework.util.MessageUtils
-
Resource intensive operation, preserves the message and calculates an MD5 hash over the entire message.
- generateMermaid(String) - Method in class org.frankframework.util.flow.MermaidFlowGenerator
- generateOpenApiJsonSchema(String) - Method in class org.frankframework.http.rest.ApiServiceDispatcher
- generateOpenApiJsonSchema(Collection<ApiDispatchConfig>, String) - Static method in class org.frankframework.http.openapi.OpenApiGenerator
- generateOpenApiJsonSchema(ApiDispatchConfig, String) - Method in class org.frankframework.http.rest.ApiServiceDispatcher
- GenericFactory - Class in org.frankframework.configuration.digester
-
Generic factory for instantiating beans from the Digester framework.
- GenericFactory() - Constructor for class org.frankframework.configuration.digester.GenericFactory
- get(int) - Method in class org.frankframework.configuration.ApplicationWarningsBase
- get(String) - Method in class org.frankframework.cache.CacheAdapterBase
- get(String) - Method in class org.frankframework.configuration.ClassLoaderManager
-
Returns the ClassLoader for a specific configuration.
- get(String) - Method in class org.frankframework.http.rest.ApiEhcache
-
Workaround to avoid NPE after a full reload (/adapterHandlerAsAdmin.do?
- get(String) - Method in class org.frankframework.http.rest.ApiMemcached
- get(String) - Method in interface org.frankframework.http.rest.IApiCache
-
Retrieve an object from the cache
- get(String) - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase.MeterRegistryConfigBase
- get(String) - Method in class org.frankframework.parameters.ParameterValueList
-
Get a specific
ParameterValue
- get(String) - Method in class org.frankframework.stream.MessageContext
- get(String, boolean) - Method in class org.frankframework.core.PipeLineSession
-
Retrieves a
boolean
value from the PipeLineSession - get(String, double) - Method in class org.frankframework.core.PipeLineSession
-
Retrieves a
double
value from the PipeLineSession - get(String, int) - Method in class org.frankframework.core.PipeLineSession
-
Retrieves an
int
value from the PipeLineSession - get(String, long) - Method in class org.frankframework.core.PipeLineSession
-
Retrieves a
long
value from the PipeLineSession - get(String, String) - Method in class org.frankframework.configuration.ClassLoaderManager
-
Returns the ClassLoader for a specific configuration.
- get(String, String) - Method in class org.frankframework.core.PipeLineSession
-
Retrieves a
String
value from the PipeLineSession - get(String, Properties) - Method in class org.frankframework.jdbc.datasource.ObjectFactoryBase
-
Returns the object matching the name and return type.
- get(List<Configuration>) - Method in class org.frankframework.util.flow.FlowDiagramManager
- get(K) - Method in interface org.frankframework.cache.ICache
-
Obtain a potentially cached value, set by put().
- get(Configuration) - Method in class org.frankframework.util.flow.FlowDiagramManager
- get(Adapter) - Method in class org.frankframework.util.flow.FlowDiagramManager
- get(ParameterList, Message, PipeLineSession) - Static method in class org.frankframework.parameters.ParameterValueList
- GET - Enum constant in enum class org.frankframework.http.HttpSenderBase.HttpMethod
- GET - Enum constant in enum class org.frankframework.http.rest.ApiListener.HttpMethod
- GET - Enum constant in enum class org.frankframework.pipes.EtagHandlerPipe.EtagAction
-
Deprecated.
- GET_TREE - Enum constant in enum class org.frankframework.ldap.LdapSender.Operation
-
Get a copy of the complete tree below the specified root.
- getAccessGrantingRoles() - Method in class org.frankframework.http.cxf.SoapProviderServlet
- getAccessGrantingRoles() - Method in class org.frankframework.http.HttpListenerServlet
- getAccessGrantingRoles() - Method in class org.frankframework.http.HttpServletBase
- getAccessGrantingRoles() - Method in class org.frankframework.http.RestListenerServlet
- getAccessGrantingRoles() - Method in class org.frankframework.http.RestPublicListenerServlet
- getAccessGrantingRoles() - Method in class org.frankframework.lifecycle.WebContentServlet
- getAccessToken(Credentials, boolean) - Method in class org.frankframework.http.authentication.OAuthAccessTokenManager
- getAcknowledgeMode() - Method in enum class org.frankframework.jms.JMSFacade.AcknowledgeMode
- getAcknowledgeMode() - Method in class org.frankframework.jms.JMSFacade
- getAction() - Method in class org.frankframework.collection.CollectorPipeBase
-
Collectors must be opened before you can write content to them, after it's closed you can no longer write to it.
- getAction() - Method in class org.frankframework.http.rest.ApiPrincipalPipe
- getAction() - Method in class org.frankframework.mongodb.MongoDbSender
- getAction() - Method in class org.frankframework.pipes.EtagHandlerPipe
-
Deprecated.
- getAction() - Method in class org.frankframework.pipes.SignaturePipe
- getActive() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
- getActiveConfigFromDatabase(ApplicationContext, String, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
- getActiveConfigsFromDatabase(ApplicationContext, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
- getAdapter() - Method in class org.frankframework.core.Adapter
- getAdapter() - Method in class org.frankframework.core.PipeLine
- getAdapter() - Method in class org.frankframework.http.HttpSessionBase
- getAdapter() - Method in class org.frankframework.jdbc.JdbcSenderBase
- getAdapter() - Method in class org.frankframework.jms.JmsSender
- getAdapter() - Method in class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
- getAdapter() - Method in class org.frankframework.monitoring.AdapterFilter
- getAdapter() - Method in interface org.frankframework.monitoring.EventThrowing
- getAdapter() - Method in class org.frankframework.pipes.AbstractPipe
- getAdapter() - Method in class org.frankframework.receivers.Receiver
- getAdapter() - Method in interface org.frankframework.statistics.HasStatistics
- getAdapter(String) - Method in class org.frankframework.configuration.AdapterManager
- getAdapter(Message<?>) - Method in class org.frankframework.management.bus.endpoints.AdapterStatus
- getAdapterByName(String, String) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
- getAdapterConfigurationAsString(Adapter) - Method in class org.frankframework.util.flow.FlowDiagramManager
- getAdapterFilters() - Method in interface org.frankframework.monitoring.ITrigger
- getAdapterFilters() - Method in class org.frankframework.monitoring.Trigger
- getAdapterList() - Method in class org.frankframework.configuration.AdapterManager
- getAdapterManager() - Method in class org.frankframework.configuration.Configuration
- getAdapterManager() - Method in class org.frankframework.scheduler.job.ActionJob
- getAdapterName() - Method in class org.frankframework.scheduler.job.ActionJob
- getAdapterName() - Method in class org.frankframework.scheduler.job.DatabaseJob
- getAdapters() - Method in class org.frankframework.configuration.AdapterManager
- getAdapters() - Method in class org.frankframework.management.bus.dto.TriggerDTO
- getAdapters(Message<?>) - Method in class org.frankframework.management.bus.endpoints.AdapterStatus
- getAdapterToRunBeforeOnEmptyInput() - Method in class org.frankframework.core.PipeLine
- getAdditionalHitCount() - Method in class org.frankframework.monitoring.Monitor
- getAddress() - Method in class org.frankframework.http.WebServiceListener
- getAddress() - Method in class org.frankframework.senders.MailSenderBase.EMail
- getAddRootNamespaceTransformerPool(String, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
- getAge(long) - Static method in class org.frankframework.util.Misc
- getAlarmSeverity() - Method in class org.frankframework.monitoring.Monitor
- getAlgorithm() - Method in enum class org.frankframework.pipes.hash.Algorithm
- getAlgorithm() - Method in class org.frankframework.pipes.HashPipe
- getAlgorithm() - Method in class org.frankframework.pipes.SignaturePipe
- getAlias() - Method in class org.frankframework.util.CredentialFactory
- getAliasFor() - Method in class org.frankframework.util.GlobalListItem
- getAll(String) - Method in class org.frankframework.jdbc.migration.LiquibaseResourceAccessor
- getAllConnections(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ConnectionOverview
- getAllHeaders() - Method in class org.frankframework.http.HttpResponseHandler
- getAllLockerDatasourceNames() - Method in class org.frankframework.scheduler.job.CleanupDatabaseJob
-
Locate all Lockers, and find out which datasources are used.
- getAllMessageLogs() - Method in class org.frankframework.scheduler.job.CleanupDatabaseJob
- getAllMethods() - Method in class org.frankframework.http.rest.ApiListener
- getAllNodeChildNames(JsonValue) - Method in class org.frankframework.align.Json2Xml
- getAllowCustomClasses() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
- getAllowCustomClasses() - Method in class org.frankframework.configuration.classloaders.WebAppClassLoader
- getAllowedProtocols() - Static method in class org.frankframework.util.ClassLoaderUtils
- getAntiVirusFailureAsSoapFault() - Method in class org.frankframework.pipes.StreamPipe
- getAntiVirusFailureReasonSessionKey() - Method in class org.frankframework.pipes.StreamPipe
- getAntiVirusMessagePartName() - Method in class org.frankframework.pipes.StreamPipe
- getAntiVirusPartName() - Method in class org.frankframework.pipes.StreamPipe
- getAntiVirusPassedMessage() - Method in class org.frankframework.pipes.StreamPipe
- getAnyMatchClaims() - Method in class org.frankframework.http.rest.ApiListener
- getApiListener(ApiListener.HttpMethod) - Method in class org.frankframework.http.rest.ApiDispatchConfig
- getAppConstants() - Method in class org.frankframework.configuration.ApplicationWarningsBase
- getAppConstants(String) - Method in class org.frankframework.util.AppConstants
-
Returns a list of
AppConstants
which names begin with the keyBase - getAppConstants(String, boolean, boolean) - Method in class org.frankframework.util.AppConstants
-
Returns a list of
AppConstants
which names begin with the keyBase - getAppenders() - Method in class org.frankframework.management.bus.endpoints.UpdateLogDefinitions.LogDefinitionDAO
- getApplicationContext() - Method in class org.frankframework.cache.CacheAdapterBase
- getApplicationContext() - Method in class org.frankframework.configuration.AdapterManager
- getApplicationContext() - Method in class org.frankframework.configuration.ApplicationWarningsBase
- getApplicationContext() - Method in class org.frankframework.configuration.Configuration
- getApplicationContext() - Method in class org.frankframework.configuration.ConfigurationDigester
- getApplicationContext() - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
- getApplicationContext() - Method in interface org.frankframework.configuration.IbisManager
- getApplicationContext() - Method in class org.frankframework.configuration.ScheduleManager
- getApplicationContext() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getApplicationContext() - Method in class org.frankframework.core.Adapter
- getApplicationContext() - Method in interface org.frankframework.core.IConfigurationAware
- getApplicationContext() - Method in class org.frankframework.core.PipeLine
- getApplicationContext() - Method in class org.frankframework.http.HttpSessionBase
- getApplicationContext() - Method in class org.frankframework.http.PushingListenerAdapter
- getApplicationContext() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
- getApplicationContext() - Method in class org.frankframework.jndi.JndiBase
- getApplicationContext() - Method in class org.frankframework.lifecycle.IbisApplicationContext
-
Returns the Spring XML Bean Factory If non exists yet it will create one.
- getApplicationContext() - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
- getApplicationContext() - Method in class org.frankframework.monitoring.Monitor
- getApplicationContext() - Method in class org.frankframework.monitoring.MonitorDestinationBase
- getApplicationContext() - Method in class org.frankframework.monitoring.MonitorManager
- getApplicationContext() - Method in class org.frankframework.parameters.AbstractParameter
- getApplicationContext() - Method in class org.frankframework.pipes.AbstractPipe
- getApplicationContext() - Method in class org.frankframework.receivers.FrankListener
- getApplicationContext() - Method in class org.frankframework.receivers.JavaListener
- getApplicationContext() - Method in class org.frankframework.receivers.Receiver
- getApplicationContext() - Method in class org.frankframework.scheduler.JobDef
- getApplicationContext() - Method in class org.frankframework.senders.SenderBase
- getApplicationContext() - Method in class org.frankframework.unmanaged.DefaultIbisManager
- getApplicationContext() - Method in class org.frankframework.validation.AbstractXmlValidator
- getApplicationEventPublisher() - Method in interface org.frankframework.configuration.IbisManager
- getApplicationEventPublisher() - Method in class org.frankframework.unmanaged.DefaultIbisManager
- getApplicationName() - Method in class org.frankframework.configuration.IbisContext
- getApplicationVersion() - Static method in class org.frankframework.configuration.ConfigurationUtils
-
Get the application version (instance.version + instance.timestamp)
- getApplicationWarnings() - Method in class org.frankframework.management.bus.endpoints.ServerStatistics
- getArray(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getArray(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getAsciiStream(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getAsciiStream(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getAttachmentList() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
- getAttachmentSessionKeys() - Method in class org.frankframework.http.WebServiceListener
- getAttributeDescription(PropertyDescriptor, String) - Method in class org.frankframework.jmx.JmxMBeanInfoAssembler
- getAttributeMap(NamingEnumeration<SearchResult>) - Method in class org.frankframework.ldap.LdapClient
-
Returns a Map of attribute values.
- getAttributeMultiMap(NamingEnumeration<SearchResult>) - Method in class org.frankframework.ldap.LdapClient
-
Returns a MultiMap of attribute values.
- getAttributes() - Method in class org.frankframework.xml.AttributesWrapper
- getAttributes(XSElementDeclaration, JsonValue) - Method in class org.frankframework.align.Json2Xml
- getAttributeSet(NamingEnumeration<SearchResult>) - Method in class org.frankframework.ldap.LdapClient
-
Returns a Set of attribute values.
- getAttributesToReturn() - Method in class org.frankframework.ldap.LdapSender
- getAttributeUses() - Method in class org.frankframework.align.XmlAligner
- getAttributeUses(XSTypeDefinition) - Method in class org.frankframework.align.XmlAligner
- getAuditTrailNamespaceDefs() - Method in class org.frankframework.pipes.MessageSendingPipe
- getAuditTrailSessionKey() - Method in class org.frankframework.pipes.MessageSendingPipe
- getAuditTrailXPath() - Method in class org.frankframework.pipes.MessageSendingPipe
- getAuthalias() - Method in class org.frankframework.jdbc.datasource.FrankResources.Resource
- getAuthAlias() - Method in class org.frankframework.http.HttpSessionBase
- getAuthAlias() - Method in class org.frankframework.jdbc.JdbcFacade
- getAuthAlias() - Method in class org.frankframework.jms.JMSFacade
- getAuthAlias() - Method in class org.frankframework.jms.JmsRealm
- getAuthAlias() - Method in class org.frankframework.jms.MessagingSource
- getAuthAlias() - Method in class org.frankframework.ldap.LdapQueryPipeBase
- getAuthAlias() - Method in class org.frankframework.parameters.AbstractParameter
- getAuthAlias() - Method in class org.frankframework.pipes.CredentialCheckingPipe
- getAuthAlias() - Method in class org.frankframework.pipes.HashPipe
- getAuthAlias() - Method in class org.frankframework.senders.MailSenderBase
- getAuthDomain() - Method in class org.frankframework.http.HttpSessionBase
- getAuthentication() - Method in class org.frankframework.jms.JmsRealm
- getAuthentication() - Method in class org.frankframework.jndi.JndiBase
- getAuthenticationMethod() - Method in class org.frankframework.http.rest.ApiListener
- getAuthenticationMethod() - Method in class org.frankframework.http.rest.ApiPrincipalPipe
- getAuthenticationRoleList() - Method in class org.frankframework.http.rest.ApiListener
- getAuthRoles() - Method in class org.frankframework.http.RestListener
- getAutoreload() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
- getAvailableMethods(String) - Method in class org.frankframework.http.RestServiceDispatcher
- getBaseDN() - Method in class org.frankframework.ldap.LdapQueryPipeBase
- getBaseName(String) - Static method in class org.frankframework.util.FileUtils
- getBasePath() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
-
The root directory where all resources are located.
- getBaseUnit() - Method in enum class org.frankframework.statistics.FrankMeterType
- getBatchSize() - Method in class org.frankframework.jdbc.FixedQuerySender
- getBatchSize() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getBean() - Method in class org.frankframework.configuration.digester.DigesterRuleBase
- getBean(String, Class<T>) - Method in class org.frankframework.lifecycle.IbisApplicationContext
-
Deprecated.
- getBean(String, Class<T>) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
- getBeanClass() - Method in class org.frankframework.configuration.digester.DigesterRule
-
The class to use when creating the bean through Spring.
- getBeanClass() - Method in class org.frankframework.configuration.digester.DigesterRuleBase
- getBeanName() - Method in class org.frankframework.core.Adapter
- getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.frankframework.configuration.Configuration
- getBestChildElementPath(XSElementDeclaration, JsonValue, boolean) - Method in class org.frankframework.align.Json2Xml
- getBestMatchingElementPath(XSElementDeclaration, JsonValue, XSParticle, List<XSParticle>, List<String>) - Method in class org.frankframework.align.Json2Xml
- getBigDecimal(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBigDecimal(int, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBigDecimal(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBigDecimal(String, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBinaryStream(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBinaryStream(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBlob(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBlob(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBlobAsString(IDbmsSupport, ResultSet, int, String, boolean, boolean, boolean) - Static method in class org.frankframework.util.JdbcUtil
- getBlobAsString(IDbmsSupport, ResultSet, String, String, boolean, boolean, boolean) - Static method in class org.frankframework.util.JdbcUtil
- getBlobBase64Direction() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getBlobCharset() - Method in class org.frankframework.jdbc.JdbcListener
- getBlobCharset() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getBlobCharset() - Method in class org.frankframework.util.DB2DocumentWriter
- getBlobCharset() - Method in class org.frankframework.util.DB2XMLWriter
- getBlobColumn() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getBlobInputStream(IDbmsSupport, ResultSet, int, boolean) - Static method in class org.frankframework.util.JdbcUtil
- getBlobInputStream(IDbmsSupport, ResultSet, String, boolean) - Static method in class org.frankframework.util.JdbcUtil
- getBlobOutputStream(IDbmsSupport, Object, ResultSet, int, boolean) - Static method in class org.frankframework.util.JdbcUtil
- getBlobReader(IDbmsSupport, ResultSet, int, String, boolean) - Static method in class org.frankframework.util.JdbcUtil
- getBlobSessionKey() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getBlockPrefix() - Method in class org.frankframework.pipes.StringIteratorPipe
- getBlockSize() - Method in class org.frankframework.pipes.IteratingPipe
- getBlockSuffix() - Method in class org.frankframework.pipes.StringIteratorPipe
- getBody(Message, boolean, PipeLineSession, String) - Method in class org.frankframework.soap.SoapWrapper
- getBodyElement(IXmlValidator, Set<IXSD>, String) - Method in class org.frankframework.soap.WsdlGenerator
- getBodyElement(IXmlValidator, Set<IXSD>, String, boolean) - Method in class org.frankframework.soap.WsdlGenerator
- getBodyParts() - Method in class org.frankframework.http.mime.MultipartForm
- getBoolean(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBoolean(String) - Method in class org.frankframework.core.PipeLineSession
-
Retrieves a
Boolean
value from the PipeLineSession - getBoolean(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBootState() - Method in class org.frankframework.lifecycle.IbisApplicationContext
- getBounceAddress() - Method in class org.frankframework.senders.MailSenderBase
- getBounceAddress() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
- getBufSize() - Static method in class org.frankframework.util.XmlUtils
- getByte(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getByte(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBytes(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getBytes(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getCache() - Method in interface org.frankframework.cache.ICacheEnabled
- getCache() - Method in class org.frankframework.core.PipeLine
- getCache() - Method in class org.frankframework.ldap.LdapClient
- getCache() - Method in class org.frankframework.ldap.LdapFindGroupMembershipsPipe
- getCache() - Method in class org.frankframework.senders.SenderWrapperBase
- getCache(String) - Method in class org.frankframework.cache.IbisCacheManager
- getCachedErrorMessage(String) - Method in class org.frankframework.receivers.Receiver
- getCacheMode() - Method in class org.frankframework.jms.PushingJmsListener
- getCacheName() - Method in class org.frankframework.cache.RemoveCacheKeyPipe
- getCallWithRowIdReturned(Connection, String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getChallenges(HttpHost, HttpResponse, HttpContext) - Method in class org.frankframework.http.authentication.OAuthPreferringAuthenticationStrategy
- getChangeLog() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
- getChangeLog() - Method in class org.frankframework.jdbc.migration.LiquibaseMigrator
- getChangeRootTransformerPool(String, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
- getCharacterStream(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getCharacterStream(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getCharset() - Method in class org.frankframework.compression.ZipIteratorPipe
- getCharset() - Method in class org.frankframework.http.mime.MessageContentBody
- getCharset() - Method in class org.frankframework.http.rest.ApiListener
- getCharset() - Method in class org.frankframework.pipes.Base64Pipe
- getCharset() - Method in class org.frankframework.pipes.FileLineIteratorPipe
-
Deprecated.
- getCharset() - Method in class org.frankframework.pipes.HashPipe
- getCharset() - Method in class org.frankframework.pipes.XmlValidator
- getCharset() - Method in class org.frankframework.stream.Message
-
Representing a charset of binary requests
- getCharset() - Method in class org.frankframework.validation.AbstractXmlValidator
- getCharSet() - Method in class org.frankframework.http.HttpSenderBase
- getCharSet() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
- getCheckForDuplicatesMethod() - Method in class org.frankframework.receivers.Receiver
- getCheckRootTag() - Method in class org.frankframework.pipes.MessageSendingPipe
- getChildrenByName(JsonValue, XSElementDeclaration) - Method in class org.frankframework.align.Json2Xml
- getChildTagAsBoolean(Element, String) - Static method in class org.frankframework.util.XmlUtils
-
Method getChildTagAsBoolean.
- getChildTagAsBoolean(Element, String, boolean) - Static method in class org.frankframework.util.XmlUtils
-
Method getChildTagAsBoolean.
- getChildTagAsLong(Element, String) - Static method in class org.frankframework.util.XmlUtils
-
Method getChildTagAsLong.
- getChildTagAsLong(Element, String, long) - Static method in class org.frankframework.util.XmlUtils
-
Method getChildTagAsLong.
- getChildTagAsString(Element, String) - Static method in class org.frankframework.util.XmlUtils
-
Method getChildTagAsString.
- getChildTagAsString(Element, String, String) - Static method in class org.frankframework.util.XmlUtils
-
Method getChildTagAsString.
- getChildTags(Element, String) - Static method in class org.frankframework.util.XmlUtils
-
Method getChildTags.
- getChompCharSize() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getChompCharSize() - Method in interface org.frankframework.core.IPipe
- getChompCharSize() - Method in class org.frankframework.pipes.AbstractPipe
- getChompCharSize() - Method in class org.frankframework.receivers.Receiver
- getChompLength() - Method in class org.frankframework.util.CompactSaxHandler
- getClaimsSet() - Method in class org.frankframework.jwt.JwtSecurityHandler
- getClassInfo(Message<?>) - Method in class org.frankframework.management.bus.endpoints.DebugInformation
- getClassLoader() - Method in class org.frankframework.configuration.digester.DigesterRuleBase
- getClassLoaderType() - Method in class org.frankframework.configuration.Configuration
-
If no ClassLoader has been set it tries to fall back on the `configurations.xxx.classLoaderType` property.
- getCleaner() - Static method in class org.frankframework.util.CleanerProvider
- getCleanPattern() - Method in class org.frankframework.http.rest.ApiListener
-
returns the clear pattern, replaces everything between
{}
to*
- getCleanUpIbisstoreQuery(String, String, String, String, int, Dbms) - Method in class org.frankframework.scheduler.job.CleanupDatabaseJob
- getClientAuthAlias() - Method in class org.frankframework.http.HttpSessionBase
- getClientId() - Method in class org.frankframework.http.HttpSessionBase
- getClientSecret() - Method in class org.frankframework.http.HttpSessionBase
- getClob(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getClob(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getClobAsString(IDbmsSupport, ResultSet, int, boolean) - Static method in class org.frankframework.util.JdbcUtil
- getClobColumn() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getClobSessionKey() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getCloseables() - Method in class org.frankframework.core.PipeLineSession
- getCode() - Method in enum class org.frankframework.core.IMessageBrowser.StorageType
- getCollectFileContentsBase64Encoded() - Method in class org.frankframework.pipes.UnzipPipe
- getCollection() - Method in class org.frankframework.mongodb.MongoDbSender
- getCollection(MongoDatabase, ParameterValueList) - Method in class org.frankframework.mongodb.MongoDbSender
- getCollection(PipeLineSession) - Method in class org.frankframework.collection.CollectorPipeBase
- getCollection(PipeLineSession) - Method in class org.frankframework.collection.CollectorSenderBase
- getCollectionName() - Method in class org.frankframework.collection.CollectorPipeBase
-
Session key used to refer to collection.
- getCollectionName() - Method in class org.frankframework.collection.CollectorSenderBase
-
Session key used to refer to collection.
- getColumnsReturned() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getColumnsReturnedList() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getCombinedSelector(String) - Method in class org.frankframework.jms.JmsMessageBrowser
- getCombinedSelector(Map<String, String>) - Method in class org.frankframework.jms.JmsMessageBrowser
- getCommand() - Method in class org.frankframework.senders.CommandSender
- getCommandLine(List<String>) - Static method in class org.frankframework.util.ProcessUtil
- getCommandWithArguments() - Method in class org.frankframework.senders.CommandSender
- getComment() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
- getCommentField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- getCommentField() - Method in class org.frankframework.jdbc.JdbcTableListener
- getCommentString() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
- getCommentString() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
- getComposedHideRegex() - Method in class org.frankframework.core.Adapter
- getComposedHideRegexPattern() - Method in class org.frankframework.core.Adapter
- getConcurrency() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getConfigFromDatabase(ApplicationContext, String, String, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
- getConfigMap() - Method in class org.frankframework.util.TransformerPool
- getConfiguration() - Method in class org.frankframework.core.Adapter
- getConfiguration() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
- getConfiguration(String) - Method in interface org.frankframework.configuration.IbisManager
- getConfiguration(String) - Method in class org.frankframework.unmanaged.DefaultIbisManager
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.frankframework.logging.FrankLogConfigurationFactory
-
Also called when refreshed (see UpdateLogDefinitions)
- getConfigurationByName(String) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
- getConfigurationCanonicalizer(ContentHandler) - Method in class org.frankframework.configuration.ConfigurationDigester
- getConfigurationCanonicalizer(ContentHandler, String, ErrorHandler) - Method in class org.frankframework.configuration.ConfigurationDigester
- getConfigurationClassLoader() - Method in class org.frankframework.cache.CacheAdapterBase
- getConfigurationClassLoader() - Method in class org.frankframework.configuration.Configuration
- getConfigurationClassLoader() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getConfigurationClassLoader() - Method in class org.frankframework.core.Adapter
- getConfigurationClassLoader() - Method in interface org.frankframework.core.IScopeProvider
-
This ClassLoader is set upon creation of the object, used to retrieve resources configured by the Ibis application.
- getConfigurationClassLoader() - Method in class org.frankframework.core.PipeLine
- getConfigurationClassLoader() - Method in class org.frankframework.core.Resource
- getConfigurationClassLoader() - Method in class org.frankframework.core.Resource.GlobalScopeProvider
- getConfigurationClassLoader() - Method in class org.frankframework.errormessageformatters.ErrorMessageFormatter
- getConfigurationClassLoader() - Method in class org.frankframework.http.HttpSessionBase
- getConfigurationClassLoader() - Method in class org.frankframework.http.PushingListenerAdapter
- getConfigurationClassLoader() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
- getConfigurationClassLoader() - Method in class org.frankframework.jndi.JndiBase
- getConfigurationClassLoader() - Method in class org.frankframework.monitoring.Monitor
- getConfigurationClassLoader() - Method in class org.frankframework.parameters.AbstractParameter
- getConfigurationClassLoader() - Method in class org.frankframework.pgp.PGPAction
- getConfigurationClassLoader() - Method in class org.frankframework.pipes.AbstractPipe
- getConfigurationClassLoader() - Method in class org.frankframework.receivers.FrankListener
- getConfigurationClassLoader() - Method in class org.frankframework.receivers.JavaListener
- getConfigurationClassLoader() - Method in class org.frankframework.receivers.Receiver
- getConfigurationClassLoader() - Method in class org.frankframework.scheduler.JobDef
- getConfigurationClassLoader() - Method in class org.frankframework.senders.SenderBase
- getConfigurationClassLoader() - Method in class org.frankframework.validation.AbstractXmlValidator
- getConfigurationDetailsByName(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ConfigManagement
-
header configuration The name of the Configuration to find header datasourceName The name of the datasource where the configurations are located.
- getConfigurationException() - Method in class org.frankframework.configuration.Configuration
- getConfigurationException() - Method in interface org.frankframework.core.IXmlValidator
- getConfigurationException() - Method in class org.frankframework.pipes.XmlValidator
- getConfigurationException() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
- getConfigurationFile() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
-
The configurationFile should only ever be found in the current classloader and never in it's parent
- getConfigurationFile(ClassLoader, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
- getConfigurationMetrics() - Method in class org.frankframework.pipes.MessageSendingPipe
- getConfigurationName() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
- getConfigurationName() - Method in interface org.frankframework.configuration.classloaders.IConfigurationClassLoader
-
Retrieve the name of the configuration that uses this
IConfigurationClassLoader
- getConfigurationName() - Method in class org.frankframework.scheduler.job.ActionJob
- getConfigurations() - Method in interface org.frankframework.configuration.IbisManager
- getConfigurations() - Method in class org.frankframework.unmanaged.DefaultIbisManager
- getConfigurationVersion(ClassLoader) - Static method in class org.frankframework.configuration.ConfigurationUtils
-
Get the version (configuration.version + configuration.timestamp) from the configuration's AppConstants.
- getConfigurationVersion(Properties) - Static method in class org.frankframework.configuration.ConfigurationUtils
- getConfigurationWarnings() - Method in class org.frankframework.configuration.Configuration
- getConfigurationXml(List<Configuration>) - Method in class org.frankframework.util.flow.FlowDiagramManager
- getConfiguredAliases() - Static method in class org.frankframework.util.CredentialFactory
- getConnection() - Method in class org.frankframework.jdbc.datasource.TransactionalDbmsSupportAwareDataSourceProxy
- getConnection() - Method in class org.frankframework.jdbc.JdbcFacade
-
Obtains a connection to the datasource.
- getConnection() - Method in class org.frankframework.jdbc.JdbcSenderBase
- getConnection() - Method in class org.frankframework.jdbc.QueryExecutionContext
- getConnection() - Method in class org.frankframework.jta.narayana.NarayanaDataSource
- getConnection() - Method in class org.frankframework.jta.narayana.PoolingDataSourceJDBCAccess
-
Must be a 'new' connection with autocommit set to false.
- getConnection(String, String) - Method in class org.frankframework.jta.narayana.NarayanaDataSource
- getConnection(JmsResourceHolder) - Method in class org.frankframework.jms.IbisMessageListenerContainer
- getConnectionCheckInterval() - Method in class org.frankframework.jdbc.datasource.PoolingDataSourceFactory
- getConnectionCheckInterval() - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
- getConnectionFactories(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseQueue
- getConnectionFactory() - Method in class org.frankframework.jms.MessagingSource
- getConnectionFactory() - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
- getConnectionFactory(String) - Method in interface org.frankframework.jms.IConnectionFactoryFactory
- getConnectionFactory(String) - Method in class org.frankframework.jndi.JndiConnectionFactoryFactory
- getConnectionFactory(String, Properties) - Method in interface org.frankframework.jms.IConnectionFactoryFactory
- getConnectionFactory(String, Properties) - Method in class org.frankframework.jndi.JndiConnectionFactoryFactory
- getConnectionFactory(Context, String, boolean) - Method in class org.frankframework.jms.MessagingSourceFactory
- getConnectionFactoryFactory() - Method in class org.frankframework.jms.JMSFacade
- getConnectionFactoryInfo() - Method in class org.frankframework.jms.JMSFacade
- getConnectionFactoryInfo(ConnectionFactory) - Method in class org.frankframework.jms.JmsMessagingSourceFactory
- getConnectionFactoryName() - Method in class org.frankframework.jms.JMSFacade
- getConnectionFactoryNames() - Method in interface org.frankframework.jms.IConnectionFactoryFactory
-
Return all known/registered ConnectionFactories
- getConnectionFactoryNames() - Method in class org.frankframework.jms.JmsRealmFactory
- getConnectionFactoryNames() - Method in class org.frankframework.jndi.JndiConnectionFactoryFactory
- getConnectionForSendMessage() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
- getConnectionIdleTimeout() - Method in class org.frankframework.http.HttpSessionBase
- getConnectionPoolInfo(DataSource) - Static method in class org.frankframework.jdbc.datasource.JdbcPoolUtil
-
Returns pool info or NULL when it's not able to do so.
- getConnectionTimeToLive() - Method in class org.frankframework.http.HttpSessionBase
- getConnectionWithTimeout(int) - Method in class org.frankframework.jdbc.JdbcFacade
- getConnectTimeout() - Method in class org.frankframework.jwt.JwtValidator
- getConsumes() - Method in class org.frankframework.http.rest.ApiListener
- getConsumes() - Method in class org.frankframework.http.RestListener
- getContainerElement() - Method in class org.frankframework.pipes.ForEachChildElementPipe
- getContent() - Method in class org.frankframework.align.content.JsonElementContainer
- getContent() - Method in class org.frankframework.http.HttpMessageEntity
- getContent() - Method in class org.frankframework.http.mime.MultipartEntity
- getContent() - Method in class org.frankframework.senders.MailSenderBase.MailAttachmentBase
- getContentDispositionHeaderSessionKey() - Method in class org.frankframework.http.rest.ApiListener
- getContentEncoding() - Method in class org.frankframework.http.mime.MultipartEntity
- getContentHandler() - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlHandler
- getContentHandler() - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlReader
- getContentHandler() - Method in class org.frankframework.validation.ValidationContext
- getContentLength() - Method in class org.frankframework.http.HttpMessageEntity
- getContentLength() - Method in class org.frankframework.http.mime.MessageContentBody
- getContentsSessionKey() - Method in class org.frankframework.compression.ZipIteratorPipe
- getContentType() - Method in class org.frankframework.http.HttpSenderBase
- getContentType() - Method in class org.frankframework.http.InputStreamDataSource
- getContentType() - Method in class org.frankframework.http.rest.ApiListener
- getContentType() - Method in class org.frankframework.util.MessageDataSource
-
Use content type application/octet-stream in case it cannot be determined.
- getContentTypeSessionKey() - Method in class org.frankframework.http.RestListener
- getContext() - Method in class org.frankframework.align.XmlAligner
- getContext() - Method in class org.frankframework.jms.MessagingSource
- getContext() - Method in class org.frankframework.jms.MessagingSourceFactory
- getContext() - Method in class org.frankframework.jndi.JndiBase
-
When InitialContextFactory and ProviderURL are set, these are used to get the
Context
. - getContext() - Method in class org.frankframework.ldap.LdapClient
-
Gets the Context
When InitialContextFactory and ProviderURL are set, these are used to get theContext
. - getContext() - Method in class org.frankframework.mongodb.JsonDocumentWriter
- getContext() - Method in class org.frankframework.receivers.RawMessageWrapper
- getContext() - Method in class org.frankframework.stream.Message
- getContext(Message) - Method in class org.frankframework.jms.JMSFacade
- getContext(Part) - Static method in class org.frankframework.http.mime.MultipartUtils
- getContext(HttpServletRequest) - Static method in class org.frankframework.util.MessageUtils
-
Fetch metadata from the
HttpServletRequest
such as Content-Length, Content-Type (mimetype + charset) - getContext(String) - Method in interface org.frankframework.core.IMessageBrowser
-
Retrieves the message context as an iteratorItem.
- getContext(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- getContext(String) - Method in class org.frankframework.jms.JmsMessageBrowser
- getContext(Iterator<MimeHeader>) - Static method in class org.frankframework.util.MessageUtils
- getContext(HttpResponse) - Static method in class org.frankframework.util.MessageUtils
- getContextFile() - Method in enum class org.frankframework.lifecycle.SpringContextScope
- getContextKey() - Method in class org.frankframework.parameters.AbstractParameter
- getContextPrefix() - Method in class org.frankframework.core.JndiContextPrefixFactory
- getCookie(HttpServletRequest, String) - Static method in class org.frankframework.util.CookieUtil
- getCopyOfSelectTransformerPool(String, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
- getCorrelationId() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
- getCorrelationId() - Method in class org.frankframework.core.PipeLineSession
- getCorrelationId() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
- getCorrelationId() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
- getCorrelationId() - Method in class org.frankframework.receivers.RawMessageWrapper
- getCorrelationIdField() - Method in class org.frankframework.jdbc.JdbcListener
- getCorrelationIdField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- getCorrelationIdHeader() - Method in class org.frankframework.http.rest.ApiListener
- getCorrelationIdMaxLength() - Method in class org.frankframework.jms.JMSFacade
- getCorrelationIDNamespaceDefs() - Method in class org.frankframework.pipes.MessageSendingPipe
- getCorrelationIDNamespaceDefs() - Method in class org.frankframework.receivers.Receiver
- getCorrelationIDSessionKey() - Method in class org.frankframework.pipes.MessageSendingPipe
- getCorrelationIDStyleSheet() - Method in class org.frankframework.pipes.MessageSendingPipe
- getCorrelationIDStyleSheet() - Method in class org.frankframework.receivers.Receiver
- getCorrelationIdToHexPrefix() - Method in class org.frankframework.jms.JMSFacade
- getCorrelationIDXPath() - Method in class org.frankframework.pipes.MessageSendingPipe
- getCorrelationIDXPath() - Method in class org.frankframework.receivers.Receiver
- getCount() - Method in class org.frankframework.pipes.IteratingPipe.ItemCallback
- getCreated() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
- getCreationDate() - Method in class org.frankframework.configuration.classloaders.DatabaseClassLoader
- getCredentialFactory() - Method in class org.frankframework.jms.IbisMessageListenerContainer
- getCredentialFactory() - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase
- getCredentialFactory() - Method in class org.frankframework.senders.MailSenderBase
- getCredentialFactory(String, String) - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase
- getCredentials() - Method in class org.frankframework.jms.JmsRealm
- getCredentials() - Method in class org.frankframework.jndi.JndiBase
- getCronExpression() - Method in interface org.frankframework.scheduler.job.IJob
- getCronExpression() - Method in class org.frankframework.scheduler.JobDef
- getCurrentElement() - Method in class org.frankframework.align.content.TreeContentContainer
- getCurrentLength() - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
-
Gets the current length of the JSON text.
- getCurrentThreadCount() - Method in interface org.frankframework.core.IThreadCountControllable
- getCurrentThreadCount() - Method in class org.frankframework.jms.PushingJmsListener
- getCurrentThreadCount() - Method in class org.frankframework.receivers.PullingListenerContainer
- getCurrentThreadCount() - Method in class org.frankframework.receivers.Receiver
- getCurrentThreadCount() - Method in class org.frankframework.unmanaged.SpringJmsConnector
- getCurrentTransaction() - Method in interface org.frankframework.jta.IThreadConnectableTransactionManager
- getCurrentTransaction() - Method in class org.frankframework.jta.SpringTxManagerProxy
- getCurrentTransaction() - Method in class org.frankframework.jta.ThreadConnectableDataSourceTransactionManager
- getCurrentTransaction() - Method in class org.frankframework.jta.ThreadConnectableJtaTransactionManager
- getCursorName() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getData() - Method in class org.frankframework.http.rest.ApiPrincipal
- getData() - Method in class org.frankframework.ldap.ObjectCallback
- getDatabase() - Method in class org.frankframework.mongodb.MongoDbSender
- getDatabase(ParameterValueList) - Method in class org.frankframework.mongodb.MongoDbSender
- getDatasource() - Method in class org.frankframework.jdbc.JdbcFacade
- getDatasource() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- getDataSource() - Method in class org.frankframework.scheduler.job.CheckReloadJob
- getDataSource(String) - Method in class org.frankframework.jdbc.datasource.DataSourceFactory
- getDataSource(String) - Method in interface org.frankframework.jdbc.IDataSourceFactory
-
Look up a DataSource from the JNDI
- getDataSource(String, Properties) - Method in class org.frankframework.jdbc.datasource.DataSourceFactory
- getDataSource(String, Properties) - Method in interface org.frankframework.jdbc.IDataSourceFactory
-
Set the JNDI environment to use for JNDI lookups.
- getDataSourceFactory() - Method in class org.frankframework.jdbc.JdbcFacade
- getDatasourceInfo() - Method in class org.frankframework.jdbc.JdbcFacade
-
Deprecated.
- getDatasourceName() - Method in class org.frankframework.jdbc.JdbcFacade
- getDatasourceName() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
- getDatasourceName() - Method in class org.frankframework.jms.JmsRealm
- getDatasourceName() - Method in class org.frankframework.mongodb.MongoDbSender
- getDatasourceName() - Method in class org.frankframework.pipes.DomainTransformerPipe
- getDatasourceName() - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
- getDataSourceNames() - Method in class org.frankframework.jdbc.datasource.DataSourceFactory
- getDataSourceNames() - Method in interface org.frankframework.jdbc.IDataSourceFactory
-
Return all known/registered DataSources
- getDate(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getDate(int, Calendar) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getDate(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getDate(String, Calendar) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getDateField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- getDateFieldType() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
- getDateFormat() - Method in class org.frankframework.pipes.PutSystemDateInSession
- getDateFormatSuffix() - Method in class org.frankframework.util.Locker
- getDbmsSupport() - Method in class org.frankframework.jdbc.JdbcFacade
- getDecimalFormatSymbols() - Method in class org.frankframework.parameters.NumberParameter
- getDecimalSeparator() - Method in class org.frankframework.parameters.NumberParameter
- getDeclaredRoles() - Method in class org.frankframework.lifecycle.ServletManager
- getDefault(AlignmentContext) - Method in class org.frankframework.align.OverridesMap
- getDefault(AlignmentContext) - Method in interface org.frankframework.align.SubstitutionProvider
- getDefaultAttachmentName() - Method in class org.frankframework.senders.MailSenderBase
- getDefaultCharset() - Method in enum class org.frankframework.http.rest.MediaTypes
-
returns the default charset for the given mediatype or null when non is allowed
- getDefaultFrom() - Method in class org.frankframework.senders.MailSenderBase
- getDefaultHttpClientContext() - Method in class org.frankframework.http.HttpSessionBase
- getDefaultMessageType() - Method in class org.frankframework.senders.MailSenderBase
- getDefaultPassword() - Method in class org.frankframework.pipes.CredentialCheckingPipe
- getDefaultSubject() - Method in class org.frankframework.senders.MailSenderBase
- getDefaultUserid() - Method in class org.frankframework.pipes.CredentialCheckingPipe
- getDefaultValue() - Method in class org.frankframework.parameters.AbstractParameter
- getDefaultValueMethods() - Method in class org.frankframework.parameters.AbstractParameter
- getDefinition() - Method in class org.frankframework.parameters.ParameterValue
-
Returns the description of the IParameter
- getDefinition(String) - Method in class org.frankframework.pipes.WsdlXmlValidator
- getDefinitions() - Method in class org.frankframework.align.XmlTypeToJsonSchemaConverter
- getDelayTime() - Method in class org.frankframework.pipes.DelayPipe
- getDelayTime() - Method in class org.frankframework.senders.DelaySender
- getDeliveryCount(RawMessageWrapper<Message>) - Method in class org.frankframework.jms.PushingJmsListener
- getDeliveryCount(RawMessageWrapper<M>) - Method in interface org.frankframework.core.IKnowsDeliveryCount
- getDeliveryCount(RawMessageWrapper<M>) - Method in class org.frankframework.receivers.Receiver
- getDeliveryMode() - Method in enum class org.frankframework.jms.JMSFacade.DeliveryMode
- getDeliveryMode() - Method in class org.frankframework.jms.JmsSender
- getDependencyTimeOut() - Method in class org.frankframework.senders.IbisLocalSender
- getDescription() - Method in class org.frankframework.core.Adapter
- getDescription() - Method in class org.frankframework.scheduler.JobDef
- getDescription() - Method in class org.frankframework.task.TimeoutGuard
- getDestination() - Method in class org.frankframework.jms.JMSFacade
- getDestination() - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
- getDestination(String) - Method in class org.frankframework.jms.JMSFacade
- getDestination(String) - Method in class org.frankframework.monitoring.MonitorManager
- getDestination(PipeLineSession, ParameterValueList) - Method in class org.frankframework.jms.JmsSender
- getDestinationName() - Method in class org.frankframework.jdbc.datasource.TransactionalDbmsSupportAwareDataSourceProxy
-
LazyLoaded method.
- getDestinationName() - Method in class org.frankframework.jms.JMSFacade
- getDestinationParam() - Method in class org.frankframework.jms.JmsSender
- getDestinations() - Method in class org.frankframework.management.bus.dto.MonitorDTO
- getDestinations() - Method in class org.frankframework.monitoring.MonitorManager
- getDestinationsAsString() - Method in class org.frankframework.monitoring.Monitor
- getDestinationSet() - Method in class org.frankframework.monitoring.Monitor
- getDestinationType() - Method in class org.frankframework.jms.JMSFacade
- getDetectXsltVersionTransformerPool() - Static method in class org.frankframework.util.XmlUtils
- getDigesterRuleFile() - Method in class org.frankframework.configuration.ConfigurationDigester
- getDirContext(Map<String, String>) - Method in class org.frankframework.ldap.LdapSender
- getDirection() - Method in class org.frankframework.pipes.Base64Pipe
- getDirection() - Method in class org.frankframework.pipes.EscapePipe
- getDirection() - Method in class org.frankframework.pipes.JsonPipe
- getDirection() - Method in class org.frankframework.soap.SoapWrapperPipe
- getDirectory() - Method in class org.frankframework.configuration.classloaders.DirectoryClassLoader
- getDirectory() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
- getDirectory() - Method in class org.frankframework.pipes.UnzipPipe
- getDirectory() - Method in class org.frankframework.util.DirectoryCleaner
- getDirectorySessionKey() - Method in class org.frankframework.pipes.UnzipPipe
- getDirList() - Method in class org.frankframework.util.Dir2Xml
- getDirList(boolean) - Method in class org.frankframework.util.Dir2Xml
- getDirList(boolean, int) - Method in class org.frankframework.util.Dir2Xml
- getDisableOutputEscaping() - Method in class org.frankframework.senders.XsltSender
- getDisableOutputEscaping() - Method in class org.frankframework.util.TransformerPool
- getDiskExpiryThreadIntervalSeconds() - Method in class org.frankframework.cache.EhCache
- getDispatchType() - Method in class org.frankframework.senders.IbisJavaSender
- getDivisor() - Method in class org.frankframework.pipes.CounterSwitchPipe
- getDnFind() - Method in class org.frankframework.ldap.LdapFindMemberPipe
- getDnSearchIn() - Method in class org.frankframework.ldap.LdapFindMemberPipe
- getDocument(String) - Method in class org.frankframework.mongodb.MongoDbSender
- getDocument(Message) - Method in class org.frankframework.mongodb.MongoDbSender
- getDocumentation() - Method in interface org.frankframework.core.IXmlValidator
-
Provide additional generic documentation on the validation of the subsequent processing.
- getDocumentation() - Method in class org.frankframework.pipes.XmlValidator
- getDocumentation() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
- getDocumentation() - Method in class org.frankframework.soap.WsdlGenerator
- getDocumentBuilderFactory() - Static method in class org.frankframework.util.XmlUtils
- getDocumentBuilderFactory(boolean) - Static method in class org.frankframework.util.XmlUtils
- getDocumentContainer() - Method in class org.frankframework.align.XmlTo
- getDocumentLocator() - Method in class org.frankframework.align.XmlAligner
- getDocuments(Message) - Method in class org.frankframework.mongodb.MongoDbSender
- getDomain() - Method in interface org.frankframework.core.HasPhysicalDestination
- getDomain() - Method in class org.frankframework.http.HttpListener
-
Deprecated.
- getDomain() - Method in class org.frankframework.http.HttpSenderBase
- getDomain() - Method in class org.frankframework.http.rest.ApiListener
- getDomain() - Method in class org.frankframework.http.RestListener
- getDomain() - Method in class org.frankframework.http.WebServiceListener
- getDomain() - Method in class org.frankframework.jdbc.JdbcFacade
- getDomain() - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
- getDomain() - Method in class org.frankframework.jms.JMSFacade
- getDomain() - Method in class org.frankframework.mongodb.MongoDbSender
- getDomain() - Method in class org.frankframework.pipes.Json2XmlValidator
- getDomain() - Method in class org.frankframework.receivers.FrankListener
- getDomain() - Method in class org.frankframework.receivers.JavaListener
- getDomain() - Method in class org.frankframework.senders.FrankSender
- getDomain() - Method in class org.frankframework.senders.IbisJavaSender
- getDomain() - Method in class org.frankframework.senders.IbisLocalSender
- getDomain() - Method in class org.frankframework.senders.MailSender
- getDomainWhitelist() - Method in class org.frankframework.senders.MailSenderBase
- getDouble(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getDouble(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getDTDHandler() - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlReader
- getDuration() - Method in class org.frankframework.senders.ParallelSenderExecutor
- getDurationInMs(long) - Static method in class org.frankframework.util.Misc
- getDurationThreshold() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getDurationThreshold() - Method in interface org.frankframework.core.IPipe
- getDurationThreshold() - Method in class org.frankframework.pipes.AbstractPipe
- getDynamicReplyQueue(Session) - Method in class org.frankframework.jms.MessagingSource
- getElement(String) - Method in class org.frankframework.cache.CacheAdapterBase
- getElement(String) - Method in class org.frankframework.cache.EhCache
- getElementChain() - Method in class org.frankframework.pipes.XmlFileElementIteratorPipe
-
Deprecated.
- getElementName() - Method in class org.frankframework.pipes.XmlFileElementIteratorPipe
-
Deprecated.
- getElementToMove() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getElementToMove() - Method in interface org.frankframework.core.IPipe
- getElementToMove() - Method in class org.frankframework.pipes.AbstractPipe
- getElementToMove() - Method in class org.frankframework.receivers.Receiver
- getElementToMove() - Method in class org.frankframework.util.CompactSaxHandler
- getElementToMoveChain() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getElementToMoveChain() - Method in interface org.frankframework.core.IPipe
- getElementToMoveChain() - Method in class org.frankframework.pipes.AbstractPipe
- getElementToMoveChain() - Method in class org.frankframework.receivers.Receiver
- getElementToMoveChain() - Method in class org.frankframework.util.CompactSaxHandler
- getElementToMoveSessionKey() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getElementToMoveSessionKey() - Method in interface org.frankframework.core.IPipe
- getElementToMoveSessionKey() - Method in class org.frankframework.pipes.AbstractPipe
- getElementToMoveSessionKey() - Method in class org.frankframework.receivers.Receiver
- getElementToMoveSessionKey() - Method in class org.frankframework.util.CompactSaxHandler
- getElementType() - Method in class org.frankframework.align.XmlAligner
- getElementXPathExpression() - Method in class org.frankframework.pipes.ForEachChildElementPipe
- getElseForwardName() - Method in class org.frankframework.pipes.IsXmlPipe
- getElseForwardName() - Method in class org.frankframework.pipes.XmlIf
- getEmptyForwardName() - Method in class org.frankframework.pipes.XmlSwitch
- getEmptyInputReplacement() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getEmptyInputReplacement() - Method in interface org.frankframework.core.IPipe
- getEmptyInputReplacement() - Method in class org.frankframework.pipes.AbstractPipe
- getEncodingStyle() - Method in class org.frankframework.http.WebServiceSender
- getEncodingStyle() - Method in class org.frankframework.soap.SoapWrapperPipe
- getEncodingStyleURI() - Method in class org.frankframework.jms.JmsSender
- getEndDate() - Method in class org.frankframework.util.MessageBrowsingFilter
- getEndOfLineString() - Method in class org.frankframework.pipes.StreamLineIteratorPipe
- getEndPosition() - Method in class org.frankframework.pipes.StringIteratorPipe
- getEngine() - Method in class org.frankframework.javascript.GraalJS
-
Deprecated.
- getEngine() - Method in class org.frankframework.javascript.J2V8
- getEngine() - Method in interface org.frankframework.javascript.JavascriptEngine
-
Getter for the runtime of the specified engine
- getEngine() - Method in class org.frankframework.senders.JavascriptSender
- getEntityResolver() - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlReader
- getEnvironmentVariables(Message<?>) - Method in class org.frankframework.management.bus.endpoints.EnvironmentVariables
- getErrorHandler() - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlReader
- getErrorHandler() - Method in class org.frankframework.validation.ValidationContext
- getErrorListener() - Method in class org.frankframework.xml.TransformerFilter
- getErrorMessage() - Method in class org.frankframework.core.SenderResult
- getErrorMessage(String, Throwable) - Method in class org.frankframework.errormessageformatters.ErrorMessageFormatter
- getErrorResult(String, PipeLineSession, boolean) - Method in class org.frankframework.pipes.XmlValidator
- getErrorSender() - Method in class org.frankframework.receivers.Receiver
- getErrorSessionKey() - Method in class org.frankframework.ldap.LdapChallengePipe
-
Deprecated.
- getErrorSessionKey() - Method in class org.frankframework.ldap.LdapSender
- getErrorStorage() - Method in class org.frankframework.receivers.Receiver
- getEsbSoapParadigm(IXmlValidator) - Static method in class org.frankframework.soap.WsdlGeneratorUtils
- getEtagSessionKey() - Method in class org.frankframework.http.RestListener
- getEvent() - Method in enum class org.frankframework.validation.AbstractXmlValidator.ValidationResult
- getEventCode() - Method in class org.frankframework.monitoring.events.MonitorEvent
- getEventCodes() - Method in interface org.frankframework.monitoring.ITrigger
- getEventCodes() - Method in class org.frankframework.monitoring.Trigger
- getEventMessage() - Method in class org.frankframework.monitoring.events.MonitorEvent
- getEvents() - Method in class org.frankframework.management.bus.dto.TriggerDTO
- getEvents() - Method in class org.frankframework.monitoring.MonitorManager
- getEventSourceName() - Method in class org.frankframework.monitoring.events.MonitorEvent
- getEventSourceName() - Method in interface org.frankframework.monitoring.EventThrowing
- getEventSourceName() - Method in class org.frankframework.pipes.AbstractPipe
- getEventSourceName() - Method in class org.frankframework.receivers.Receiver
- getEventTime() - Method in class org.frankframework.monitoring.events.MonitorEvent
- getExactMatchClaims() - Method in class org.frankframework.http.rest.ApiListener
- getException() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
- getExceptionForwardName() - Method in class org.frankframework.ldap.LdapQueryPipeBase
- getExceptionListener() - Method in interface org.frankframework.core.IPortConnectedListener
- getExceptionListener() - Method in class org.frankframework.jms.PushingJmsListener
- getExceptionListener() - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
- getExceptionOnResult() - Method in class org.frankframework.pipes.MessageSendingPipe
- getExecutor() - Method in class org.frankframework.senders.ParallelSenders
- getExitCode() - Method in class org.frankframework.core.PipeLineExit
- getExitCode() - Method in class org.frankframework.core.PipeLineResult
- getExitHandlers() - Method in class org.frankframework.core.PipeLine
- getExits() - Method in class org.frankframework.core.PipeLineExits
- getExpectsSessionKeys() - Method in class org.frankframework.core.PipeLine
- getExpiryDate() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
- getExpiryDate() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
- getExpiryDate() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
- getExpiryDateField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
- getExpressionValue() - Method in class org.frankframework.pipes.XmlIf
- getExternalSubset(String, String) - Method in class org.frankframework.xml.NonResolvingExternalEntityResolver
- getExtractElementsTp() - Method in class org.frankframework.pipes.ForEachChildElementPipe
- getFactory() - Method in class org.frankframework.configuration.digester.DigesterRule
-
The 'factory-create-rule' attribute.
- getFatalIOException() - Method in class org.frankframework.util.TransformerErrorListener
- getFatalTransformerException() - Method in class org.frankframework.util.TransformerErrorListener
- getFaultCode(Message, PipeLineSession) - Method in class org.frankframework.soap.SoapWrapper
- getFaultCount(Message) - Method in class org.frankframework.soap.SoapWrapper
- getFaultString(Message, PipeLineSession) - Method in class org.frankframework.soap.SoapWrapper
- getFeature(String) - Method in class org.frankframework.documentbuilder.xml.JsonXslt3XmlReader
- getFetchDirection() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getFetchSize() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getFieldName(Part) - Static method in class org.frankframework.http.mime.MultipartUtils
- getFieldName(AttachmentPart) - Static method in class org.frankframework.http.mime.MultipartUtils
- getFieldNames() - Method in class org.frankframework.pipes.CsvParserPipe
- getFieldSeparator() - Method in class org.frankframework.pipes.CsvParserPipe
- getFieldType(int) - Static method in class org.frankframework.util.DB2DocumentWriter
- getFieldType(int) - Static method in class org.frankframework.util.DB2XMLWriter
- getFileAsXmlBuilder(File, String) - Static method in class org.frankframework.util.Dir2Xml
- getFileContainsHeader() - Method in class org.frankframework.pipes.CsvParserPipe
- getFileContent(Message<?>) - Method in class org.frankframework.management.bus.endpoints.FileViewer
- getFileExtension() - Method in class org.frankframework.util.flow.DotFlowGenerator
- getFileExtension() - Method in class org.frankframework.util.flow.GraphvizJsFlowGenerator
- getFileExtension() - Method in interface org.frankframework.util.flow.IFlowGenerator
- getFileExtension() - Method in class org.frankframework.util.flow.MermaidFlowGenerator
- getFileFormat() - Method in class org.frankframework.pipes.CompressPipe
- getFilename() - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
- getFilename() - Method in class org.frankframework.http.mime.MessageContentBody
- getFilename() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
- getFilename() - Method in class org.frankframework.pipes.FixedResultPipe
- getFilename() - Method in class org.frankframework.senders.FixedResultSender
- getFilename() - Method in class org.frankframework.soap.WsdlGenerator
- getFilename() - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
- getFilename(ParameterList, PipeLineSession, File, String) - Static method in class org.frankframework.util.FileUtils
- getFileName() - Method in class org.frankframework.configuration.classloaders.DatabaseClassLoader
- getFileName(Part) - Static method in class org.frankframework.http.mime.MultipartUtils
- getFileName(AttachmentPart) - Static method in class org.frankframework.http.mime.MultipartUtils
- getFileNameExtension(String) - Static method in class org.frankframework.util.FileUtils
- getFilenamePattern() - Method in class org.frankframework.pipes.CompressPipe
- getFilenameSessionKey() - Method in class org.frankframework.jdbc.ResultSet2FileSender
- getFilenameSessionKey() - Method in class org.frankframework.pipes.FixedResultPipe
- getFiles(String, String, String, long) - Static method in class org.frankframework.util.FileUtils
- getFilter() - Method in class org.frankframework.management.bus.dto.TriggerDTO
- getFilter() - Method in class org.frankframework.mongodb.MongoDbSender
- getFilter(ParameterValueList, Message) - Method in class org.frankframework.mongodb.MongoDbSender
- getFilters() - Method in class org.frankframework.lifecycle.servlets.NoopSecurityFilterChain
- getFind() - Method in class org.frankframework.pipes.ReplacerPipe
- getFirst() - Method in class org.frankframework.metrics.LocalDistributionSummary
- getFirstAttribute(SearchResult) - Method in class org.frankframework.ldap.LdapClient
- getFirstBodyPartName() - Method in class org.frankframework.http.HttpSender
- getFirstChildTag(Element, String) - Static method in class org.frankframework.util.XmlUtils
-
Method getFirstChildTag.
- getFirstDelay() - Method in class org.frankframework.util.Locker
- getFirstMatchingUserRole(PipeLineSession, List<String>) - Method in class org.frankframework.pipes.IsUserInRolePipe
- getFirstNamespaceFromSchemaLocation(IXmlValidator) - Static method in class org.frankframework.soap.WsdlGeneratorUtils
- getFirstPipe() - Method in class org.frankframework.core.PipeLine
- getFirstSearchResult(NamingEnumeration<SearchResult>) - Method in class org.frankframework.ldap.LdapClient
- getFlag() - Method in enum class org.frankframework.pipes.RegExPipe.RegExFlag
- getFloat(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getFloat(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
- getFlowDiagram(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ConfigFlow
- getForceMessageIdAsCorrelationId() - Method in class org.frankframework.jms.JmsListenerBase
- getForceReload() - Method in class org.frankframework.senders.ReloadSender
- getFormatString() - Method in class org.frankframework.parameters.DateParameter
- getForwardName() - Method in class org.frankframework.core.SenderResult
- getForwardName() - Method in enum class org.frankframework.pipes.IteratingPipe.StopReason
- getForwardNameSessionKey() - Method in class org.frankframework.pipes.XmlSwitch
- getForwards() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getForwards() - Method in interface org.frankframework.core.IPipe
-
Get pipe forwards.
- getForwards() - Method in class org.frankframework.core.PipeForwards
- getForwards() - Method in class org.frankframework.pipes.AbstractPipe
- getFreeFile(File) - Static method in class org.frankframework.util.FileUtils
- getFriendlyName() - Method in enum class org.frankframework.lifecycle.SpringContextScope
- getFrom() - Method in class org.frankframework.pipes.WsdlGeneratorPipe
- getFrom() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
- getFromClause(boolean) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
- GetFromSession - Class in org.frankframework.pipes
-
Gets the contents of the
pipeLineSession
by a key specified by
.sessionKey
- GetFromSession() - Constructor for class org.frankframework.pipes.GetFromSession
- getFullContentType() - Method in class org.frankframework.http.HttpSenderBase
- getFunction() - Method in class org.frankframework.scheduler.job.Job
-
Deprecated.
- getGetInputFromFixedValue() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getGetInputFromFixedValue() - Method in interface org.frankframework.core.IPipe
- getGetInputFromFixedValue() - Method in class org.frankframework.pipes.AbstractPipe
- getGetInputFromFixedValue() - Method in class org.frankframework.senders.SenderWrapperBase
- getGetInputFromSessionKey() - Method in class org.frankframework.core.AbstractResponseValidatorWrapper
- getGetInputFromSessionKey() - Method in interface org.frankframework.core.IPipe
- getGetInputFromSessionKey() - Method in class org.frankframework.pipes.AbstractPipe
- getGetInputFromSessionKey() - Method in class org.frankframework.senders.SenderWrapperBase
- getGetRootNamespaceTransformerPool() - Static method in class org.frankframework.util.XmlUtils
- getGetRootNodeNameTransformerPool() - Static method in class org.frankframework.util.XmlUtils
- getGetXsltConfigTransformerPool() - Static method in class org.frankframework.util.XmlUtils
- getGlobalForwards() - Method in class org.frankframework.core.PipeLine
- getGlobalReplace() - Static method in class org.frankframework.logging.IbisMaskingLayout
- getGraphvizEngine() - Method in class org.frankframework.util.flow.GraphvizJsFlowGenerator
-
The IFlowGenerator is wrapped in a SoftReference, wrapped in a ThreadLocal.
- getGroupingSeparator() - Method in class org.frankframework.parameters.NumberParameter
- getHandler() - Method in interface org.frankframework.core.IPortConnectedListener
- getHandler() - Method in class org.frankframework.jms.PushingJmsListener
- getHandler() - Method in class org.frankframework.lifecycle.ShowLogDirectory
- getHandler() - Method in class org.frankframework.receivers.FrankListener
- getHandler() - Method in class org.frankframework.receivers.JavaListener
- getHandler() - Method in class org.frankframework.xml.SaxElementBuilder
- getHashEncoding() - Method in class org.frankframework.pipes.HashPipe
- getHashSessionKey() - Method in class org.frankframework.pipes.PasswordHashPipe
- getHashString(HashPipe.HashEncoding, byte[]) - Method in interface org.frankframework.pipes.hash.HashGenerator
- getHeader(String) - Method in class org.frankframework.http.HttpResponseHandler