Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

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.stream.ThreadConnector
 
absolute(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
AbstractJmsConfigurator - Class in org.frankframework.unmanaged
Base class for JMS Configurator implementations.
AbstractJmsConfigurator() - Constructor for class org.frankframework.unmanaged.AbstractJmsConfigurator
 
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
 
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.jndi
 
AbstractXADataSourceFactory() - Constructor for class org.frankframework.jndi.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 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 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() - Method in class org.frankframework.util.Semaphore
Decrements internal counter, blocking if the counter is already zero or less.
acquire(MessageKeeper) - Method in class org.frankframework.util.Locker
Obtain the lock.
ACTION_APPEND - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_COPY - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_CREATE - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_DELETE - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_FORWARD - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_INFO - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_LIST - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_LIST_ATTACHMENTS - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_MKDIR - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_MOVE - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_READ_DELETE - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_READ1 - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_READ2 - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_RENAME - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_RMDIR - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_WRITE1 - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTION_WRITE2 - Static variable in class org.frankframework.filesystem.FileSystemActor
 
actionRequiresAtLeastOneOfTwoParametersOrAttribute(INamedObject, ParameterList, FileSystemActor.FileSystemAction, FileSystemActor.FileSystemAction, String, String, String, String) - Method in class org.frankframework.filesystem.FileSystemActor
 
actions - Variable in class org.frankframework.util.FileHandler
 
ACTIONS_BASIC - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTIONS_FS_WITH_ATTACHMENTS - Variable in class org.frankframework.filesystem.FileSystemSenderWithAttachments
 
ACTIONS_MAIL_FS - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ACTIONS_WRITABLE_FS - Static variable in class org.frankframework.filesystem.FileSystemActor
 
ActionSelector - Annotation Type 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 org.frankframework.jta.StatusRecordingTransactionManager.Status
 
Adapter - Class in org.frankframework.core
An Adapter receives a specific type of messages and processes them.
Adapter() - Constructor for class org.frankframework.core.Adapter
 
ADAPTER - Enum constant in enum org.frankframework.monitoring.SourceFiltering
 
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
configure/start/stop lifecycles are managed by Spring.
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 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, IAdapter) - 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.stream.document.ObjectBuilder
 
add(String, Number) - Method in class org.frankframework.stream.document.ObjectBuilder
 
add(String, String) - Method in class org.frankframework.stream.document.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, Date) - Method in class org.frankframework.util.MessageKeeper
 
add(String, Date, MessageKeeper.MessageKeeperLevel) - Method in class org.frankframework.util.MessageKeeper
 
add(String, MessageKeeper.MessageKeeperLevel) - Method in class org.frankframework.util.MessageKeeper
 
add(L, String) - Method in class org.frankframework.jndi.ObjectFactoryBase
Add and augment an Object to this factory so it can be used without the need of a JNDI lookup.
add(Logger, String) - Static method in class org.frankframework.configuration.ApplicationWarnings
Add an AppplicationWarning
add(Logger, String, Throwable) - Static method in class org.frankframework.configuration.ApplicationWarnings
Add an AppplicationWarning 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-)suppressable ConfigurationWarning with INamedObject prefix
add(IConfigurationAware, Logger, String, SuppressKeys, IAdapter) - Static method in class org.frankframework.configuration.ConfigurationWarnings
Add a suppressable ConfigurationWarning with INamedObject prefix
add(Parameter) - 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
 
addActions(List<FileSystemActor.FileSystemAction>) - Method in class org.frankframework.filesystem.FileSystemActor
 
addActions(List<FileSystemActor.FileSystemAction>) - Method in class org.frankframework.filesystem.FileSystemPipe
 
addActions(List<FileSystemActor.FileSystemAction>) - Method in class org.frankframework.filesystem.FileSystemSender
 
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.stream.document.ArrayBuilder
 
addArrayField(String, String) - Method in class org.frankframework.stream.document.ObjectBuilder
 
addAttachmentInfo(IMailFileSystem<M, A>, A, SaxElementBuilder) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
addAttribute(String, boolean) - Method in class org.frankframework.stream.document.ObjectBuilder
 
addAttribute(String, boolean) - Method in class org.frankframework.stream.document.XmlObjectBuilder
 
addAttribute(String, boolean) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
addAttribute(String, int) - Method in class org.frankframework.xml.SaxElementBuilder
 
addAttribute(String, long) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
addAttribute(String, Number) - Method in class org.frankframework.stream.document.ObjectBuilder
 
addAttribute(String, Number) - Method in class org.frankframework.stream.document.XmlObjectBuilder
 
addAttribute(String, String) - Method in class org.frankframework.stream.document.ObjectBuilder
 
addAttribute(String, String) - Method in class org.frankframework.stream.document.XmlObjectBuilder
 
addAttribute(String, String) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
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.stream.document.IArrayBuilder
 
addElement() - Method in class org.frankframework.stream.document.JsonArrayBuilder
 
addElement() - Method in class org.frankframework.stream.document.XmlArrayBuilder
 
addElement(boolean) - Method in class org.frankframework.stream.document.ArrayBuilder
 
addElement(Number) - Method in class org.frankframework.stream.document.ArrayBuilder
 
addElement(String) - Method in class org.frankframework.stream.document.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
 
addEmailInfo(IMailFileSystem<M, A>, M, SaxElementBuilder) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
addEmailInfoSimple(IMailFileSystem<M, A>, M, SaxElementBuilder) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
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.stream.document.IObjectBuilder
 
addField(String) - Method in class org.frankframework.stream.document.JsonObjectBuilder
 
addField(String) - Method in class org.frankframework.stream.document.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
 
addItem(XmlBuilder, String, Long) - Static method in class org.frankframework.statistics.ItemUtil
 
addItem(XmlBuilder, String, String) - Static method in class org.frankframework.statistics.ItemUtil
 
addItemsToList(Collection<String>, String, String, boolean) - Static method in class org.frankframework.util.Misc
Adds items on a string, added by comma separator (ex: "1,2,3"), into a list.
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.
addMatchingSessionKeys(ParameterValueList, Parameter, Message, PipeLineSession, boolean) - Method in class org.frankframework.parameters.ParameterList
 
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.stream.document.JsonObjectBuilder
 
addNumber(String, String) - Method in class org.frankframework.stream.document.ObjectBuilder
 
addNumberAttribute(String, String) - Method in class org.frankframework.stream.document.ObjectBuilder
 
addNumberAttribute(String, String) - Method in class org.frankframework.stream.document.XmlObjectBuilder
 
addNumberElement(String) - Method in class org.frankframework.stream.document.ArrayBuilder
 
addNumberProperty(XmlBuilder, String, long) - Static method in class org.frankframework.util.ProcessMetrics
 
addObjectElement() - Method in class org.frankframework.stream.document.ArrayBuilder
 
addObjectField(String) - Method in class org.frankframework.stream.document.ObjectBuilder
 
addOptionalValue(ObjectBuilder, String, BsonValue) - Method in class org.frankframework.mongodb.MongoDbSender
 
addParameter(Parameter) - Method in interface org.frankframework.core.IWithParameters
 
addParameter(Parameter) - Method in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
 
addParameter(Parameter) - Method in class org.frankframework.http.HttpSenderBase
 
addParameter(Parameter) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
addParameter(Parameter) - Method in class org.frankframework.jdbc.JdbcSenderBase
 
addParameter(Parameter) - Method in class org.frankframework.jdbc.MessageStoreSender
 
addParameter(Parameter) - Method in class org.frankframework.jms.JmsListenerBase
 
addParameter(Parameter) - Method in class org.frankframework.jms.JmsSender
 
addParameter(Parameter) - Method in class org.frankframework.ldap.LdapSender
 
addParameter(Parameter) - Method in class org.frankframework.parameters.Parameter
 
addParameter(Parameter) - Method in class org.frankframework.pipes.AbstractPipe
Add a parameter to the list of parameters
addParameter(Parameter) - Method in class org.frankframework.pipes.XsltPipe
 
addParameter(Parameter) - Method in class org.frankframework.senders.FileSender
Deprecated.
 
addParameter(Parameter) - Method in class org.frankframework.senders.SenderWithParametersBase
 
addParameter(Parameter) - Method in class org.frankframework.senders.XmlValidatorSender
 
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
 
addPropertyAsHeader(SaxElementBuilder, String, Object) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
addPropertyAsHeader(SaxElementBuilder, String, String, String, Object) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
addReason(String, String, String, XmlValidatorErrorHandler.ReasonType) - Method in class org.frankframework.validation.XmlValidatorErrorHandler
 
addReason(Throwable, XmlValidatorErrorHandler.ReasonType) - Method in class org.frankframework.validation.XmlValidatorErrorHandler
 
addRecipientProperty(SaxElementBuilder, Map<String, Object>, String) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
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
 
addRecord(Basics) - Method in class org.frankframework.statistics.Basics
 
addRecord(Basics) - Method in class org.frankframework.statistics.BigBasics
 
addRepeatedField(String) - Method in interface org.frankframework.stream.document.IObjectBuilder
 
addRepeatedField(String) - Method in class org.frankframework.stream.document.JsonObjectBuilder
 
addRepeatedField(String) - Method in class org.frankframework.stream.document.XmlObjectBuilder
 
addRequestRootValidation(RootValidation) - Method in class org.frankframework.pipes.XmlValidator
 
addResource() - Method in class org.frankframework.util.Guard
 
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
Deprecated.
 
addSubElement(XmlBuilder) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
addSums(long) - Method in class org.frankframework.metrics.LocalDistributionSummary
 
addSums(long) - Method in class org.frankframework.statistics.Basics
 
addSums(long) - Method in class org.frankframework.statistics.BigBasics
 
addSums(long) - Method in class org.frankframework.statistics.MicroMeterBasics
 
addSuppressableWarning(String, SuppressKeys) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
Add a warning message to the current configuration, unless the suppression key is supporessed 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
 
addToSortedListNonUnique(List<T>, T) - Static method in class org.frankframework.util.Misc
 
addToSortedListUnique(List<T>, T) - Static method in class org.frankframework.util.Misc
 
addToThreadLocalReplace(String) - Static method in class org.frankframework.logging.IbisMaskingLayout
Add regex to hide locally, meaning for specific threads/adapters.
addToThreadLocalReplace(Collection<String>) - Static method in class org.frankframework.logging.IbisMaskingLayout
 
addValue(char[], int, int) - Method in class org.frankframework.xml.SaxElementBuilder
 
addValue(long) - Method in class org.frankframework.statistics.Basics
 
addValue(long) - Method in interface org.frankframework.statistics.IBasics
 
addValue(long) - Method in class org.frankframework.statistics.MicroMeterBasics
 
addValue(long) - Method in class org.frankframework.statistics.StatisticsKeeper
 
addValue(long, long, long, long) - Method in class org.frankframework.statistics.percentiles.MicroMeterPercentileEstimator
 
addValue(long, long, long, long) - Method in interface org.frankframework.statistics.percentiles.PercentileEstimator
 
addValue(long, long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
addValue(long, long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorRanked
 
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 org.frankframework.pipes.ChecksumPipe.ChecksumType
 
afterClose() - Method in class org.frankframework.stream.MessageOutputStream
can be overridden in descender classes to release resources, after the chain has been closed.
afterLast() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
afterMessageProcessed(PipeLineResult, RawMessageWrapper<F>, PipeLineSession) - Method in class org.frankframework.filesystem.FileSystemListener
 
afterMessageProcessed(PipeLineResult, RawMessageWrapper<String>, PipeLineSession) - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
afterMessageProcessed(PipeLineResult, RawMessageWrapper<String>, PipeLineSession) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
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<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
 
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.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.MermaidFlowGenerator
 
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 org.frankframework.monitoring.ITrigger.TriggerType
 
ALGORITHM_DEFAULT - Static variable in class org.frankframework.pipes.SignaturePipe
 
align(StringBuilder, String, int, boolean, char) - Static method in class org.frankframework.util.FileUtils
 
align(String, int, boolean, char) - Static method in class org.frankframework.util.FileUtils
 
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 org.frankframework.core.IMessageBrowser.HideMethod
to mask the entire string
ALL - Enum constant in enum org.frankframework.management.bus.endpoints.AdapterStatus.Expanded
 
ALL_CONFIGS_KEY - Static variable in interface org.frankframework.configuration.IbisManager
 
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 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.stream.ThreadLifeCycleEventListener
 
ANONYMOUS - Enum constant in enum org.frankframework.filesystem.Samba2FileSystem.Samba2AuthType
 
ANTIVIRUS_FAILED_FORWARD - Static variable in class org.frankframework.pipes.StreamPipe
 
ANY - Enum constant in enum 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 in org.frankframework.http.rest
 
ApiListener.HttpMethod - Enum 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.
APPEND - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
(only for filesystems that support 'append') append contents, specified by parameter contents or input message, to a file, specified by attribute filename, parameter filename or input message.
appendFile(F) - Method in interface org.frankframework.filesystem.IWritableFileSystem
 
appendFile(F, InputStream) - Method in interface org.frankframework.filesystem.IWritableFileSystem
 
appendFile(File, File, int, long) - Static method in class org.frankframework.util.FileUtils
 
appendFile(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
appendFile(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
appendFile(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
appendFile(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
appendFile(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
appendParameters(boolean, StringBuilder, ParameterValueList) - Method in class org.frankframework.http.HttpSenderBase
 
APPLICATION - Enum constant in enum org.frankframework.lifecycle.SpringContextScope
 
APPLICATION_SERVER_CUSTOMIZATION_PROPERTY - Static variable in class org.frankframework.util.AppConstants
 
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
 
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
 
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
 
archiveFile(File) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
Moves a file to another directory and places a UUID in the name.
areCookiesDisabled() - Method in class org.frankframework.http.HttpSessionBase
 
ArrayBuilder - Class in org.frankframework.stream.document
 
ArrayBuilder() - Constructor for class org.frankframework.stream.document.ArrayBuilder
 
asArrayBuilder(String) - Method in interface org.frankframework.stream.document.IDocumentBuilder
 
asArrayBuilder(String) - Method in class org.frankframework.stream.document.JsonDocumentBuilder
 
asArrayBuilder(String) - Method in class org.frankframework.stream.document.XmlDocumentBuilder
 
asArrayBuilder(IDocumentBuilder, String) - Static method in class org.frankframework.stream.document.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(Object) - Static method in class org.frankframework.stream.Message
Convert an object to a byte array.
asByteArray(String) - Method in class org.frankframework.stream.Message
 
asByteValue(byte) - Method in class org.frankframework.parameters.ParameterValue
 
ASC - Enum constant in enum org.frankframework.core.IMessageBrowser.SortOrder
 
ASCII - Enum constant in enum org.frankframework.ftp.FtpSession.FileType
 
asCollection() - Method in class org.frankframework.parameters.ParameterValue
 
asContentHandler() - Method in class org.frankframework.stream.MessageOutputStream
 
asContentHandler() - Method in class org.frankframework.stream.MessageOutputStreamCap
 
asDoubleValue(double) - Method in class org.frankframework.parameters.ParameterValue
 
asFloatValue(float) - 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.
asInputSource(URL) - Static method in class org.frankframework.util.Misc
 
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
 
asJsonEventHandler() - Method in class org.frankframework.stream.MessageOutputStream
 
asJsonEventHandler() - Method in class org.frankframework.stream.MessageOutputStreamCap
 
asLongValue(long) - Method in class org.frankframework.parameters.ParameterValue
 
asMap() - Method in class org.frankframework.statistics.StatisticsKeeper
 
asMessage() - Method in class org.frankframework.parameters.ParameterValue
 
asMessage(Object) - Static method in class org.frankframework.stream.Message
 
asNative() - Method in class org.frankframework.stream.MessageOutputStream
 
asNative() - Method in class org.frankframework.stream.MessageOutputStreamCap
 
asObject() - Method in class org.frankframework.stream.Message
Deprecated.
Please avoid the use of the raw object.
asObjectBuilder() - Method in interface org.frankframework.stream.document.IDocumentBuilder
 
asObjectBuilder() - Method in class org.frankframework.stream.document.JsonDocumentBuilder
 
asObjectBuilder() - Method in class org.frankframework.stream.document.XmlDocumentBuilder
 
asObjectBuilder(IDocumentBuilder) - Static method in class org.frankframework.stream.document.StructureBuilder
 
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
 
asShortValue(short) - Method in class org.frankframework.parameters.ParameterValue
 
asSource() - Method in class org.frankframework.core.Resource
 
asSource() - Method in class org.frankframework.stream.Message
return the request object as a Source.
asSource(C) - Method in class org.frankframework.align.ToXml
Obtain the XmlAligner as a Source that can be used as input of a Transformer.
asStream() - Method in class org.frankframework.stream.MessageOutputStream
 
asStream(String) - Method in class org.frankframework.stream.MessageOutputStream
 
asStream(String) - Method in class org.frankframework.stream.MessageOutputStreamCap
 
asString() - Method in class org.frankframework.stream.Message
return the request object as a String.
asString(Object) - Static method in class org.frankframework.stream.Message
Convert an object to a string.
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.MessageOutputStream
 
asWriter() - Method in class org.frankframework.stream.MessageOutputStreamCap
 
asXMLInputSource() - Method in class org.frankframework.core.Resource
 
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 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.btm.BtmConnectionFactoryFactory
 
augment(ConnectionFactory, String) - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
augment(CommonDataSource, String) - Method in class org.frankframework.jndi.JndiDataSourceFactory
Ensure that the outermost DataSource proxy/wrapper in the chain is the TransactionAwareDataSourceProxy.
augment(L, String) - Method in class org.frankframework.jndi.ObjectFactoryBase
 
augmentDatasource(CommonDataSource, String) - Method in class org.frankframework.jndi.AbstractXADataSourceFactory
 
augmentDatasource(CommonDataSource, String) - Method in class org.frankframework.jndi.JndiDataSourceFactory
 
augmentDatasource(CommonDataSource, String) - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
augmentMessageBrowser(IMessageBrowser<M>) - Method in class org.frankframework.jdbc.MessageStoreListener
 
AUTH_ALIAS_KEY - Variable in class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
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
 
AuthenticationScheme - Enum 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 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 org.frankframework.jms.JMSFacade.MessageClass
Automatically determine the type of the outgoing Message based on the value of Message.isBinary().
AUTO - Enum constant in enum org.frankframework.soap.SoapVersion
Try to auto-detect the value
AUTO_ACKNOWLEDGE - Enum constant in enum 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
 
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 org.frankframework.core.ProcessState
 

B

Base64 - Enum constant in enum 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 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 org.frankframework.http.authentication.AuthenticationScheme
 
BasicAttributeFactory - Class in org.frankframework.ldap
 
BasicAttributeFactory() - Constructor for class org.frankframework.ldap.BasicAttributeFactory
 
Basics - Class in org.frankframework.statistics
Container for basic statistical estimators.
Basics() - Constructor for class org.frankframework.statistics.Basics
 
Basics(long, long, long) - Constructor for class org.frankframework.statistics.Basics
 
BASICS_KEY - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
BCC_RECEPIENTS_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
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.
BEST_REPLY_ADDRESS_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
BigBasics - Class in org.frankframework.statistics
Extension to Basics, allowing for large numbers, like message sizes.
BigBasics() - Constructor for class org.frankframework.statistics.BigBasics
 
BigBasics(long, long, long, int) - Constructor for class org.frankframework.statistics.BigBasics
 
BINARY - Enum constant in enum org.frankframework.ftp.FtpSession.FileType
 
BINARY - Enum constant in enum org.frankframework.http.HttpSender.PostType
The input message is sent unchanged as binary data
BINARY - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Forces the parameter value to be treated as binary data (e.g.
binding(XMLStreamWriter) - Method in class org.frankframework.soap.WsdlGenerator
 
BLOB - Enum constant in enum 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
 
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
 
BOM_UTF_8 - Static variable in class org.frankframework.util.FileHandler
 
BOOLEAN - Enum constant in enum org.frankframework.align.ScalarType
 
BOOLEAN - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Converts the result to a Boolean
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.filesystem.FileSystemMessageBrowser
 
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
 
BtmConnectionFactoryFactory - Class in org.frankframework.jta.btm
 
BtmConnectionFactoryFactory() - Constructor for class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
BtmDataSourceFactory - Class in org.frankframework.jta.btm
 
BtmDataSourceFactory() - Constructor for class org.frankframework.jta.btm.BtmDataSourceFactory
 
BtmDiskJournal - Class in org.frankframework.jta.btm
This class exists to ensure the DiskJournal is accessible when updating the TransactionLog Since it's not possible to change the current transaction, the most we can do is attempt to retry the log/force actions and hope we don't break the tx-log even further.
BtmDiskJournal() - Constructor for class org.frankframework.jta.btm.BtmDiskJournal
 
BtmJtaTransactionManager - Class in org.frankframework.jta.btm
 
BtmJtaTransactionManager() - Constructor for class org.frankframework.jta.btm.BtmJtaTransactionManager
 
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(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
 
buildHttpClient() - Method in class org.frankframework.http.HttpSessionBase
 
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 Type in org.frankframework.management.bus
 
BusEndpointBase - Class in org.frankframework.management.bus.endpoints
 
BusEndpointBase() - Constructor for class org.frankframework.management.bus.endpoints.BusEndpointBase
 
byteArrayToString(byte[], String, boolean) - Static method in class org.frankframework.util.Misc
Converts a byte array into a string, and adds a specified string to the end of the converted string.
BYTES - Enum constant in enum org.frankframework.jms.JMSFacade.MessageClass
Create the outgoing message as BytesMessage.
BYTES - Enum constant in enum org.frankframework.parameters.Parameter.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
 

C

C - Enum constant in enum org.frankframework.ftp.FtpSession.Prot
Clear
CACHE_CONNECTION - Enum constant in enum org.frankframework.core.IListenerConnector.CacheMode
 
CACHE_CONSUMER - Enum constant in enum org.frankframework.core.IListenerConnector.CacheMode
 
CACHE_NONE - Enum constant in enum org.frankframework.core.IListenerConnector.CacheMode
 
CACHE_SESSION - Enum constant in enum 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.stream.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
 
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
 
canWrite(String) - Static method in class org.frankframework.util.FileUtils
 
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() - Method in class org.frankframework.stream.MessageOutputStream
 
captureBinaryStream(OutputStream) - Method in class org.frankframework.stream.Message
 
captureBinaryStream(OutputStream) - Method in class org.frankframework.stream.MessageOutputStream
 
captureBinaryStream(OutputStream, int) - Method in class org.frankframework.stream.Message
 
captureBinaryStream(OutputStream, int) - Method in class org.frankframework.stream.MessageOutputStream
 
captureBinaryStream(OutputStream, int) - Method in class org.frankframework.stream.MessageOutputStreamCap
 
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() - Method in class org.frankframework.stream.MessageOutputStream
 
captureCharacterStream(Writer) - Method in class org.frankframework.stream.Message
 
captureCharacterStream(Writer) - Method in class org.frankframework.stream.MessageOutputStream
 
captureCharacterStream(Writer, int) - Method in class org.frankframework.stream.Message
 
captureCharacterStream(Writer, int) - Method in class org.frankframework.stream.MessageOutputStream
 
captureCharacterStream(Writer, int) - Method in class org.frankframework.stream.MessageOutputStreamCap
 
captureInputStream(InputStream, OutputStream) - Static method in class org.frankframework.util.StreamCaptureUtils
 
captureInputStream(InputStream, OutputStream, int, boolean) - Static method in class org.frankframework.util.StreamCaptureUtils
 
captureOutputStream(OutputStream, OutputStream) - Static method in class org.frankframework.util.StreamCaptureUtils
 
captureOutputStream(OutputStream, OutputStream, int) - Static method in class org.frankframework.util.StreamCaptureUtils
 
captureReader(Reader, Writer) - Static method in class org.frankframework.util.StreamCaptureUtils
 
captureReader(Reader, Writer, int, boolean) - Static method in class org.frankframework.util.StreamCaptureUtils
 
captureWriter(Writer, Writer) - Static method in class org.frankframework.util.StreamCaptureUtils
 
captureWriter(Writer, Writer, int) - Static method in class org.frankframework.util.StreamCaptureUtils
 
CaseInsensitiveComparator - Class in org.frankframework.util
 
CaseInsensitiveComparator() - Constructor for class org.frankframework.util.CaseInsensitiveComparator
 
CC_RECEPIENTS_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
CDATA2TEXT - Enum constant in enum 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 org.frankframework.ldap.LdapSender.Operation
Check username and password against LDAP specifying principal and credential using parameters.
CHANGE_UNICODE_PWD - Enum constant in enum 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)).
changeDirectory(String) - Method in class org.frankframework.filesystem.SftpFileSystem
 
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<F>, ProcessState, String) - Method in class org.frankframework.filesystem.FileSystemListener
 
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 org.frankframework.parameters.Parameter.ParameterType
Forces the parameter value to be treated as character data (e.g.
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.jdbc.transformer.AbstractQueryOutputTransformer
 
characters(char[], int, int) - Method in class org.frankframework.stream.xml.XmlTee
 
characters(char[], int, int) - Method in class org.frankframework.util.CompactSaxHandler
 
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
 
charset - Variable in class org.frankframework.util.FileHandler
 
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 org.frankframework.scheduler.JobDefFunctions
 
checkCorrelationIdQuery - Variable in class org.frankframework.jdbc.JdbcMessageBrowser
 
checkForExistenceOfFolder(String, String) - Method in class org.frankframework.filesystem.FileSystemListener
 
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
 
checkMinMax(long) - Method in class org.frankframework.statistics.Basics
 
checkMinMax(long) - Method in interface org.frankframework.statistics.IBasics
 
checkMinMax(long) - Method in class org.frankframework.statistics.MicroMeterBasics
 
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
 
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
 
CheckSemaphorePipeLineProcessor - Class in org.frankframework.processors
 
CheckSemaphorePipeLineProcessor() - Constructor for class org.frankframework.processors.CheckSemaphorePipeLineProcessor
 
CheckSemaphorePipeProcessor - Class in org.frankframework.processors
 
CheckSemaphorePipeProcessor() - Constructor for class org.frankframework.processors.CheckSemaphorePipeProcessor
 
checkSizes() - Method in class org.frankframework.statistics.BigBasics
 
checkSource(IBasicFileSystem<F>, F, FileSystemActor.FileSystemAction) - Static method in class org.frankframework.filesystem.FileSystemUtils
Check if a source file exists.
checkStringAttributeOrParameter(String, String, String) - Method in class org.frankframework.senders.SenderWithParametersBase
 
ChecksumPipe - Class in org.frankframework.pipes
Pipe to calculate checksum on input.
ChecksumPipe() - Constructor for class org.frankframework.pipes.ChecksumPipe
 
ChecksumPipe.ChecksumGenerator - Interface in org.frankframework.pipes
 
ChecksumPipe.ChecksumType - Enum in org.frankframework.pipes
 
ChecksumPipe.MessageDigestChecksumGenerator - Class in org.frankframework.pipes
 
ChecksumPipe.ZipChecksumGenerator - Class in org.frankframework.pipes
 
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 an IConfigurationClassLoader.
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!F, to clean a resource when it becomes phantom reachable.
cleanGlobalReplace() - Static method in class org.frankframework.logging.IbisMaskingLayout
 
cleanseElementName(String) - Static method in class org.frankframework.util.XmlUtils
 
cleanseMessage(String, String, IMessageBrowser.HideMethod) - Static method in class org.frankframework.util.Misc
Edits the input string according to the regex and the hide method specified.
cleanup() - Method in class org.frankframework.util.DirectoryCleaner
 
CleanupDatabaseJob - Class in org.frankframework.scheduler.job
 
CleanupDatabaseJob() - Constructor for class org.frankframework.scheduler.job.CleanupDatabaseJob
 
CLEANUPDB - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
cleanUpEvents(Instant) - Method in class org.frankframework.monitoring.Trigger
 
CleanupFileSystemJob - Class in org.frankframework.scheduler.job
 
CleanupFileSystemJob() - Constructor for class org.frankframework.scheduler.job.CleanupFileSystemJob
 
CLEANUPFS - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
CleanupOldFilesPipe - Class in org.frankframework.pipes
Pipe for deleting files.
CleanupOldFilesPipe() - Constructor for class org.frankframework.pipes.CleanupOldFilesPipe
 
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() - Method in class org.frankframework.util.Counter
 
CLEAR - Enum constant in enum 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
 
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 org.frankframework.monitoring.EventType
 
CLEARING - Enum constant in enum org.frankframework.monitoring.ITrigger.TriggerType
 
clearResources() - Method in class org.frankframework.configuration.classloaders.BytesClassLoader
Clears all resources
clearWarnings() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
CLIENT_ACKNOWLEDGE - Enum constant in enum 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 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
 
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.filesystem.ConnectedFileSystemBase
 
close() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
close() - Method in class org.frankframework.filesystem.FileSystemBase
 
close() - Method in class org.frankframework.filesystem.FileSystemListener
 
close() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIterator
 
close() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
close() - Method in class org.frankframework.filesystem.FileSystemSender
 
close() - Method in class org.frankframework.filesystem.FtpFileSystem
 
close() - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
close() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
close() - Method in class org.frankframework.filesystem.SftpFileSystem
 
close() - Method in class org.frankframework.ftp.FtpSession
 
close() - Method in class org.frankframework.ftp.SftpSession
 
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.http.WebServiceNtlmSender
 
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 class org.frankframework.mongodb.MongoDbSender
 
close() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
close() - Method in class org.frankframework.receivers.JavaListener
 
close() - Method in class org.frankframework.senders.FileSender
Deprecated.
 
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.ContentHandlerOutputStream
 
close() - Method in interface org.frankframework.stream.document.IArrayBuilder
 
close() - Method in interface org.frankframework.stream.document.INodeBuilder
 
close() - Method in interface org.frankframework.stream.document.IObjectBuilder
 
close() - Method in class org.frankframework.stream.document.JsonArrayBuilder
 
close() - Method in class org.frankframework.stream.document.JsonDocumentBuilder
 
close() - Method in class org.frankframework.stream.document.JsonNodeBuilder
 
close() - Method in class org.frankframework.stream.document.JsonObjectBuilder
 
close() - Method in class org.frankframework.stream.document.StructureBuilder
 
close() - Method in class org.frankframework.stream.document.XmlDocumentBuilder
 
close() - Method in class org.frankframework.stream.document.XmlNodeBuilder
 
close() - Method in class org.frankframework.stream.document.XmlObjectBuilder
 
close() - Method in class org.frankframework.stream.JsonEventHandlerOutputStream
 
close() - Method in class org.frankframework.stream.Message
 
close() - Method in class org.frankframework.stream.MessageOutputStream
 
close() - Method in class org.frankframework.stream.SerializableFileReference
 
close() - Method in class org.frankframework.stream.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(ChannelSftp) - Static method in class org.frankframework.ftp.SftpSession
 
close(Connection) - Static method in class org.frankframework.util.JdbcUtil
 
close(FTPClient) - Static method in class org.frankframework.ftp.FtpSession
 
CLOSE - Enum constant in enum org.frankframework.collection.CollectorPipeBase.Action
Finalize the collection
CLOSE - Enum constant in enum 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)! this should be the only trigger to change the state to stopped On exit resources must be 'closed' so the receiver RunState can be set to 'STOPPED'
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
 
closeConnection(C) - Method in class org.frankframework.filesystem.ConnectedFileSystemBase
Close connection to the FileSystem, releasing all resources.
closeConnection(IMAPFolder) - Method in class org.frankframework.filesystem.ImapFileSystem
 
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
 
closeGroup(D) - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
closeGroup(MetricsInitializer.NodeConfig) - Method in class org.frankframework.statistics.MetricsInitializer
 
closeOnClose(AutoCloseable) - Method in class org.frankframework.stream.MessageOutputStream
 
closeOnCloseOf(PipeLineSession, String) - Method in class org.frankframework.stream.Message
 
closeOnCloseOf(PipeLineSession, INamedObject) - Method in class org.frankframework.stream.Message
 
closeRequestStream() - Method in class org.frankframework.stream.MessageOutputStream
 
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.filesystem.FileSystemListener
 
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
 
closeThread(Map<String, Object>) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
collectChildElements(XSParticle, Set<String>) - Method in class org.frankframework.align.XmlAligner
 
collectDanglingRecords() - Method in class org.frankframework.jta.btm.BtmDiskJournal
 
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 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 with action=OPEN.
CollectorSenderBase() - Constructor for class org.frankframework.collection.CollectorSenderBase
 
Column(String, String, String, String, String, String) - Constructor for class org.frankframework.jdbc.XmlQuerySender.Column
 
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.stream.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
 
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(Object, Object) - Method in class org.frankframework.util.CaseInsensitiveComparator
 
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(XSD) - 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(XSD) - Method in class org.frankframework.validation.XSD
 
compareToByReferenceOrContents(XSD) - Method in class org.frankframework.validation.xsd.ResourceXsd
 
compareToByReferenceOrContents(XSD) - 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 org.frankframework.jta.StatusRecordingTransactionManager.Status
 
CompressionException - Exception in org.frankframework.compression
Wrapper for compression related exceptions.
CompressionException() - Constructor for exception org.frankframework.compression.CompressionException
 
CompressionException(String) - Constructor for exception org.frankframework.compression.CompressionException
 
CompressionException(String, Throwable) - Constructor for exception org.frankframework.compression.CompressionException
 
CompressionException(Throwable) - Constructor for exception org.frankframework.compression.CompressionException
 
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 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.
condenseValues() - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorRanked
 
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.
ConfigurableLifecyleBase - Class in org.frankframework.lifecycle
Base class which looks at the RunState of the component before changing it's Lifecycle state.
ConfigurableLifecyleBase() - Constructor for class org.frankframework.lifecycle.ConfigurableLifecyleBase
 
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 org.frankframework.lifecycle.SpringContextScope
 
CONFIGURATION - Enum constant in enum org.frankframework.scheduler.IbisJobDetail.JobType
 
CONFIGURATION_VALIDATION - Enum constant in enum 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
 
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
 
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 Type 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.ScheduleManager
 
configure() - Method in class org.frankframework.core.Adapter
 
configure() - Method in interface org.frankframework.core.IAdapter
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 the configure() method of the owner of this listener.
configure() - Method in interface org.frankframework.core.IPipe
configure() is called once after the PipeLine is registered at the Adapter.
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.filesystem.ExchangeFileSystem
 
configure() - Method in class org.frankframework.filesystem.FileSystemListener
 
configure() - Method in class org.frankframework.filesystem.FileSystemPipe
 
configure() - Method in class org.frankframework.filesystem.FileSystemSender
 
configure() - Method in class org.frankframework.filesystem.FileSystemSenderWithAttachments
 
configure() - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
configure() - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
configure() - Method in class org.frankframework.filesystem.ImapFileSystem
 
configure() - Method in class org.frankframework.filesystem.LocalFileSystem
 
configure() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
configure() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
configure() - Method in class org.frankframework.ftp.FtpSession
 
configure() - Method in class org.frankframework.ftp.SftpSession
 
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.RestListener
initialize listener and register this to the JNDI
configure() - Method in class org.frankframework.http.WebServiceListener
initialize listener and register this to the JNDI
configure() - Method in class org.frankframework.http.WebServiceNtlmSender
 
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.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
 
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.Parameter
 
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() is called after the Pipeline is registered at the Adapter.
configure() - Method in class org.frankframework.pipes.Base64Pipe
 
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.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.FilePipe
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.GetPrincipalPipe
 
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.MoveFilePipe
Deprecated.
 
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.RemoveFromSession
Checks whether the proper forward is defined.
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.UploadFilePipe
Deprecated.
 
configure() - Method in class org.frankframework.pipes.ValidatorBase
 
configure() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
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.XmlValidator.ResponseValidatorWrapper
 
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.ExchangeMailListener
 
configure() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
Configure does some basic checks (directoryProcessedFiles is a directory, inputDirectory is a directory, wildcard is filled etc.);
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 IAdapter to let the receiver do things to initialize itself before the startListening method is called.
configure() - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
 
configure() - Method in class org.frankframework.scheduler.job.IbisActionJob
 
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.FileSender
Deprecated.
 
configure() - Method in class org.frankframework.senders.FixedResultSender
 
configure() - Method in class org.frankframework.senders.IbisJavaSender
 
configure() - Method in class org.frankframework.senders.IbisLocalSender
 
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.statistics.MetricsInitializer
 
configure() - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
configure() - Method in class org.frankframework.util.FileHandler
 
configure() - Method in interface org.frankframework.util.FileHandler.TransformerAction
 
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(IAdapter) - 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
 
configure(S, ParameterList, IConfigurable) - Method in class org.frankframework.filesystem.FileSystemActor
 
configureCache(Ehcache) - Method in class org.frankframework.statistics.MetricsInitializer
 
configureConnectionManager() - Method in class org.frankframework.http.HttpSessionBase
In order to support multiThreading and connectionPooling.
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
 
ConnectedFileSystemBase<F,C> - Class in org.frankframework.filesystem
Baseclass for FileSystems that use a 'Connection' to connect to their storage.
ConnectedFileSystemBase() - Constructor for class org.frankframework.filesystem.ConnectedFileSystemBase
 
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.jndi.PoolingJndiDataSourceFactory
 
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 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.Parameter
 
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.ValidatorBase.ResponseValidatorWrapper
 
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.pipes.XmlValidator.ResponseValidatorWrapper
 
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(String, ThrowingFunction<IMessageBrowsingIteratorItem, String, ListenerException>) - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
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.filesystem.FileSystemMessageBrowser
 
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.filesystem.FileSystemMessageBrowser
 
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
 
ContentHandlerOutputStream - Class in org.frankframework.stream
Helper class to convert character or byte based OutputStreams into a SAX event stream.
ContentHandlerOutputStream(ContentHandler, ThreadConnector) - Constructor for class org.frankframework.stream.ContentHandlerOutputStream
 
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 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
 
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 org.frankframework.http.rest.ApiListener.AuthenticationMethods
 
CookieUtil - Class in org.frankframework.util
 
CookieUtil() - Constructor for class org.frankframework.util.CookieUtil
 
COPY - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
copy a file, specified by attribute filename, parameter filename or input message, to a folder specified by attribute destination or parameter destination
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(F, String, boolean, boolean) - Method in interface org.frankframework.filesystem.IBasicFileSystem
Copies the file to a another folder.
copyFile(Message, String, boolean, boolean) - Method in class org.frankframework.filesystem.ImapFileSystem
 
copyFile(File, File, boolean) - Static method in class org.frankframework.util.FileUtils
 
copyFile(Path, String, boolean, boolean) - Method in class org.frankframework.filesystem.LocalFileSystem
 
copyFile(SmbFile, String, boolean, boolean) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
copyFile(ExchangeMessageReference, String, boolean, boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
copyFile(IBasicFileSystem<F>, F, String, boolean, int, boolean, boolean) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
copyFile(SmbFileRef, String, boolean, boolean) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
copyFile(FTPFileRef, String, boolean, boolean) - Method in class org.frankframework.filesystem.FtpFileSystem
 
copyFile(SftpFileRef, String, boolean, boolean) - Method in class org.frankframework.filesystem.SftpFileSystem
 
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 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 org.frankframework.pipes.MessageSendingPipe.LinkMethod
 
CORRELATIONID - Enum constant in enum org.frankframework.receivers.Receiver.CheckForDuplicatesMethod
 
CORRELATIONID_FROM_MESSAGE - Enum constant in enum 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
 
count - Variable in class org.frankframework.statistics.Basics
 
count() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
Counter - Class in org.frankframework.util
Synchronized Counter.
Counter(int) - Constructor for class org.frankframework.util.Counter
 
CounterStatistic - Class in org.frankframework.statistics
Counter value that is maintained with statistics.
CounterStatistic(int) - Constructor for class org.frankframework.statistics.CounterStatistic
 
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 org.frankframework.pipes.ChecksumPipe.ChecksumType
 
create() - Static method in class org.frankframework.http.mime.MultipartEntityBuilder
 
create() - Method in enum 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
Deprecated.
 
create(URL, boolean, String, boolean, boolean, String, Map<String, Object>) - Static method in class org.frankframework.align.Json2Xml
 
CREATE - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
create empty file, specified by attribute filename, parameter filename or input message
CREATE - Enum constant in enum 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
 
createChecksumGenerator() - Method in class org.frankframework.pipes.ChecksumPipe
 
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.filesystem.ConnectedFileSystemBase
Create a fresh connection to the FileSystem.
createConnection() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
createConnection() - Method in class org.frankframework.filesystem.ImapFileSystem
 
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.jndi.PoolingJndiDataSourceFactory
 
createContext() - Method in class org.frankframework.jms.JmsMessagingSourceFactory
 
createContext() - Method in class org.frankframework.jms.MessagingSourceFactory
 
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
 
createDirectory - Variable in class org.frankframework.util.FileHandler
 
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
 
createFile(F) - Method in interface org.frankframework.filesystem.IWritableFileSystem
 
createFile(F, InputStream) - Method in interface org.frankframework.filesystem.IWritableFileSystem
 
createFile(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
createFile(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
createFile(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
createFile(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
createFile(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
createFileSystem() - Method in class org.frankframework.filesystem.FileSystemListener
 
createFileSystem() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
createFileSystem() - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
createFileSystem() - Method in class org.frankframework.receivers.DirectoryListener
 
createFileSystem() - Method in class org.frankframework.receivers.ExchangeMailListener
 
createFileSystem() - Method in class org.frankframework.receivers.FtpFileSystemListener
 
createFileSystem() - Method in class org.frankframework.receivers.ImapListener
 
createFileSystem() - Method in class org.frankframework.receivers.Samba2Listener
 
createFileSystem() - Method in class org.frankframework.receivers.SftpFileSystemListener
 
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.
createFolder(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
createFolder(String) - Method in class org.frankframework.filesystem.FtpFileSystem
 
createFolder(String) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
createFolder(String) - Method in class org.frankframework.filesystem.ImapFileSystem
 
createFolder(String) - Method in class org.frankframework.filesystem.LocalFileSystem
 
createFolder(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
createFolder(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
createFolder(String) - Method in class org.frankframework.filesystem.SftpFileSystem
 
createGSSAuthenticationContext(CredentialFactory) - Static method in class org.frankframework.filesystem.smb.SambaFileSystemUtils
 
createHandler(ForEachChildElementPipe.HandlerRecord, ThreadConnector<?>, Message, PipeLineSession, IteratingPipe.ItemCallback) - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
createHandler(Message, ThreadConnector, PipeLineSession, TransformerPool, ContentHandler, File) - Method in class org.frankframework.senders.JsonXsltSender
 
createHandler(Message, ThreadConnector, PipeLineSession, TransformerPool, ContentHandler, File) - Method in class org.frankframework.senders.XsltSender
 
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
 
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.SharedResourceFactory
 
createObject(Properties, String) - Method in class org.frankframework.jndi.ResourceBasedObjectFactory
 
createObject(Properties, String) - Method in class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
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.jndi.PoolingJndiDataSourceFactory
 
createPrefix(NamespaceAligningFilter.ElementInfo) - Method in class org.frankframework.align.NamespaceAligningFilter
 
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 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.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.
createTaskExecutor() - Method in class org.frankframework.senders.ParallelSenders
 
createTempDirectory(File) - Static method in class org.frankframework.util.FileUtils
Creates a new temporary directory in the specified 'fromDirectory'.
createTempFile() - Static method in class org.frankframework.util.FileUtils
Creates a temporary file inside the ${ibis.tmpdir} using the default '.tmp' extension.
createTempFile(String) - Static method in class org.frankframework.util.FileUtils
Creates a temporary file inside the ${ibis.tmpdir} using the specified extension.
createTextMessage(Session, String, Message) - Method in class org.frankframework.jms.JMSFacade
 
createTransactionManager() - Method in class org.frankframework.jta.btm.BtmJtaTransactionManager
 
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.jndi.AbstractXADataSourceFactory
 
createXADataSource(XADataSource, String) - Method in class org.frankframework.jta.btm.BtmDataSourceFactory
 
createXADataSource(XADataSource, String) - Method in class org.frankframework.jta.narayana.NarayanaDataSourceFactory
 
createXPathEvaluatorSource(String) - Static method in class org.frankframework.util.XmlUtils
 
createXPathEvaluatorSource(String, String, TransformerPool.OutputType) - Static method in class org.frankframework.util.XmlUtils
 
createXPathEvaluatorSource(String, String, TransformerPool.OutputType, boolean) - Static method in class org.frankframework.util.XmlUtils
 
createXPathEvaluatorSource(String, String, TransformerPool.OutputType, boolean, ParameterList) - Static method in class org.frankframework.util.XmlUtils
 
createXPathEvaluatorSource(String, String, TransformerPool.OutputType, boolean, ParameterList, boolean) - Static method in class org.frankframework.util.XmlUtils
 
createXPathEvaluatorSource(String, String, TransformerPool.OutputType, boolean, ParameterList, boolean, boolean, String, int) - Static method in class org.frankframework.util.XmlUtils
 
createXPathEvaluatorSource(String, TransformerPool.OutputType) - Static method in class org.frankframework.util.XmlUtils
 
createXPathEvaluatorSource(Function<String, String>, String, TransformerPool.OutputType, boolean, ParameterList, boolean, boolean, int) - Static method in class org.frankframework.util.XmlUtils
 
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 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
 
CSV - Enum constant in enum org.frankframework.management.bus.endpoints.ExecuteJdbcQuery.ResultType
 
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 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 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
 
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 org.frankframework.parameters.Parameter.ParameterType
Converts the result to a Date, by default using formatString yyyy-MM-dd.
DATETIME - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Converts the result to a Date, by default using formatString yyyy-MM-dd HH:mm:ss.
DATETIME_RECEIVED_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
DATETIME_SENT_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
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 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 org.frankframework.pipes.Base64Pipe.Direction
 
DECODE - Enum constant in enum org.frankframework.pipes.EscapePipe.Direction
 
decrease() - Method in class org.frankframework.util.Counter
 
decrease(long) - Method in class org.frankframework.util.Counter
 
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 org.frankframework.pipes.PGPPipe.Action
Decrypts the given input.
DEEP_SEARCH - Enum constant in enum 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.stream.document.DocumentUtils
 
DEFAULT_ARRAY_ELEMENT_NAME - Static variable in class org.frankframework.stream.document.Json2XmlHandler
 
DEFAULT_BOUNDARY_LIST - Static variable in class org.frankframework.statistics.SizeStatisticsKeeper
 
DEFAULT_BOUNDARY_LIST - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
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 class org.frankframework.jndi.JndiDataSourceFactory
 
DEFAULT_DATASOURCE_NAME_PROPERTY - Static variable in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
DEFAULT_DATASOURCE_NAME_PROPERTY - Static variable in class org.frankframework.mongodb.JndiMongoClientFactory
 
DEFAULT_GROUP - Static variable in class org.frankframework.scheduler.SchedulerHelper
 
DEFAULT_INDENT - Variable in class org.frankframework.senders.XsltSender
 
DEFAULT_OMIT_XML_DECLARATION - Variable in class org.frankframework.senders.XsltSender
 
DEFAULT_OUTPUT_METHOD - Variable in class org.frankframework.senders.XsltSender
 
DEFAULT_P_LIST - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
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 org.frankframework.configuration.SuppressKeys
 
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 org.frankframework.parameters.Parameter.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 org.frankframework.filesystem.FileSystemActor.FileSystemAction
delete a file, specified by attribute filename, parameter filename or input message
DELETE - Enum constant in enum org.frankframework.http.HttpSenderBase.HttpMethod
 
DELETE - Enum constant in enum org.frankframework.http.rest.ApiListener.HttpMethod
 
DELETE - Enum constant in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
Deprecated.
DELETE - Enum constant in enum org.frankframework.ldap.LdapSender.Operation
Delete an attribute or an entry.
DELETE - Enum constant in enum 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.
deleteEmptyDirectory - Variable in class org.frankframework.util.FileHandler
 
deleteFile(F) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
deleteFile(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
deleteFile(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
deleteFile(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
deleteFile(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
deleteFile(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
deleteFile(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
deleteFile(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
deleteJob(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ManageScheduler
 
DELETEMANY - Enum constant in enum org.frankframework.mongodb.MongoDbSender.MongoAction
 
deleteMessage(String) - Method in interface org.frankframework.core.IMessageBrowser
Deletes the message.
deleteMessage(String) - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
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 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
 
DEPRECATION_SUPPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
DESC - Enum constant in enum org.frankframework.core.IMessageBrowser.SortOrder
 
describeLocations() - Method in class org.frankframework.jdbc.migration.LiquibaseResourceAccessor
 
description() - Element in annotation type org.frankframework.jmx.JmxAttribute
 
description() - Element in annotation type 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.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.jndi.ObjectFactoryBase
 
destroy() - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
destroy() - Method in class org.frankframework.jta.btm.BtmDataSourceFactory
 
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 org.frankframework.http.rest.MediaTypes
(Only for produces) Attempts to detect the MimeType as well as charset when not known
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
 
determineIsParentOfSingleMultipleOccurringChildElement(XSParticle) - Method in class org.frankframework.align.XmlAligner
 
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
 
Dir2Map - Class in org.frankframework.util
 
Dir2Map(File, String, boolean, int) - Constructor for class org.frankframework.util.Dir2Map
 
Dir2Map(String, String, boolean, int) - Constructor for class org.frankframework.util.Dir2Map
 
Dir2Xml - Class in org.frankframework.util
List the contents of a directory as XML.
Dir2Xml() - Constructor for class org.frankframework.util.Dir2Xml
 
DIRECT - Enum constant in enum org.frankframework.ftp.FtpSession.TransportType
 
directory - Variable in class org.frankframework.util.FileHandler
 
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
 
DirectoryListener - Class in org.frankframework.receivers
 
DirectoryListener() - Constructor for class org.frankframework.receivers.DirectoryListener
 
directorySessionKey - Variable in class org.frankframework.pipes.UploadFilePipe
Deprecated.
 
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, ServletContext) - 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
 
doAction(CollectorPipeBase.Action, Message, PipeLineSession) - Method in class org.frankframework.collection.CollectorPipeBase
 
doAction(Message, ParameterValueList, PipeLineSession) - Method in class org.frankframework.filesystem.FileSystemActor
 
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.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
 
documentation(XMLStreamWriter) - Method in class org.frankframework.soap.WsdlGenerator
Outputs a 'documentation' section of the WSDL
DocumentBuilderFactory - Class in org.frankframework.stream.document
 
DocumentBuilderFactory() - Constructor for class org.frankframework.stream.document.DocumentBuilderFactory
 
DocumentContainer - Interface in org.frankframework.align.content
 
DocumentFormat - Enum in org.frankframework.stream.document
 
DocumentUtils - Class in org.frankframework.stream.document
 
DocumentUtils() - Constructor for class org.frankframework.stream.document.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 org.frankframework.parameters.Parameter.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)
DomTreeAligner - Class in org.frankframework.align
 
DomTreeAligner(ValidatorHandler, List<XSModel>) - Constructor for class org.frankframework.align.DomTreeAligner
 
DONE - Enum constant in enum 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 interface org.frankframework.core.IPipe
This is where the action takes place.
doPipe(Message, PipeLineSession) - Method in class org.frankframework.filesystem.FileSystemPipe
 
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
 
doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
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.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.FilePipe
Deprecated.
 
doPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.FixedResultPipe
 
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.IfMultipart
 
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.MoveFilePipe
Deprecated.
 
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.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.UploadFilePipe
Deprecated.
 
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.ValidatorBase.ResponseValidatorWrapper
 
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.XmlValidator.ResponseValidatorWrapper
 
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
 
DotFlowGenerator - Class in org.frankframework.util.flow
Flow generator to create DOT files
DotFlowGenerator() - Constructor for class org.frankframework.util.flow.DotFlowGenerator
 
DOWNLOAD - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
Deprecated.
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
 
DummyNamedObject - Class in org.frankframework.core
 
DummyNamedObject() - Constructor for class org.frankframework.core.DummyNamedObject
 
DummyTransactionalStorage<S extends Serializable> - Class in org.frankframework.jdbc
Deprecated.
DummyTransactionalStorage() - Constructor for class org.frankframework.jdbc.DummyTransactionalStorage
Deprecated.
 
dumpToXml() - Method in class org.frankframework.statistics.StatisticsKeeper
 
DUPS_OK_ACKNOWLEDGE - Enum constant in enum 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 org.frankframework.jms.JMSFacade.SubscriberType
 

E

E - Enum constant in enum org.frankframework.ftp.FtpSession.Prot
Confidential(SSL protocol only)
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
 
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
 
EMAIL_MESSAGE_TYPE - Static variable in class org.frankframework.filesystem.MailListener
 
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 org.frankframework.pipes.Base64Pipe.Direction
 
ENCODE - Enum constant in enum org.frankframework.pipes.EscapePipe.Direction
 
encodeFileName(String) - Static method in class org.frankframework.util.FileUtils
 
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 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(D) - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
end(String, String) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
 
end(Xid, int) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
end(MetricsInitializer.NodeConfig) - Method in class org.frankframework.statistics.MetricsInitializer
 
endArray() - Method in class org.frankframework.stream.document.Json2XmlHandler
 
endArray() - Method in class org.frankframework.stream.json.JsonTee
 
endArray() - Method in class org.frankframework.stream.json.JsonWriter
 
endArray() - Method in interface org.frankframework.stream.JsonEventHandler
 
endArray() - Method in class org.frankframework.stream.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.stream.xml.XmlTee
 
endCDATA() - Method in class org.frankframework.util.CompactSaxHandler
 
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.jdbc.transformer.AbstractQueryOutputTransformer
 
endDocument() - Method in class org.frankframework.stream.document.Json2XmlHandler
 
endDocument() - Method in class org.frankframework.stream.json.JsonTee
 
endDocument() - Method in class org.frankframework.stream.json.JsonWriter
 
endDocument() - Method in interface org.frankframework.stream.JsonEventHandler
 
endDocument() - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
endDocument() - Method in class org.frankframework.stream.xml.XmlTee
 
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.stream.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.NamespaceAligningFilter
 
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.jdbc.transformer.AbstractQueryOutputTransformer
 
endElement(String, String, String) - Method in class org.frankframework.stream.xml.XmlTee
 
endElement(String, String, String) - Method in class org.frankframework.util.CompactSaxHandler
 
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.stream.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.stream.document.Json2XmlHandler
 
endObject() - Method in class org.frankframework.stream.json.JsonTee
 
endObject() - Method in class org.frankframework.stream.json.JsonWriter
 
endObject() - Method in interface org.frankframework.stream.JsonEventHandler
 
endObject() - Method in class org.frankframework.stream.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.align.NamespaceAligningFilter
 
endPrefixMapping(String) - Method in class org.frankframework.stream.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.stream.ThreadConnector
 
ENDTOT - Static variable in class org.frankframework.compression.MessageZipEntry
 
ENTRY - Enum constant in enum org.frankframework.ldap.LdapSender.Manipulation
 
entrySet() - Method in class org.frankframework.stream.MessageContext
 
ENVIRONMENT - Enum constant in enum 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
 
eolArray - Variable in class org.frankframework.util.FileHandler
 
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 org.frankframework.configuration.classloaders.IConfigurationClassLoader.ReportLevel
 
ERROR - Enum constant in enum org.frankframework.core.PipeLine.ExitState
 
ERROR - Enum constant in enum org.frankframework.core.ProcessState
 
ERROR - Enum constant in enum org.frankframework.lifecycle.IbisApplicationContext.BootState
 
ERROR - Enum constant in enum org.frankframework.util.MessageKeeper.MessageKeeperLevel
 
ERROR - Enum constant in enum org.frankframework.util.RunState
 
ERROR - Enum constant in enum org.frankframework.validation.XmlValidatorErrorHandler.ReasonType
 
ErrorMessageFormatter - Class in org.frankframework.errormessageformatters
This ErrorMessageFormatter wraps an error in an XML string.
ErrorMessageFormatter() - Constructor for class org.frankframework.errormessageformatters.ErrorMessageFormatter
 
ERRORSTORAGE - Enum constant in enum 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 in org.frankframework.pipes
 
EtagHandlerPipe - Class in org.frankframework.pipes
Deprecated.
EtagHandlerPipe() - Constructor for class org.frankframework.pipes.EtagHandlerPipe
Deprecated.
 
EtagHandlerPipe.EtagAction - Enum 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 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 org.frankframework.util.RunState
 
EXCEPTION_STOPPING - Enum constant in enum 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 in object.
exceptionThrown(INamedObject, Throwable) - Method in class org.frankframework.receivers.Receiver
 
ExchangeAttachmentReference - Class in org.frankframework.filesystem
Reference to an attachment of an Exchange message, together with the ExchangeObjectReference to the mailbox from which the attachment originated.
ExchangeFileSystem - Class in org.frankframework.filesystem
Implementation of a IBasicFileSystem of an Exchange Mail Inbox.
ExchangeFileSystem() - Constructor for class org.frankframework.filesystem.ExchangeFileSystem
 
ExchangeFolderSender - Class in org.frankframework.senders
Implementation of a FileSystemSender that enables to manipulate messages in an Exchange folder.
ExchangeFolderSender() - Constructor for class org.frankframework.senders.ExchangeFolderSender
 
ExchangeMailListener - Class in org.frankframework.receivers
Microsoft Exchange Implementation of a MailListener.
ExchangeMailListener() - Constructor for class org.frankframework.receivers.ExchangeMailListener
 
ExchangeMessageReference - Class in org.frankframework.filesystem
This is a wrapper around an Exchange EmailMessage, and a reference to the mailbox from which the message was read.
ExchangeObjectReference - Class in org.frankframework.filesystem
A reference to an Exchange folder or object and its mailbox.
ExchangeObjectReference(String, String, FolderId, String) - Constructor for class org.frankframework.filesystem.ExchangeObjectReference
Create an ExchangeObjectReference for 'objectName' The staticMailAddress and defaultBaseFolderId are only used when no mailbox is found in objectName.
excludeXsds - Static variable in class org.frankframework.soap.WsdlGenerator
 
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 class org.frankframework.scheduler.job.IbisActionJob
 
execute() - Method in interface org.frankframework.scheduler.job.IJob
Actual implementation of the IJob.
execute() - Method in class org.frankframework.scheduler.job.Job
 
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) - 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.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, Guard, 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 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
 
ExecuteQueryJob() - Constructor for class org.frankframework.scheduler.job.ExecuteQueryJob
 
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, HttpServletResponse, String, String, PipeLineSession, IForwardTarget) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
executeSelectQuery(PreparedStatement, Object, Object, PipeLineSession, IForwardTarget) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
executeStatementSet(QueryExecutionContext, Message, PipeLineSession, IForwardTarget) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
executeStatementSet(QueryExecutionContext, Message, PipeLineSession, IForwardTarget) - 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
 
exists(F) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
exists(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
exists(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
exists(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
exists(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
exists(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
exists(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
exists(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
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
 
extensionEqualsIgnoreCase(String, String) - Static method in class org.frankframework.util.FileUtils
 
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
extractAttachment(A, SaxElementBuilder) - Method in interface org.frankframework.filesystem.IMailFileSystem
 
extractAttachment(MimeBodyPart, SaxElementBuilder) - Method in class org.frankframework.filesystem.ImapFileSystem
 
extractAttachment(ExchangeAttachmentReference, SaxElementBuilder) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
extractEmail(Message, SaxElementBuilder) - Method in class org.frankframework.filesystem.ImapFileSystem
 
extractEmail(M, SaxElementBuilder) - Method in interface org.frankframework.filesystem.IMailFileSystem
 
extractEmail(ExchangeMessageReference, SaxElementBuilder) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
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<F>, Map<String, Object>) - Method in class org.frankframework.filesystem.FileSystemListener
Returns the filename, or the contents
extractMessage(RawMessageWrapper<String>, Map<String, Object>) - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
extractMessage(RawMessageWrapper<String>, Map<String, Object>) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
extractMessage(RawMessageWrapper<Message>, Map<String, Object>) - Method in class org.frankframework.jms.JmsListenerBase
Extracts data from message obtained from IPullingListener.getRawMessage(Map).
extractMessage(RawMessageWrapper<M>, Map<String, Object>) - Method in interface org.frankframework.core.IListener
extractMessage(RawMessageWrapper<M>, Map<String, Object>) - Method in class org.frankframework.filesystem.MailListener
 
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
 
extractMessageBody(Message, Map<String, Object>, SoapWrapper) - Method in class org.frankframework.jms.JMSFacade
 
extractMessageProperties(F, String) - Method in class org.frankframework.filesystem.FileSystemListener
 
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.filesystem.MsalClientAdapter
 
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 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.stream.document.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 org.frankframework.util.flow.graphviz.Format
 
FileHandler - Class in org.frankframework.util
FileHandler, available as FileSender and FilePipe, allows to write to or read from a file.
FileHandler() - Constructor for class org.frankframework.util.FileHandler
 
FileHandler.TransformerAction - Interface in org.frankframework.util
The pipe supports several actions.
FileHandler.TransformerActionWithInputTypeStream - Interface in org.frankframework.util
 
FileHandler.TransformerActionWithOutputTypeStream - Interface in org.frankframework.util
 
FileLineIteratorPipe - Class in org.frankframework.pipes
Deprecated.
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
 
filename - Variable in class org.frankframework.util.FileHandler
 
FILENAME_KEY - Static variable in class org.frankframework.filesystem.FileSystemListener
 
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
 
filenameSessionKey - Variable in class org.frankframework.util.FileHandler
 
FilenameSwitch - Class in org.frankframework.pipes
Deprecated.
FilenameSwitch() - Constructor for class org.frankframework.pipes.FilenameSwitch
Deprecated.
 
FileNotFoundException - Exception in org.frankframework.filesystem
 
FileNotFoundException() - Constructor for exception org.frankframework.filesystem.FileNotFoundException
 
FileNotFoundException(String) - Constructor for exception org.frankframework.filesystem.FileNotFoundException
 
FileNotFoundException(String, Throwable) - Constructor for exception org.frankframework.filesystem.FileNotFoundException
 
FileNotFoundException(Throwable) - Constructor for exception org.frankframework.filesystem.FileNotFoundException
 
FILEPATH_KEY - Static variable in class org.frankframework.filesystem.FileSystemListener
 
FilePipe - Class in org.frankframework.pipes
Deprecated.
Please use LocalFileSystemPipe instead
FilePipe() - Constructor for class org.frankframework.pipes.FilePipe
Deprecated.
 
FileRecordListener - Class in org.frankframework.receivers
Deprecated.
FileRecordListener() - Constructor for class org.frankframework.receivers.FileRecordListener
Deprecated.
 
FileSender - Class in org.frankframework.senders
Deprecated.
FileSender() - Constructor for class org.frankframework.senders.FileSender
Deprecated.
 
fileSource - Variable in class org.frankframework.util.FileHandler
 
FileSystemActor<F,S extends IBasicFileSystem<F>> - Class in org.frankframework.filesystem
Worker class for FileSystemPipe and FileSystemSender.
FileSystemActor() - Constructor for class org.frankframework.filesystem.FileSystemActor
 
FileSystemActor.FileSystemAction - Enum in org.frankframework.filesystem
 
FileSystemBase<F> - Class in org.frankframework.filesystem
Baseclass for FileSystems.
FileSystemBase() - Constructor for class org.frankframework.filesystem.FileSystemBase
 
FileSystemException - Exception in org.frankframework.filesystem
 
FileSystemException() - Constructor for exception org.frankframework.filesystem.FileSystemException
 
FileSystemException(String) - Constructor for exception org.frankframework.filesystem.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception org.frankframework.filesystem.FileSystemException
 
FileSystemException(Throwable) - Constructor for exception org.frankframework.filesystem.FileSystemException
 
FileSystemListener<F,FS extends IBasicFileSystem<F>> - Class in org.frankframework.filesystem
listener that looks in a FileSystem for files.
FileSystemListener() - Constructor for class org.frankframework.filesystem.FileSystemListener
 
FileSystemMessageBrowser<F,FS extends IBasicFileSystem<F>> - Class in org.frankframework.filesystem
 
FileSystemMessageBrowser(FS, String, String) - Constructor for class org.frankframework.filesystem.FileSystemMessageBrowser
 
FileSystemMessageBrowsingIterator<F,FS extends IBasicFileSystem<F>> - Class in org.frankframework.filesystem
 
FileSystemMessageBrowsingIterator(FS, String, String) - Constructor for class org.frankframework.filesystem.FileSystemMessageBrowsingIterator
 
FileSystemMessageBrowsingIteratorItem<F,FS extends IBasicFileSystem<F>> - Class in org.frankframework.filesystem
 
FileSystemMessageBrowsingIteratorItem(FS, RawMessageWrapper<F>, String) - Constructor for class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
FileSystemPipe<F,FS extends IBasicFileSystem<F>> - Class in org.frankframework.filesystem
Base class for Pipes that use a FileSystem.
FileSystemPipe() - Constructor for class org.frankframework.filesystem.FileSystemPipe
 
FileSystemSender<F,FS extends IBasicFileSystem<F>> - Class in org.frankframework.filesystem
Base class for Senders that use a FileSystem.
FileSystemSender() - Constructor for class org.frankframework.filesystem.FileSystemSender
 
FileSystemSenderWithAttachments<F,A,FS extends IWithAttachments<F,A>> - Class in org.frankframework.filesystem
FileSystem Sender extension to handle Attachments.
FileSystemSenderWithAttachments() - Constructor for class org.frankframework.filesystem.FileSystemSenderWithAttachments
 
FileSystemUtils - Class in org.frankframework.filesystem
 
FileSystemUtils() - Constructor for class org.frankframework.filesystem.FileSystemUtils
 
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
 
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.
findBestReplyAddress(Map<String, Object>, String) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
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
 
findFolder(FolderId, String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
find a folder for listFiles(), getNumberOfFilesInFolder(), folderExists.
findFolder(ExchangeObjectReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
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 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
 
findNamespaceForName(String) - Method in class org.frankframework.align.ToXml
 
findNamespaceOfChildElement(XSParticle, String) - Method in class org.frankframework.align.NamespaceAligningFilter
 
findNamespaceUri() - Method in class org.frankframework.http.cxf.NamespaceUriProvider
 
FINDONE - Enum constant in enum 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
findPrefix(String) - Method in class org.frankframework.align.NamespaceAligningFilter
 
findType(XSSimpleType) - Static method in enum 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 org.frankframework.lifecycle.IbisApplicationContext.BootState
 
FIRSTHALF - Enum constant in enum 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.
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.Parameter
 
FixedQuerySender - Class in org.frankframework.jdbc
QuerySender that assumes a fixed query, possibly with attributes.
FixedQuerySender() - Constructor for class org.frankframework.jdbc.FixedQuerySender
 
FixedResult - Class in org.frankframework.pipes
Deprecated.
FixedResult() - Constructor for class org.frankframework.pipes.FixedResult
Deprecated.
 
FixedResultPipe - Class in org.frankframework.pipes
Produces a fixed result that does not depend on the input message.
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.Parameter
 
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 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 - Enum constant in enum org.frankframework.pipes.EtagHandlerPipe.EtagAction
Deprecated.
 
folderExists(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
folderExists(String) - Method in class org.frankframework.filesystem.FtpFileSystem
 
folderExists(String) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
folderExists(String) - Method in class org.frankframework.filesystem.ImapFileSystem
 
folderExists(String) - Method in class org.frankframework.filesystem.LocalFileSystem
 
folderExists(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
folderExists(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
folderExists(String) - Method in class org.frankframework.filesystem.SftpFileSystem
 
fontAdjust(double) - Method in class org.frankframework.util.flow.graphviz.Options
 
force() - Method in class org.frankframework.jta.btm.BtmDiskJournal
 
ForEachAttachmentPipe<F,A,FS extends IWithAttachments<F,A>> - Class in org.frankframework.filesystem
 
ForEachAttachmentPipe() - Constructor for class org.frankframework.filesystem.ForEachAttachmentPipe
 
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
 
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 in org.frankframework.util.flow.graphviz
 
formatErrorMessage(String, Throwable, Message, String, INamedObject, long) - Method in class org.frankframework.core.Adapter
 
formatErrorMessage(String, Throwable, Message, String, INamedObject, long) - Method in interface org.frankframework.core.IAdapter
 
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 org.frankframework.http.HttpSender.PostType
Yields a multipart/form-data form entity
FORWARD - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
(for MailFileSystems only:) forward an existing file, specified by parameter contents or input message, to a file, to an email address specified by attribute destination or parameter destination
forwardMail(Message, String) - Method in class org.frankframework.filesystem.ImapFileSystem
 
forwardMail(M, String) - Method in interface org.frankframework.filesystem.IMailFileSystem
 
forwardMail(ExchangeMessageReference, String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
FRACTION - Enum constant in enum org.frankframework.statistics.ItemList.Type
 
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
 
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!Framework Web Environment.
FrankEnvironmentInitializer() - Constructor for class org.frankframework.lifecycle.FrankEnvironmentInitializer
 
FROM_ADDRESS_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
fromFTPFile(FTPFile) - Static method in class org.frankframework.ftp.FTPFileRef
Creates a deep-copy of FTPFile
fromFTPFile(FTPFile, String) - Static method in class org.frankframework.ftp.FTPFileRef
Creates a deep-copy of FTPFile, relative to the provided folder
fromJobDef(JobDef) - Static method in class org.frankframework.scheduler.IbisJobBuilder
 
fromJson(String) - Static method in class org.frankframework.util.flow.graphviz.Options
 
fromLsEntry(ChannelSftp.LsEntry) - Static method in class org.frankframework.ftp.SftpFileRef
Creates a deep-copy of LsEntry
fromLsEntry(ChannelSftp.LsEntry, String) - Static method in class org.frankframework.ftp.SftpFileRef
Creates a deep-copy of LsEntry, relative to the provided folder
fromValue(String) - Static method in enum org.frankframework.http.rest.MediaTypes
 
FTP - Enum constant in enum org.frankframework.ftp.FtpSession.FtpType
 
FTPFileRef - Class in org.frankframework.ftp
Wrapper around a FTPFile to allow for relative path operations
FTPFileRef(String) - Constructor for class org.frankframework.ftp.FTPFileRef
Create a new file reference, strips the folder of the filename when present
FTPFileRef(String, String) - Constructor for class org.frankframework.ftp.FTPFileRef
 
FtpFileSystem - Class in org.frankframework.filesystem
Implementation of FTP and FTPs FileSystem
FtpFileSystem() - Constructor for class org.frankframework.filesystem.FtpFileSystem
 
FtpFileSystemDelegator - Interface in org.frankframework.ftp
 
FtpFileSystemListener - Class in org.frankframework.receivers
 
FtpFileSystemListener() - Constructor for class org.frankframework.receivers.FtpFileSystemListener
 
FtpFileSystemSender - Class in org.frankframework.senders
 
FtpFileSystemSender() - Constructor for class org.frankframework.senders.FtpFileSystemSender
 
FTPS_EXPLICIT_SSL - Enum constant in enum org.frankframework.ftp.FtpSession.FtpType
 
FTPS_EXPLICIT_TLS - Enum constant in enum org.frankframework.ftp.FtpSession.FtpType
 
FTPS_IMPLICIT - Enum constant in enum org.frankframework.ftp.FtpSession.FtpType
 
FtpSession - Class in org.frankframework.ftp
Base class for FTP(s) connections
FtpSession() - Constructor for class org.frankframework.ftp.FtpSession
 
FtpSession.FileType - Enum in org.frankframework.ftp
 
FtpSession.FtpType - Enum in org.frankframework.ftp
 
FtpSession.Prot - Enum in org.frankframework.ftp
 
FtpSession.TransportType - Enum in org.frankframework.ftp
 
FULL - Enum constant in enum org.frankframework.statistics.HasStatistics.Action
 
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 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(IAdapter) - Method in class org.frankframework.util.flow.FlowDiagramManager
 
GENERATE - Enum constant in enum 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) - Method in class org.frankframework.http.rest.ApiServiceDispatcher
 
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?action=fullreload) get() and isKeyInCache() are not synchronized methods and do not contain any state checking.
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.jndi.ObjectFactoryBase
 
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.jndi.ObjectFactoryBase
 
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(IAdapter) - 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 org.frankframework.http.HttpSenderBase.HttpMethod
 
GET - Enum constant in enum org.frankframework.http.rest.ApiListener.HttpMethod
 
GET - Enum constant in enum org.frankframework.pipes.EtagHandlerPipe.EtagAction
Deprecated.
 
GET_TREE - Enum constant in enum 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 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.filesystem.FileSystemActor
 
getAction() - Method in class org.frankframework.filesystem.FileSystemPipe
 
getAction() - Method in class org.frankframework.filesystem.FileSystemSender
 
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
 
getActions() - Method in class org.frankframework.util.FileHandler
 
getActive() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getActiveConfigFromDatabase(ApplicationContext, String, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
 
getAdapter() - Method in class org.frankframework.core.PipeLine
 
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(int) - Method in class org.frankframework.configuration.AdapterManager
 
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(IAdapter) - 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.IbisActionJob
 
getAdapterName() - Method in class org.frankframework.scheduler.job.DatabaseJob
 
getAdapterName() - Method in class org.frankframework.scheduler.job.IbisActionJob
 
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
 
getAdditionalAttachmentProperties(A) - Method in interface org.frankframework.filesystem.IWithAttachments
 
getAdditionalAttachmentProperties(MimeBodyPart) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getAdditionalAttachmentProperties(ExchangeAttachmentReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getAdditionalFileProperties(F) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
getAdditionalFileProperties(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getAdditionalFileProperties(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
getAdditionalFileProperties(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getAdditionalFileProperties(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getAdditionalFileProperties(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getAdditionalFileProperties(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
getAdditionalFileProperties(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
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 org.frankframework.pipes.ChecksumPipe.ChecksumType
 
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(XSElementDeclaration, JsonValue) - Method in class org.frankframework.align.Json2Xml
 
getAllNodeChildNames(XSElementDeclaration, N) - Method in class org.frankframework.align.Tree2Xml
 
getAllNodeChildNames(XSElementDeclaration, Node) - Method in class org.frankframework.align.DomTreeAligner
 
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
 
getAppConfigurationEntry(String) - Method in class org.frankframework.filesystem.smb.KerberosLoginConfiguration
 
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.Adapter
 
getApplicationContext() - Method in interface org.frankframework.core.IConfigurationAware
 
getApplicationContext() - Method in class org.frankframework.core.PipeLine
 
getApplicationContext() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getApplicationContext() - Method in class org.frankframework.filesystem.FileSystemListener
 
getApplicationContext() - Method in class org.frankframework.ftp.FtpSession
 
getApplicationContext() - Method in class org.frankframework.ftp.SftpSession
 
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.Parameter
 
getApplicationContext() - Method in class org.frankframework.pipes.AbstractPipe
 
getApplicationContext() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getApplicationContext() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getApplicationContext() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
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.util.FileHandler
 
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
 
getAttachment() - Method in class org.frankframework.filesystem.ExchangeAttachmentReference
 
getAttachmentContentType(A) - Method in interface org.frankframework.filesystem.IWithAttachments
 
getAttachmentContentType(MimeBodyPart) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getAttachmentContentType(ExchangeAttachmentReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getAttachmentFileName(A) - Method in interface org.frankframework.filesystem.IWithAttachments
 
getAttachmentFileName(MimeBodyPart) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getAttachmentFileName(ExchangeAttachmentReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getAttachmentList() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getAttachmentName(A) - Method in interface org.frankframework.filesystem.IWithAttachments
 
getAttachmentName(MimeBodyPart) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getAttachmentName(ExchangeAttachmentReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getAttachmentSessionKeys() - Method in class org.frankframework.http.WebServiceListener
 
getAttachmentSize(A) - Method in interface org.frankframework.filesystem.IWithAttachments
 
getAttachmentSize(MimeBodyPart) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getAttachmentSize(ExchangeAttachmentReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
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.filesystem.smb.SmbFileRef
 
getAttributes() - Method in class org.frankframework.xml.AttributesWrapper
 
getAttributes(XSElementDeclaration, JsonValue) - Method in class org.frankframework.align.Json2Xml
 
getAttributes(XSElementDeclaration, N) - Method in class org.frankframework.align.Map2Xml
 
getAttributes(XSElementDeclaration, N) - Method in class org.frankframework.align.ToXml
 
getAttributes(XSElementDeclaration, Properties2Xml.PropertyNode) - Method in class org.frankframework.align.Properties2Xml
 
getAttributes(XSElementDeclaration, Node) - Method in class org.frankframework.align.DomTreeAligner
 
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
 
getAttrs() - Method in class org.frankframework.ftp.SftpFileRef
 
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.filesystem.MailFileSystemBase
 
getAuthAlias() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getAuthAlias() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getAuthAlias() - Method in class org.frankframework.ftp.FtpSession
 
getAuthAlias() - Method in class org.frankframework.ftp.SftpSession
 
getAuthAlias() - Method in class org.frankframework.http.HttpSessionBase
 
getAuthAlias() - Method in class org.frankframework.http.WebServiceNtlmSender
 
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.Parameter
 
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
 
getAuthDomain() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getAuthentication() - Method in class org.frankframework.jms.JmsRealm
 
getAuthentication() - Method in class org.frankframework.jndi.JndiBase
 
getAuthenticationDomain() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
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
 
getAuthType() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getAutoreload() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getAvailableMethods(String) - Method in class org.frankframework.http.RestServiceDispatcher
 
getAverage() - Method in class org.frankframework.statistics.Basics
 
getAverage() - Method in class org.frankframework.statistics.BigBasics
 
getAverage() - Method in interface org.frankframework.statistics.IBasics
 
getAverage() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getAvg() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getBaseDN() - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
getBaseFolder() - Method in class org.frankframework.filesystem.MailFileSystemBase
 
getBaseFolderId() - Method in class org.frankframework.filesystem.ExchangeObjectReference
 
getBaseFolderId(String, String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
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.
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
 
getBeanFactory() - Method in class org.frankframework.receivers.Receiver
 
getBeanName() - Method in class org.frankframework.core.Adapter
 
getBeanNamesForType(Class<?>, boolean, boolean) - Method in class org.frankframework.configuration.Configuration
 
getBestChildElementPath(XSElementDeclaration, N, boolean) - Method in class org.frankframework.align.ToXml
 
getBestMatchingElementPath(XSElementDeclaration, N, XSParticle, List<XSParticle>, List<String>) - Method in class org.frankframework.align.ToXml
 
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
 
getBuildOutputDirectory() - Static method in class org.frankframework.util.Misc
 
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
 
getCanonicalName(F) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
getCanonicalName(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getCanonicalName(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
getCanonicalName(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getCanonicalName(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getCanonicalName(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getCanonicalName(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
getCanonicalName(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
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.filesystem.FileSystemActor
 
getCharset() - Method in class org.frankframework.filesystem.FileSystemListener
 
getCharset() - Method in class org.frankframework.http.HttpResponseHandler
 
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.ChecksumPipe
 
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(N, XSElementDeclaration) - Method in class org.frankframework.align.ToXml
 
getChildrenByName(N, XSElementDeclaration) - Method in class org.frankframework.align.Tree2Xml
 
getChildrenByName(Properties2Xml.PropertyNode, XSElementDeclaration) - Method in class org.frankframework.align.Properties2Xml
 
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 interface org.frankframework.core.IPipe
 
getChompCharSize() - Method in class org.frankframework.pipes.AbstractPipe
 
getChompCharSize() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getChompCharSize() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getChompCharSize() - Method in class org.frankframework.receivers.Receiver
 
getChompLength() - Method in class org.frankframework.util.CompactSaxHandler
 
getClaimsSet() - Method in class org.frankframework.jwt.JwtSecurityHandler
 
getClassBoundaries() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getClassCounts() - Method in class org.frankframework.statistics.StatisticsKeeper
 
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.filesystem.ExchangeFileSystem
 
getClientId() - Method in class org.frankframework.http.HttpSessionBase
 
getClientSecret() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
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 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.filesystem.FileSystemMessageBrowsingIteratorItem
 
getCommentString() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
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 interface org.frankframework.core.IAdapter
 
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.IbisLoggerConfigurationFactory
 
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.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.filesystem.ExchangeFileSystem
 
getConfigurationClassLoader() - Method in class org.frankframework.filesystem.FileSystemListener
 
getConfigurationClassLoader() - Method in class org.frankframework.ftp.FtpSession
 
getConfigurationClassLoader() - Method in class org.frankframework.ftp.SftpSession
 
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.Parameter
 
getConfigurationClassLoader() - Method in class org.frankframework.pgp.PGPAction
 
getConfigurationClassLoader() - Method in class org.frankframework.pipes.AbstractPipe
 
getConfigurationClassLoader() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getConfigurationClassLoader() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getConfigurationClassLoader() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
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.util.FileHandler
 
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
 
getConfigurationHealth(Configuration) - Method in class org.frankframework.management.bus.endpoints.HealthCheck
Returns the status of a configuration.
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.IbisActionJob
 
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.timestmap) 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.filesystem.ConnectedFileSystemBase
Get a Connection from the pool, or the global shared connection.
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.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.jndi.PoolingJndiDataSourceFactory
 
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.stream.xml.JsonXslt3XmlHandler
 
getContentHandler() - Method in class org.frankframework.stream.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.HttpResponseHandler
 
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.http.WebServiceNtlmSender
 
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 the Context.
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(String) - Method in interface org.frankframework.core.IMessageBrowser
Retrieves the message context as an iteratorItem.
getContext(String) - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
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(Message) - Method in class org.frankframework.jms.JMSFacade
 
getContext(HttpServletRequest) - Static method in class org.frankframework.util.MessageUtils
Fetch metadata from the HttpServletRequest such as Content-Length, Content-Type (mimetype + charset)
getContext(IBasicFileSystem<F>, F) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getContext(IBasicFileSystem<F>, F, String) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getContextFile() - Method in enum org.frankframework.lifecycle.SpringContextScope
 
getContextKey() - Method in class org.frankframework.parameters.Parameter
 
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.filesystem.FileSystemMessageBrowsingIteratorItem
 
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
 
getCount() - Method in class org.frankframework.statistics.Basics
 
getCount() - Method in interface org.frankframework.statistics.IBasics
 
getCount() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getCount() - Method in class org.frankframework.statistics.StatisticsKeeper
 
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.filesystem.ExchangeFileSystem
 
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 interface org.frankframework.jdbc.IDataSourceFactory
Look up a DataSource from the JNDI
getDataSource(String) - Method in class org.frankframework.jndi.JndiDataSourceFactory
 
getDataSource(String, Properties) - Method in interface org.frankframework.jdbc.IDataSourceFactory
Set the JNDI environment to use for JNDI lookups.
getDataSource(String, Properties) - Method in class org.frankframework.jndi.JndiDataSourceFactory
 
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 interface org.frankframework.jdbc.IDataSourceFactory
Return all known/registered DataSources
getDataSourceNames() - Method in class org.frankframework.jndi.JndiDataSourceFactory
 
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
 
getDateTimeReceived(EmailMessage) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getDateTimeSent(EmailMessage) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getDbmsSupport() - Method in class org.frankframework.jdbc.JdbcFacade
 
getDecimalFormatSymbols() - Method in class org.frankframework.parameters.Parameter
 
getDecimalSeparator() - Method in class org.frankframework.jdbc.XmlQuerySender.Column
 
getDecimalSeparator() - Method in class org.frankframework.parameters.Parameter
 
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 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
 
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.Parameter
 
getDefaultValueMethods() - Method in class org.frankframework.parameters.Parameter
 
getDefinition() - Method in class org.frankframework.parameters.ParameterValue
Returns the description of the parameter
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 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 interface org.frankframework.core.IAdapter
 
getDescription() - Method in class org.frankframework.scheduler.JobDef
 
getDescription() - Method in class org.frankframework.task.TimeoutGuard
 
getDestination() - Method in class org.frankframework.filesystem.FileSystemActor
 
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
 
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, Object>) - 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.pipes.MoveFilePipe
Deprecated.
 
getDirectory() - Method in class org.frankframework.pipes.UnzipPipe
 
getDirectory() - Method in class org.frankframework.pipes.UploadFilePipe
Deprecated.
 
getDirectory() - Method in class org.frankframework.util.Dir2Map
 
getDirectory() - Method in class org.frankframework.util.DirectoryCleaner
 
getDirectory() - Method in class org.frankframework.util.FileHandler
 
getDirectoryProcessedFiles() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
getDirectorySessionKey() - Method in class org.frankframework.pipes.UnzipPipe
 
getDirectorySessionKey() - Method in class org.frankframework.pipes.UploadFilePipe
Deprecated.
 
getDirectoryStream(Iterable<F>) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getDirectoryStream(Iterator<F>) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getDirectoryStream(Iterator<F>, AutoCloseable) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getDirectoryStream(Iterator<F>, Runnable) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getDirectoryStream(Iterator<F>, Supplier<IOException>) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
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.filesystem.ExchangeFileSystem
 
getDomain() - Method in class org.frankframework.filesystem.FileSystemListener
 
getDomain() - Method in class org.frankframework.filesystem.FileSystemPipe
 
getDomain() - Method in class org.frankframework.filesystem.FileSystemSender
 
getDomain() - Method in class org.frankframework.filesystem.FtpFileSystem
 
getDomain() - Method in class org.frankframework.filesystem.ImapFileSystem
 
getDomain() - Method in class org.frankframework.filesystem.LocalFileSystem
 
getDomain() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getDomain() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getDomain() - Method in class org.frankframework.filesystem.SftpFileSystem
 
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.http.WebServiceNtlmSender
 
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.JavaListener
 
getDomain() - Method in class org.frankframework.senders.IbisJavaSender
 
getDomain() - Method in class org.frankframework.senders.IbisLocalSender
 
getDomainName() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
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.stream.xml.JsonXslt3XmlReader
 
getDurationInMs(long) - Static method in class org.frankframework.util.Misc
 
getDurationThreshold() - Method in interface org.frankframework.core.IPipe
 
getDurationThreshold() - Method in class org.frankframework.pipes.AbstractPipe
 
getDurationThreshold() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getDurationThreshold() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
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 interface org.frankframework.core.IPipe
 
getElementToMove() - Method in class org.frankframework.pipes.AbstractPipe
 
getElementToMove() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getElementToMove() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getElementToMove() - Method in class org.frankframework.receivers.Receiver
 
getElementToMove() - Method in class org.frankframework.util.CompactSaxHandler
 
getElementToMoveChain() - Method in interface org.frankframework.core.IPipe
 
getElementToMoveChain() - Method in class org.frankframework.pipes.AbstractPipe
 
getElementToMoveChain() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getElementToMoveChain() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getElementToMoveChain() - Method in class org.frankframework.receivers.Receiver
 
getElementToMoveChain() - Method in class org.frankframework.util.CompactSaxHandler
 
getElementToMoveSessionKey() - Method in interface org.frankframework.core.IPipe
 
getElementToMoveSessionKey() - Method in class org.frankframework.pipes.AbstractPipe
 
getElementToMoveSessionKey() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getElementToMoveSessionKey() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
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.IfMultipart
 
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 interface org.frankframework.core.IPipe
 
getEmptyInputReplacement() - Method in class org.frankframework.pipes.AbstractPipe
 
getEmptyInputReplacement() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getEmptyInputReplacement() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
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.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.stream.xml.JsonXslt3XmlReader
 
getEnvironmentVariables(Message<?>) - Method in class org.frankframework.management.bus.endpoints.EnvironmentVariables
 
getErrorFolder() - Method in class org.frankframework.filesystem.FileSystemListener
 
getErrorHandler() - Method in class org.frankframework.stream.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 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
 
getException() - Method in class org.frankframework.stream.ContentHandlerOutputStream
 
getException() - Method in class org.frankframework.stream.JsonEventHandlerOutputStream
 
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
 
getExcludePropertiesSet() - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
getExcludeWildcard() - Method in class org.frankframework.filesystem.FileSystemActor
 
getExcludeWildcard() - Method in class org.frankframework.filesystem.FileSystemListener
 
getExcludeWildcard() - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
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
 
getExpiryDate() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
 
getExpiryDate() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
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.stream.xml.JsonXslt3XmlReader
 
getFetchDirection() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getFetchSize() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getFieldName(BodyPart) - 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
 
getFileFromAttachment(A) - Method in interface org.frankframework.filesystem.IWithAttachments
 
getFileFromAttachment(MimeBodyPart) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getFileFromAttachment(ExchangeAttachmentReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getFileInfo(FS, F, DocumentFormat) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getFileInfo(FS, F, INodeBuilder) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getFilename() - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
 
getFilename() - Method in class org.frankframework.filesystem.FileSystemActor
 
getFilename() - Method in class org.frankframework.filesystem.smb.SmbFileRef
 
getFilename() - Method in class org.frankframework.ftp.SftpFileRef
Returns the filename, not the full (relative) path
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.pipes.MoveFilePipe
Deprecated.
 
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() - Method in class org.frankframework.util.FileHandler
 
getFilename(ParameterList, PipeLineSession, File, String) - Static method in class org.frankframework.util.FileUtils
 
getFilename(ParameterList, PipeLineSession, String, String) - Static method in class org.frankframework.util.FileUtils
Construct a filename from a pattern and session variables.
getFileName() - Method in class org.frankframework.configuration.classloaders.DatabaseClassLoader
 
getFileName() - Method in class org.frankframework.ftp.FTPFileRef
Returns the filename, not the full (relative) path
getFileName(BodyPart) - Static method in class org.frankframework.http.mime.MultipartUtils
Check for the filename in the Content-Disposition header.
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
 
getFilenameSessionKey() - Method in class org.frankframework.util.FileHandler
 
getFilePattern() - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
getFilePatternSessionKey() - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
getFiles(String, String, String, long) - Static method in class org.frankframework.util.FileUtils
 
getFileSize(F) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
getFileSize(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getFileSize(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
getFileSize(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getFileSize(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getFileSize(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getFileSize(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
getFileSize(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
getFileSystem() - Method in class org.frankframework.filesystem.FileSystemListener
 
getFileSystem() - Method in class org.frankframework.filesystem.FileSystemPipe
 
getFileSystem() - Method in class org.frankframework.filesystem.FileSystemSender
 
getFileSystem() - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
getFileSystem() - Method in interface org.frankframework.filesystem.smb.Samba1FileSystemDelegator
 
getFileSystem() - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
getFileSystem() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getFileSystem() - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
getFileSystemFreeSpace() - Static method in class org.frankframework.util.Misc
 
getFileSystemTotalSpace() - Static method in class org.frankframework.util.Misc
 
getFileToProcess() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
Gets a file to process.
getFileType() - Method in class org.frankframework.ftp.FtpSession
 
getFilledArray(int, char) - Static method in class org.frankframework.util.FileUtils
create a filled array
getFilter() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
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
 
getFilteredStream(IBasicFileSystem<F>, String, String, String) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
getFind() - Method in class org.frankframework.pipes.ReplacerPipe
 
getFirst() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
getFirst() - Method in class org.frankframework.statistics.StatisticsKeeper
 
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
 
getFirstFile(File) - Static method in class org.frankframework.util.FileUtils
 
getFirstFile(String, long) - Static method in class org.frankframework.util.FileUtils
 
getFirstHeader(String) - Method in class org.frankframework.http.HttpResponseHandler
 
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
 
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
 
getFolder() - Method in class org.frankframework.filesystem.smb.SmbFileRef
 
getFolder() - Method in class org.frankframework.ftp.FTPFileRef
 
getFolder() - Method in class org.frankframework.ftp.SftpFileRef
 
getForceMessageIdAsCorrelationId() - Method in class org.frankframework.jms.JmsListenerBase
 
getForceReload() - Method in class org.frankframework.senders.ReloadSender
 
getFormatString() - Method in class org.frankframework.jdbc.XmlQuerySender.Column
 
getFormatString() - Method in class org.frankframework.parameters.Parameter
 
getForward() - Method in class org.frankframework.stream.MessageOutputStream
 
getForwardName() - Method in class org.frankframework.core.SenderResult
 
getForwardName() - Method in enum org.frankframework.pipes.IteratingPipe.StopReason
 
getForwardNameSessionKey() - Method in class org.frankframework.pipes.XmlSwitch
 
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
 
getForwards() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getForwards() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getFreeFile(File) - Static method in class org.frankframework.util.FileUtils
 
getFriendlyName() - Method in enum org.frankframework.lifecycle.SpringContextScope
 
getFrom() - Method in class org.frankframework.pipes.WsdlGeneratorPipe
 
getFrom() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getFrom(EmailMessage) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
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
 
getFtpType() - Method in class org.frankframework.ftp.FtpSession
 
getFullContentType() - Method in class org.frankframework.http.HttpSenderBase
 
getFunction() - Method in class org.frankframework.scheduler.job.Job
 
getGetInputFromFixedValue() - Method in interface org.frankframework.core.IPipe
 
getGetInputFromFixedValue() - Method in class org.frankframework.pipes.AbstractPipe
 
getGetInputFromFixedValue() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getGetInputFromFixedValue() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getGetInputFromFixedValue() - Method in class org.frankframework.senders.SenderWrapperBase
 
getGetInputFromSessionKey() - Method in interface org.frankframework.core.IPipe
 
getGetInputFromSessionKey() - Method in class org.frankframework.pipes.AbstractPipe
 
getGetInputFromSessionKey() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getGetInputFromSessionKey() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
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.jdbc.XmlQuerySender.Column
 
getGroupingSeparator() - Method in class org.frankframework.parameters.Parameter
 
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.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
 
getHeader(String) - Method in class org.frankframework.http.HttpResponseHandler
 
getHeader(Message, PipeLineSession) - Method in class org.frankframework.soap.SoapWrapper
 
getHeaderCase() - Method in class org.frankframework.pipes.CsvParserPipe
 
getHeaderElement(IXmlValidator, Set<IXSD>) - Method in class org.frankframework.soap.WsdlGenerator
 
getHeaderFields() - Method in class org.frankframework.http.HttpResponseHandler
 
getHeaderParams() - Method in class org.frankframework.http.rest.ApiListener
 
getHeaders() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getHeadersParams() - Method in class org.frankframework.http.HttpSenderBase
 
getHealth(Message<?>) - Method in class org.frankframework.management.bus.endpoints.HealthCheck
 
getHiddenInputSessionKeys() - Method in class org.frankframework.receivers.Receiver
 
getHideMethod() - Method in interface org.frankframework.core.IMessageBrowser
 
getHideMethod() - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
getHideMethod() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getHideMethod() - Method in class org.frankframework.jms.JmsMessageBrowser
 
getHideMethod() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getHideMethod() - Method in class org.frankframework.receivers.Receiver
 
getHideRegex() - Method in interface org.frankframework.core.IMessageBrowser
 
getHideRegex() - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
getHideRegex() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getHideRegex() - Method in class org.frankframework.jms.JmsMessageBrowser
 
getHideRegex() - Method in class org.frankframework.pipes.AbstractPipe
 
getHideRegex() - Method in class org.frankframework.receivers.Receiver
 
getHistogram() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
getHoldability() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getHoldFolder() - Method in class org.frankframework.filesystem.FileSystemListener
 
getHost() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
 
getHost() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
getHost() - Method in class org.frankframework.filesystem.ImapFileSystem
 
getHost() - Method in class org.frankframework.ftp.FtpSession
 
getHost() - Method in class org.frankframework.ftp.SftpSession
 
getHost() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getHost() - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
getHost() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
getHostField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getHostname() - Static method in class org.frankframework.util.Misc
 
getHttpClient() - Method in class org.frankframework.http.HttpSessionBase
 
getHttpMethod() - Method in class org.frankframework.http.HttpSenderBase
 
getIbisContext() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
Only for internal use within ClassLoaders Retrieve the IbisContext from the ClassLoader which is set when the configure method is called
getIbisContext() - Method in interface org.frankframework.configuration.IbisManager
 
getIbisContext() - Method in class org.frankframework.unmanaged.DefaultIbisManager
 
getIbisContext(ServletContext) - Static method in class org.frankframework.lifecycle.FrankApplicationInitializer
Retrieves the IbisContext from the ServletContext
getIbisManager() - Method in class org.frankframework.configuration.Configuration
 
getIbisManager() - Method in class org.frankframework.configuration.IbisContext
 
getIbisManager() - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
 
getIbisManager() - Method in class org.frankframework.scheduler.JobDef
 
getIbisStoreSummaryQuery(IDbmsSupport) - Method in class org.frankframework.management.bus.endpoints.IbisstoreSummary
 
getId() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
 
getId() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
getId() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getId() - Method in class org.frankframework.jms.MessagingSource
 
getId() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
getId() - Method in class org.frankframework.receivers.RawMessageWrapper
 
getIdField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getIdleStatistics() - Method in interface org.frankframework.core.IReceiverStatistics
 
getIdleStatistics() - Method in class org.frankframework.receivers.Receiver
Returns an iterator over the idle-statistics
getIdleStatistics(int) - Method in class org.frankframework.receivers.Receiver
 
getIfParam() - Method in class org.frankframework.pipes.FixedForwardPipe
 
getIfValue() - Method in class org.frankframework.pipes.FixedForwardPipe
 
getIgnoreUnknownNamespaces() - Method in class org.frankframework.pipes.XmlValidator
 
getIgnoreUnknownNamespaces() - Method in class org.frankframework.validation.AbstractXmlValidator
 
getImportedNamespaces() - Method in interface org.frankframework.validation.IXSD
 
getImportedNamespaces() - Method in class org.frankframework.validation.XSD
 
getImportedNamespacesToIgnore() - Method in class org.frankframework.pipes.XmlValidator
 
getImportedNamespacesToIgnore() - Method in interface org.frankframework.validation.IXSD
 
getImportedNamespacesToIgnore() - Method in class org.frankframework.validation.XSD
 
getImportedSchemaLocationsToIgnore() - Method in class org.frankframework.pipes.XmlValidator
 
getImportedSchemaLocationsToIgnore() - Method in interface org.frankframework.validation.IXSD
 
getImportedSchemaLocationsToIgnore() - Method in class org.frankframework.validation.XSD
 
getImportParent() - Method in interface org.frankframework.validation.IXSD
 
getImportParent() - Method in class org.frankframework.validation.XSD
 
getIncrement() - Method in class org.frankframework.pipes.IncreaseIntegerPipe
 
getIndent() - Method in class org.frankframework.util.TransformerPool
 
getIndentXml() - Method in class org.frankframework.senders.XsltSender
 
getIndex() - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
getIndex(String) - Method in class org.frankframework.xml.AttributesWrapper
 
getIndex(String, String) - Method in class org.frankframework.xml.AttributesWrapper
 
getIndex(String, String) - Method in class org.frankframework.xml.NamespaceRemovingAttributesWrapper
 
getIndexName() - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
getInfo() - Method in class org.frankframework.jdbc.datasource.TransactionalDbmsSupportAwareDataSourceProxy
 
getInitialContextFactoryName() - Method in class org.frankframework.jms.JmsRealm
 
getInitialContextFactoryName() - Method in class org.frankframework.jndi.JndiBase
 
getInitialContextFactoryName() - Method in class org.frankframework.ldap.LdapChallengePipe
Deprecated.
 
getInProcessFolder() - Method in class org.frankframework.filesystem.FileSystemListener
 
getInputDirectory() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
getInputFolder() - Method in class org.frankframework.filesystem.FileSystemActor
 
getInputFolder() - Method in class org.frankframework.filesystem.FileSystemListener
 
getInputFormatSessionKey() - Method in class org.frankframework.pipes.Json2XmlValidator
 
getInputSource(Message) - Method in class org.frankframework.validation.AbstractXmlValidator
 
getInputStream() - Method in class org.frankframework.http.InputStreamDataSource
 
getInputStream() - Method in class org.frankframework.stream.SerializableFileReference
 
getInputStream() - Method in class org.frankframework.util.MessageDataSource
 
getInputStream(Message, PipeLineSession) - Method in class org.frankframework.pipes.UnzipPipe
 
getInputValidator() - Method in class org.frankframework.core.PipeLine
 
getInputValidator() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getInputWrapper() - Method in class org.frankframework.core.PipeLine
 
getInputWrapper() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getInsertDate() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
 
getInsertDate() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
getInsertDate() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getInsertDate() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
getInSizeStatDummyObject() - Method in class org.frankframework.pipes.AbstractPipe
 
getInstance() - Static method in class org.frankframework.cache.IbisCacheManager
 
getInstance() - Static method in class org.frankframework.http.rest.ApiCacheManager
Get the etagCache, defaults to EhCache when no type has been specified.
getInstance() - Static method in class org.frankframework.http.rest.ApiServiceDispatcher
 
getInstance() - Static method in class org.frankframework.http.RestServiceDispatcher
 
getInstance() - Static method in class org.frankframework.jms.JmsRealmFactory
Get a hold of the singleton JmsRealmFactory
getInstance() - Static method in class org.frankframework.receivers.ServiceDispatcher
Use this method to get hold of the ServiceDispatcher
getInstance() - Static method in class org.frankframework.soap.SoapWrapper
 
getInstance() - Static method in class org.frankframework.util.AppConstants
Return the AppConstants root instance
getInstance(ClassLoader) - Static method in class org.frankframework.util.AppConstants
Retrieve an instance based on a ClassLoader.
getInstance(String) - Static method in class org.frankframework.util.TransformerPool
Deprecated.
Use Resource or UtilityInstance instead! This can/will cause memory leaks upon reloading configurations!!!
getInstance(String, int) - Static method in class org.frankframework.util.TransformerPool
Deprecated.
Use Resource or UtilityInstance instead! This can/will cause memory leaks upon reloading configurations!!!
getInstance(Resource) - Static method in class org.frankframework.util.TransformerPool
 
getInstance(Resource, int) - Static method in class org.frankframework.util.TransformerPool
 
getInstance(IThreadConnectableTransactionManager<T, R>) - Static method in class org.frankframework.jta.TransactionConnectorCoordinator
 
getInstance(IThreadConnectableTransactionManager<T, R>, Object, String) - Static method in class org.frankframework.jta.TransactionConnector
factory method, to be called from 'main' thread.
getInt(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getInt(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getInteger(String) - Method in class org.frankframework.core.PipeLineSession
Retrieves an Integer value from the PipeLineSession
getInternetAddress() - Method in class org.frankframework.senders.MailSenderBase.EMail
 
getInterpolatedPercentile(int, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
getInterpolatedPercentile(int, long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorRanked
 
getInterpolatedRank(long, long, long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorRanked
 
getInterval() - Method in interface org.frankframework.scheduler.job.IJob
 
getInterval() - Method in class org.frankframework.scheduler.JobDef
 
getIntervalAverage(Basics) - Method in class org.frankframework.statistics.Basics
 
getIntervalAverage(Basics) - Method in class org.frankframework.statistics.BigBasics
 
getIntervalAverage(MicroMeterBasics) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalAverage(MicroMeterBasics.MicroMeterSnapshot) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalAverage(S) - Method in interface org.frankframework.statistics.IBasics
 
getIntervalCount(Basics) - Method in class org.frankframework.statistics.Basics
 
getIntervalCount(MicroMeterBasics) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalCount(MicroMeterBasics.MicroMeterSnapshot) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalCount(S) - Method in interface org.frankframework.statistics.IBasics
 
getIntervalItemCount() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getIntervalItemName(int) - Method in class org.frankframework.statistics.StatisticsKeeper
 
getIntervalItemType(int) - Method in class org.frankframework.statistics.StatisticsKeeper
 
getIntervalItemValue(int) - Method in class org.frankframework.statistics.StatisticsKeeper
 
getIntervalMax(Basics) - Method in class org.frankframework.statistics.Basics
 
getIntervalMax(MicroMeterBasics.MicroMeterSnapshot) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalMax(S) - Method in interface org.frankframework.statistics.IBasics
 
getIntervalMin(Basics) - Method in class org.frankframework.statistics.Basics
 
getIntervalMin(MicroMeterBasics.MicroMeterSnapshot) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalMin(S) - Method in interface org.frankframework.statistics.IBasics
 
getIntervalSum(Basics) - Method in class org.frankframework.statistics.Basics
 
getIntervalSum(Basics) - Method in class org.frankframework.statistics.BigBasics
 
getIntervalSum(MicroMeterBasics) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalSum(MicroMeterBasics.MicroMeterSnapshot) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalSum(S) - Method in interface org.frankframework.statistics.IBasics
 
getIntervalSumOfSquares(Basics) - Method in class org.frankframework.statistics.Basics
 
getIntervalSumOfSquares(Basics) - Method in class org.frankframework.statistics.BigBasics
 
getIntervalSumOfSquares(MicroMeterBasics) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalSumOfSquares(MicroMeterBasics.MicroMeterSnapshot) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalSumOfSquares(S) - Method in interface org.frankframework.statistics.IBasics
 
getIntervalValue() - Method in class org.frankframework.statistics.CounterStatistic
 
getIntervalVariance(Basics) - Method in class org.frankframework.statistics.Basics
 
getIntervalVariance(Basics) - Method in class org.frankframework.statistics.BigBasics
 
getIntervalVariance(MicroMeterBasics) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalVariance(MicroMeterBasics.MicroMeterSnapshot) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getIntervalVariance(S) - Method in interface org.frankframework.statistics.IBasics
 
getInvalidRootNamespaces() - Method in class org.frankframework.pipes.XmlValidator
 
getIssuerSessionKey() - Method in class org.frankframework.pipes.CrlPipe
 
getItem(String) - Static method in class org.frankframework.util.GlobalListItem
Get an item by Name.
getItem(IDataIterator<I>) - Method in class org.frankframework.pipes.IteratingPipe
 
getItem(IDataIterator<String>) - Method in class org.frankframework.pipes.StreamLineIteratorPipe
 
getItemCount() - Method in class org.frankframework.statistics.Basics
 
getItemCount() - Method in interface org.frankframework.statistics.ItemList
 
getItemCount() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getItemCount() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getItemIndex(String) - Method in class org.frankframework.statistics.StatisticsKeeper
 
getItemName(int) - Method in class org.frankframework.statistics.Basics
 
getItemName(int) - Method in interface org.frankframework.statistics.ItemList
 
getItemName(int) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getItemName(int) - Method in class org.frankframework.statistics.StatisticsKeeper
 
getItemNoSessionKey() - Method in class org.frankframework.pipes.IteratingPipe
 
getItemType(int) - Method in class org.frankframework.statistics.Basics
 
getItemType(int) - Method in interface org.frankframework.statistics.ItemList
 
getItemType(int) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getItemType(int) - Method in class org.frankframework.statistics.StatisticsKeeper
 
getItemValue(int) - Method in class org.frankframework.statistics.Basics
 
getItemValue(int) - Method in class org.frankframework.statistics.BigBasics
 
getItemValue(int) - Method in interface org.frankframework.statistics.ItemList
 
getItemValue(int) - Method in class org.frankframework.statistics.MicroMeterBasics
 
getItemValue(int) - Method in class org.frankframework.statistics.StatisticsKeeper
 
getItemValueFormatted(ItemList, int) - Static method in class org.frankframework.statistics.ItemUtil
 
getIterator() - Method in interface org.frankframework.core.IMessageBrowser
Gets an enumeration of messages.
getIterator() - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
getIterator() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getIterator() - Method in class org.frankframework.jms.JmsMessageBrowser
 
getIterator(Date, Date, IMessageBrowser.SortOrder) - Method in interface org.frankframework.core.IMessageBrowser
 
getIterator(Date, Date, IMessageBrowser.SortOrder) - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
getIterator(Date, Date, IMessageBrowser.SortOrder) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getIterator(Date, Date, IMessageBrowser.SortOrder) - Method in class org.frankframework.jms.JmsMessageBrowser
 
getIterator(IDbmsSupport, Connection, ResultSet) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
getIterator(IDbmsSupport, Connection, ResultSet) - Method in class org.frankframework.jdbc.LobLineIteratingPipeBase
 
getIterator(IDbmsSupport, Connection, ResultSet) - Method in class org.frankframework.jdbc.ResultSetIteratingPipe
 
getIterator(Message, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.compression.ZipIteratorPipe
 
getIterator(Message, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
getIterator(Message, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
getIterator(Message, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.pipes.IteratingPipe
 
getIterator(Message, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.pipes.StreamLineIteratorPipe
 
getJar() - Method in class org.frankframework.configuration.BuildInfoValidator
 
getJavaListener() - Method in class org.frankframework.scheduler.job.SendMessageJob
 
getJavaListener() - Method in class org.frankframework.senders.IbisLocalSender
 
getJavaListenerSessionKey() - Method in class org.frankframework.senders.IbisLocalSender
 
getJdbcInfo(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ExecuteJdbcQuery
 
getJmsConnector() - Method in class org.frankframework.jms.PushingJmsListener
 
getJmsContainer() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
getJmsMessage(String) - Method in class org.frankframework.jms.JmsMessageBrowser
 
getJMSMessageID() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getJmsMessagingSource() - Method in class org.frankframework.jms.JMSFacade
 
getJmsRealm() - Method in class org.frankframework.pipes.DomainTransformerPipe
 
getJmsRealm() - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
 
getJmsRealm(String) - Method in class org.frankframework.jms.JmsRealmFactory
Get a requested JmsRealm with the given name, null is returned if no realm under given name
getJmsRealmName() - Method in class org.frankframework.jndi.JndiBase
 
getJMSTimestamp() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getJndiAuthAlias() - Method in class org.frankframework.jms.JmsRealm
 
getJndiAuthAlias() - Method in class org.frankframework.jndi.JndiBase
 
getJndiContextPrefix() - Method in class org.frankframework.jms.JmsRealm
 
getJndiContextPrefix() - Method in class org.frankframework.jndi.JndiBase
 
getJndiEnv() - Method in class org.frankframework.jndi.JndiBase
 
getJndiEnv(Set) - Method in class org.frankframework.ldap.LdapClient
 
getJndiProperties() - Method in class org.frankframework.jms.JmsRealm
 
getJndiProperties() - Method in class org.frankframework.jndi.JndiBase
 
getJobClass() - Method in enum org.frankframework.scheduler.JobDefFunctions
Should never return NULL
getJobDef() - Method in class org.frankframework.scheduler.IbisJobDetail
 
getJobDetail() - Method in interface org.frankframework.scheduler.job.IJob
 
getJobDetail() - Method in class org.frankframework.scheduler.JobDef
 
getJobDetail(String) - Method in class org.frankframework.scheduler.SchedulerHelper
 
getJobDetail(String, String) - Method in class org.frankframework.scheduler.SchedulerHelper
 
getJobGroup() - Method in interface org.frankframework.scheduler.job.IJob
The group of the Job, used in combination with Name to create a unique key.
getJobGroup() - Method in class org.frankframework.scheduler.JobDef
 
getJobGroupNamesWithJobsToXml(Scheduler, IbisManager) - Method in class org.frankframework.scheduler.SchedulerAdapter
Get all jobgroups, jobs within this group, the jobdetail and the associated triggers in XML format.
getJobMessages(IJob) - Method in class org.frankframework.scheduler.SchedulerAdapter
 
getJobRunStatistics(IJob) - Method in class org.frankframework.scheduler.SchedulerAdapter
 
getJobTriggers(List<? extends Trigger>) - Method in class org.frankframework.scheduler.SchedulerAdapter
 
getJobType() - Method in class org.frankframework.scheduler.IbisJobDetail
 
getJsFileName() - Method in class org.frankframework.senders.JavascriptSender
 
getJsFunctionName() - Method in class org.frankframework.senders.JavascriptSender
 
getJsonRootValidations(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
 
getJsonSchema() - Method in class org.frankframework.pipes.JsonValidator
 
getJsonValidator(PipeLine, boolean) - Static method in class org.frankframework.http.rest.ApiServiceDispatcher
 
getJwksUrl() - Method in class org.frankframework.http.rest.ApiListener
 
getJwtHeader() - Method in class org.frankframework.http.rest.ApiListener
 
getJwtProcessor() - Method in class org.frankframework.jwt.JwtValidator
 
getJwtValidator() - Method in class org.frankframework.http.rest.ApiListener
 
getKdc() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getKey() - Method in enum org.frankframework.configuration.SuppressKeys
 
getKey() - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
getKey(String) - Method in class org.frankframework.pipes.StringIteratorPipe
 
getKeyField() - Method in class org.frankframework.jdbc.JdbcListener
 
getKeyField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getKeyFieldType() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getKeyFromRawMessage(RawMessageWrapper<M>) - Method in class org.frankframework.jdbc.JdbcListener
 
getKeyInputSessionKey() - Method in class org.frankframework.cache.CacheAdapterBase
 
getKeyInputSessionKey() - Method in class org.frankframework.cache.RemoveCacheKeyPipe
 
getKeyManagerAlgorithm() - Method in interface org.frankframework.encryption.HasKeystore
 
getKeyManagerAlgorithm() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getKeyManagerAlgorithm() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getKeyManagerAlgorithm() - Method in class org.frankframework.ftp.FtpSession
 
getKeyManagerAlgorithm() - Method in class org.frankframework.http.HttpSessionBase
 
getKeyManagerAlgorithm() - Method in class org.frankframework.pipes.SignaturePipe
 
getKeyManagerAlgorithm() - Method in class org.frankframework.senders.SendGridSender
 
getKeyNamespaceDefs() - Method in class org.frankframework.cache.CacheAdapterBase
 
getKeyNamespaceDefs() - Method in class org.frankframework.cache.RemoveCacheKeyPipe
 
getKeySource(URL) - Method in class org.frankframework.jwt.JwtValidator
 
getKeystore() - Method in interface org.frankframework.encryption.HasKeystore
 
getKeystore() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getKeystore() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getKeystore() - Method in class org.frankframework.ftp.FtpSession
 
getKeystore() - Method in class org.frankframework.http.HttpSessionBase
 
getKeystore() - Method in class org.frankframework.pipes.SignaturePipe
 
getKeystore() - Method in class org.frankframework.senders.SendGridSender
 
getKeystoreAlias() - Method in interface org.frankframework.encryption.HasKeystore
 
getKeystoreAlias() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getKeystoreAlias() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getKeystoreAlias() - Method in class org.frankframework.ftp.FtpSession
 
getKeystoreAlias() - Method in class org.frankframework.http.HttpSessionBase
 
getKeystoreAlias() - Method in class org.frankframework.pipes.SignaturePipe
 
getKeystoreAlias() - Method in class org.frankframework.senders.SendGridSender
 
getKeystoreAliasAuthAlias() - Method in interface org.frankframework.encryption.HasKeystore
 
getKeystoreAliasAuthAlias() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getKeystoreAliasAuthAlias() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getKeystoreAliasAuthAlias() - Method in class org.frankframework.ftp.FtpSession
 
getKeystoreAliasAuthAlias() - Method in class org.frankframework.http.HttpSessionBase
 
getKeystoreAliasAuthAlias() - Method in class org.frankframework.pipes.SignaturePipe
 
getKeystoreAliasAuthAlias() - Method in class org.frankframework.senders.SendGridSender
 
getKeystoreAliasPassword() - Method in interface org.frankframework.encryption.HasKeystore
 
getKeystoreAliasPassword() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getKeystoreAliasPassword() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getKeystoreAliasPassword() - Method in class org.frankframework.ftp.FtpSession
 
getKeystoreAliasPassword() - Method in class org.frankframework.http.HttpSessionBase
 
getKeystoreAliasPassword() - Method in class org.frankframework.pipes.SignaturePipe
 
getKeystoreAliasPassword() - Method in class org.frankframework.senders.SendGridSender
 
getKeystoreAuthAlias() - Method in interface org.frankframework.encryption.HasKeystore
 
getKeystoreAuthAlias() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getKeystoreAuthAlias() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getKeystoreAuthAlias() - Method in class org.frankframework.ftp.FtpSession
 
getKeystoreAuthAlias() - Method in class org.frankframework.http.HttpSessionBase
 
getKeystoreAuthAlias() - Method in class org.frankframework.pipes.SignaturePipe
 
getKeystoreAuthAlias() - Method in class org.frankframework.senders.SendGridSender
 
getKeystorePassword() - Method in interface org.frankframework.encryption.HasKeystore
 
getKeystorePassword() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getKeystorePassword() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getKeystorePassword() - Method in class org.frankframework.ftp.FtpSession
 
getKeystorePassword() - Method in class org.frankframework.http.HttpSessionBase
 
getKeystorePassword() - Method in class org.frankframework.pipes.SignaturePipe
 
getKeystorePassword() - Method in class org.frankframework.senders.SendGridSender
 
getKeystoreType() - Method in interface org.frankframework.encryption.HasKeystore
 
getKeystoreType() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getKeystoreType() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getKeystoreType() - Method in class org.frankframework.ftp.FtpSession
 
getKeystoreType() - Method in class org.frankframework.http.HttpSessionBase
 
getKeystoreType() - Method in class org.frankframework.pipes.SignaturePipe
 
getKeystoreType() - Method in class org.frankframework.senders.SendGridSender
 
getKeyStyleSheet() - Method in class org.frankframework.cache.CacheAdapterBase
 
getKeyStyleSheet() - Method in class org.frankframework.cache.RemoveCacheKeyPipe
 
getKeyXPath() - Method in class org.frankframework.cache.CacheAdapterBase
 
getKeyXPath() - Method in class org.frankframework.cache.RemoveCacheKeyPipe
 
getKeyXPathOutputType() - Method in class org.frankframework.cache.CacheAdapterBase
 
getKeyXPathOutputType() - Method in class org.frankframework.cache.RemoveCacheKeyPipe
 
getLabel() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
 
getLabel() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
getLabel() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getLabel() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
getLabelField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getLabelField() - Method in class org.frankframework.pipes.DomainTransformerPipe
 
getLabelNamespaceDefs() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getLabelNamespaceDefs() - Method in class org.frankframework.receivers.Receiver
 
getLabels() - Static method in class org.frankframework.statistics.StatisticsKeeper
 
getLabelStyleSheet() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getLabelStyleSheet() - Method in class org.frankframework.receivers.Receiver
 
getLabelXPath() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getLabelXPath() - Method in class org.frankframework.receivers.Receiver
 
getLast() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
getLast() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getLastExitIsTimeoutDate(String) - Method in class org.frankframework.core.Adapter
 
getLastHit() - Method in class org.frankframework.monitoring.Monitor
 
getLastMessageDate() - Method in class org.frankframework.core.Adapter
retrieve the date and time of the last message.
getLastMessageDate() - Method in class org.frankframework.receivers.Receiver
 
getLastMessageDateDate() - Method in class org.frankframework.core.Adapter
 
getLastMessageProcessingState() - Method in class org.frankframework.core.Adapter
 
getLastModified(HttpServletRequest) - Method in class org.frankframework.lifecycle.WebContentServlet
 
getLastModifiedDelta() - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
getLastModifiedDelta(File) - Static method in class org.frankframework.util.FileUtils
 
getLastPollFinishedTime() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
getLCharacters() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getLdapProviderURL() - Method in class org.frankframework.ldap.LdapChallengePipe
Deprecated.
 
getLdapProviderURL() - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
getLdapProviderURL() - Method in class org.frankframework.ldap.LdapSender
 
getLength() - Method in class org.frankframework.xml.AttributesWrapper
 
getLevel() - Method in class org.frankframework.management.bus.endpoints.UpdateLogDefinitions.LogDefinitionDAO
 
getLimit() - Method in class org.frankframework.mongodb.MongoDbSender
 
getLimit(ParameterValueList) - Method in class org.frankframework.mongodb.MongoDbSender
 
getLineLength() - Method in class org.frankframework.pipes.Base64Pipe
 
getLinePrefix() - Method in class org.frankframework.pipes.StringIteratorPipe
 
getLineSeparator() - Method in class org.frankframework.pipes.Base64Pipe
 
getLineSeparatorSymbol() - Method in class org.frankframework.pipes.ReplacerPipe
Sets the string the representation in find and replace of the line separator.
getLineSuffix() - Method in class org.frankframework.pipes.StringIteratorPipe
 
getLinkMethod() - Method in class org.frankframework.jms.JmsSender
 
getLinkMethod() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getList() - Method in class org.frankframework.util.Dir2Map
 
getListener() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getListener() - Method in class org.frankframework.pipes.PostboxRetrieverPipe
Deprecated.
 
getListener() - Method in class org.frankframework.receivers.Receiver
 
getListener() - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
 
getListener(String) - Static method in class org.frankframework.receivers.JavaListener
Returns JavaListener registered under the given name
getListener(String) - Method in class org.frankframework.receivers.ServiceDispatcher
 
getListenerContainer() - Method in class org.frankframework.receivers.Receiver
 
getListenerNames() - Static method in class org.frankframework.receivers.JavaListener
 
getListenerPortConnector() - Method in interface org.frankframework.core.IPortConnectedListener
 
getListenerPortConnector() - Method in class org.frankframework.jms.PushingJmsListener
 
getListeners(IAdapter) - Static method in class org.frankframework.soap.WsdlGeneratorUtils
 
getListFromNames(String[]) - Static method in class org.frankframework.util.FileUtils
 
getListFromNames(String, char) - Static method in class org.frankframework.util.FileUtils
 
getLoaded() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getLoadedConfiguration() - Method in class org.frankframework.configuration.Configuration
 
getLocalName() - Method in class org.frankframework.align.AlignmentContext
 
getLocalName(int) - Method in class org.frankframework.xml.AttributesWrapper
 
getLocalResource(String) - Method in class org.frankframework.configuration.classloaders.BytesClassLoader
 
getLocalResource(String) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
getLocalResource(String) - Method in class org.frankframework.configuration.classloaders.DirectoryClassLoader
 
getLocalResource(String) - Method in class org.frankframework.configuration.classloaders.DummyClassLoader
 
getLocalResource(String) - Method in class org.frankframework.configuration.classloaders.WebAppClassLoader
The name that's being requested should only contain the BasePath of the configuration when set.
getLocatedMessage(Locator, String) - Static method in exception org.frankframework.xml.SaxException
 
getLocation(String) - Method in class org.frankframework.soap.WsdlGenerator
 
getLocker() - Method in interface org.frankframework.core.IPipe
 
getLocker() - Method in class org.frankframework.core.PipeLine
 
getLocker() - Method in class org.frankframework.pipes.AbstractPipe
 
getLocker() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getLocker() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getLocker() - Method in interface org.frankframework.scheduler.job.IJob
 
getLocker() - Method in class org.frankframework.scheduler.JobDef
 
getLockerInfo(String) - Method in class org.frankframework.util.Locker
 
getLockWait() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getLockWaitTimeout() - Method in class org.frankframework.util.Locker
 
getLog(Class) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2LogService
 
getLogCategory() - Method in class org.frankframework.senders.LogSender
 
getLogConfiguration(Message<?>) - Method in class org.frankframework.management.bus.endpoints.UpdateLogSettings
 
getLogDefinitions(LoggerContext) - Method in class org.frankframework.management.bus.endpoints.UpdateLogDefinitions
 
getLogDirectory(Message<?>) - Method in class org.frankframework.lifecycle.ShowLogDirectory
The actual action that is performed when calling the bus with the LOGGING topic.
getLogFolder() - Method in class org.frankframework.filesystem.FileSystemListener
 
getLogger(Class<?>) - Static method in class org.frankframework.util.LogUtil
 
getLogger(Object) - Static method in class org.frankframework.util.LogUtil
 
getLogger(String) - Static method in class org.frankframework.util.LogUtil
 
getLoggersAndDefinitions(Message<?>) - Method in class org.frankframework.management.bus.endpoints.UpdateLogDefinitions
 
getLogIntermediaryResults() - Method in class org.frankframework.pipes.AbstractPipe
 
getLoginTimeout() - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
getLogLevel() - Method in class org.frankframework.senders.LogSender
 
getLogPrefix() - Method in class org.frankframework.cache.CacheAdapterBase
 
getLogPrefix() - Method in class org.frankframework.http.HttpSenderBase
Returns the true name of the class and not XsltPipe$$EnhancerBySpringCGLIB$$563e6b5d.
getLogPrefix() - Method in class org.frankframework.http.WebServiceListener
 
getLogPrefix() - Method in class org.frankframework.http.WebServiceSender
 
getLogPrefix() - Method in class org.frankframework.jdbc.JdbcFacade
 
getLogPrefix() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getLogPrefix() - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
getLogPrefix() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getLogPrefix() - Method in class org.frankframework.jms.JMSFacade
 
getLogPrefix() - Method in class org.frankframework.jms.MessagingSource
 
getLogPrefix() - Method in class org.frankframework.monitoring.Monitor
 
getLogPrefix() - Method in class org.frankframework.receivers.Receiver
 
getLogPrefix() - Method in class org.frankframework.scheduler.JobDef
 
getLogPrefix() - Method in class org.frankframework.senders.SenderBase
Returns the true name of the class and not XsltPipe$$EnhancerBySpringCGLIB$$563e6b5d.
getLogPrefix() - Method in class org.frankframework.senders.SenderWrapperBase
 
getLogPrefix() - Method in class org.frankframework.senders.XmlValidatorSender
 
getLogPrefix() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
getLogPrefix() - Method in class org.frankframework.util.Locker
 
getLogPrefix(String) - Method in class org.frankframework.http.cxf.MessageProvider
 
getLogPrefix(String) - Method in class org.frankframework.http.cxf.SOAPProviderBase
Add log prefix to make it easier to debug
getLogPrefix(ICorrelatedPullingListener<M>, PipeLineSession) - Method in class org.frankframework.processors.CoreListenerProcessor
 
getLogPrefix(PipeLineSession) - Method in class org.frankframework.util.FileHandler
 
getLogPrefix(PipeLineSession) - Method in class org.frankframework.validation.AbstractXmlValidator
 
getLogPrefix(IJob) - Method in class org.frankframework.scheduler.BaseJob
 
getLogPrefix(JobExecutionContext) - Method in class org.frankframework.scheduler.BaseJob
 
getLogWriter() - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
getLong(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getLong(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getMagic() - Method in class org.frankframework.stream.Message
Reads the first 10k of a message.
getMagic(int) - Method in class org.frankframework.stream.Message
Reads the first N bytes message, specified by parameter readLimit.
getMailAddress() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getMailAddress() - Method in class org.frankframework.filesystem.ExchangeMessageReference
 
getMailbox() - Method in class org.frankframework.filesystem.ExchangeObjectReference
 
getMailboxObjectSeparator() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getMailFolder() - Method in class org.frankframework.filesystem.ExchangeAttachmentReference
 
getMailFolder() - Method in class org.frankframework.filesystem.ExchangeMessageReference
 
getManagedConnectionFactory() - Method in class org.frankframework.jms.JMSFacade
 
getManagedConnectionFactory() - Method in class org.frankframework.jms.MessagingSource
Retrieve the 'original' ConnectionFactory, used by the console (to get the Tibco QCF) in order to display queue message count.
getMandatoryKnownStates() - Static method in enum org.frankframework.core.ProcessState
 
getManipulationSubject() - Method in class org.frankframework.ldap.LdapSender
 
getMatchingValue(AlignmentContext, String) - Method in class org.frankframework.align.SubstitutionNode
 
getMax() - Method in class org.frankframework.statistics.Basics
 
getMax() - Method in interface org.frankframework.statistics.IBasics
 
getMax() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getMax() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getMaxChildThreads() - Method in class org.frankframework.pipes.IteratingPipe
 
getMaxCommentLength() - Method in class org.frankframework.jdbc.JdbcTableListener
 
getMaxConcurrentThreads() - Method in class org.frankframework.senders.ParallelSenders
 
getMaxConnections() - Method in class org.frankframework.http.HttpSessionBase
 
getMaxConnections() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getMaxDeliveries() - Method in class org.frankframework.receivers.Receiver
 
getMaxElementsInMemory() - Method in class org.frankframework.cache.EhCache
 
getMaxElementsOnDisk() - Method in class org.frankframework.cache.EhCache
 
getMaxEntriesReturned() - Method in class org.frankframework.ldap.LdapSender
 
getMaxExecuteRetries() - Method in class org.frankframework.http.HttpSessionBase
 
getMaxIdle() - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
getMaxIdleTime() - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
getMaxIdleTime() - Method in class org.frankframework.jta.btm.BtmDataSourceFactory
 
getMaxIdleTime() - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
getMaxInclusiveString() - Method in class org.frankframework.parameters.Parameter
 
getMaxItems() - Method in class org.frankframework.pipes.IteratingPipe
 
getMaxLength() - Static method in class org.frankframework.logging.IbisMaskingLayout
 
getMaxLength() - Method in class org.frankframework.parameters.Parameter
 
getMaxLifeTime() - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
getMaxLifeTime() - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
getMaxMessages() - Method in class org.frankframework.util.MessageBrowsingFilter
 
getMaxNumberOfMessagesToList() - Method in class org.frankframework.filesystem.FileSystemBase
 
getMaxPoolSize() - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
getMaxPoolSize() - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
getMaxPoolSize() - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
getMaxRecordsSessionKey() - Method in class org.frankframework.jdbc.ResultSet2FileSender
 
getMaxRetries() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getMaxRetries() - Method in class org.frankframework.receivers.Receiver
 
getMaxRows() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getMaxSessions() - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
getMaxSize() - Method in class org.frankframework.util.SizeLimitedVector
 
getMaxThreadCount() - Method in interface org.frankframework.core.IThreadCountControllable
 
getMaxThreadCount() - Method in class org.frankframework.jms.PushingJmsListener
 
getMaxThreadCount() - Method in class org.frankframework.receivers.PullingListenerContainer
 
getMaxThreadCount() - Method in class org.frankframework.receivers.Receiver
 
getMaxThreadCount() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
getMaxThreads() - Method in interface org.frankframework.core.IPipe
Indicates the maximum number of threads that may call doPipe() simultaneously.
getMaxThreads() - Method in class org.frankframework.core.PipeLine
 
getMaxThreads() - Method in class org.frankframework.pipes.AbstractPipe
 
getMaxThreads() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getMaxThreads() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getMediaType() - Method in class org.frankframework.http.mime.MessageContentBody
 
getMediaType() - Method in class org.frankframework.util.flow.DotFlowGenerator
 
getMediaType() - Method in class org.frankframework.util.flow.FlowDiagramManager
 
getMediaType() - Method in class org.frankframework.util.flow.GraphvizJsFlowGenerator
 
getMediaType() - Method in interface org.frankframework.util.flow.IFlowGenerator
 
getMediaType() - Method in class org.frankframework.util.flow.MermaidFlowGenerator
 
getMediaTypeFromName(String) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
 
getMemoryStoreEvictionPolicy() - Method in class org.frankframework.cache.EhCache
 
getMessage() - Method in class org.frankframework.filesystem.ExchangeMessageReference
 
getMessage() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
getMessage() - Method in class org.frankframework.receivers.MessageWrapper
 
getMessage() - Method in class org.frankframework.scheduler.job.SendMessageJob
 
getMessage() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getMessage(int) - Method in class org.frankframework.util.MessageKeeper
Get a message by number
getMessage(String) - Method in interface org.frankframework.core.ITransactionalStorage
Retrieves and deletes the message.
getMessage(String) - Method in class org.frankframework.core.PipeLineSession
Retrieves the value associated with the specified key and returns it as a Message object.
getMessage(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getMessage(String) - Method in class org.frankframework.jms.JmsTransactionalStorage
 
getMessage(ICorrelatedPullingListener<M>, String, PipeLineSession) - Method in class org.frankframework.processors.CoreListenerProcessor
 
getMessage(ICorrelatedPullingListener<M>, String, PipeLineSession) - Method in interface org.frankframework.processors.ListenerProcessor
 
getMessageBrowser(ProcessState) - Method in interface org.frankframework.core.IProvidesMessageBrowsers
returns a browser of messages that are in ProcessState 'state', and are stored in a storage managed by the listener itself (as opposed to a storage configured as a messageLog or errorStorage in the configuration).
getMessageBrowser(ProcessState) - Method in class org.frankframework.filesystem.FileSystemListener
 
getMessageBrowser(ProcessState) - Method in class org.frankframework.jdbc.JdbcTableListener
 
getMessageBrowser(ProcessState) - Method in class org.frankframework.jdbc.MessageStoreListener
 
getMessageBrowser(ProcessState) - Method in class org.frankframework.receivers.Receiver
 
getMessageById(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
 
getMessageClass() - Method in class org.frankframework.jms.JMSFacade
 
getMessageConsumer(Session, Destination) - Method in class org.frankframework.jms.JMSFacade
Create a MessageConsumer, on a specific session and for a specific destination.
getMessageConsumer(Session, Destination, String) - Method in class org.frankframework.jms.JMSFacade
Create a MessageConsumer.
getMessageConsumerForCorrelationId(Session, Destination, String) - Method in class org.frankframework.jms.JMSFacade
Gets a MessageConsumer object for either Topics or Queues.
getMessageCount() - Method in interface org.frankframework.core.IMessageBrowser
 
getMessageCount() - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
getMessageCount() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getMessageCount() - Method in class org.frankframework.jms.JmsMessageBrowser
 
getMessageCount() - Method in class org.frankframework.management.bus.dto.StorageItemsDTO
 
getMessageCountQuery - Variable in class org.frankframework.jdbc.JdbcMessageBrowser
 
getMessageDate() - Method in class org.frankframework.util.MessageKeeperMessage
 
getMessageField() - Method in class org.frankframework.jdbc.JdbcListener
 
getMessageField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getMessageFieldType() - Method in class org.frankframework.jdbc.JdbcListener
 
getMessageFieldType() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getMessageId() - Method in class org.frankframework.core.PipeLineSession
 
getMessageIdField() - Method in class org.frankframework.jdbc.JdbcListener
 
getMessageIdHeader() - Method in class org.frankframework.http.rest.ApiListener
 
getMessageIdPropertyKey() - Method in class org.frankframework.filesystem.FileSystemListener
 
getMessageKeeper() - Method in class org.frankframework.core.Adapter
the MessageKeeper is for keeping the last messageKeeperSize messages available, for instance for displaying it in the webcontrol
getMessageKeeper() - Method in interface org.frankframework.core.IAdapter
The messagekeeper is used to keep the last x messages, relevant to display in the web-functions.
getMessageKeeper() - Method in class org.frankframework.lifecycle.MessageEventListener
Get MessageKeeper for the application.
getMessageKeeper() - Method in interface org.frankframework.scheduler.job.IJob
 
getMessageKeeper() - Method in class org.frankframework.scheduler.JobDef
 
getMessageKeeper(String) - Method in class org.frankframework.lifecycle.MessageEventListener
Get MessageKeeper for a specific configuration.
getMessageKeeperMessage() - Method in class org.frankframework.configuration.ConfigurationMessageEvent
 
getMessageKeeperMessage() - Method in class org.frankframework.lifecycle.ApplicationMessageEvent
 
getMessageKeeperSize() - Method in class org.frankframework.core.Adapter
 
getMessageLevel() - Method in class org.frankframework.util.MessageKeeperMessage
 
getMessageLog() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getMessageLog() - Method in class org.frankframework.receivers.Receiver
 
getMessageProducer(Session, Destination) - Method in class org.frankframework.jms.JMSFacade
 
getMessageProperties(PipeLineSession) - Method in class org.frankframework.jms.JmsListenerBase
Set additional message headers/properties on the JMS response, read after message has been processed!
getMessageRoot() - Method in interface org.frankframework.core.IXmlValidator
 
getMessageRoot() - Method in class org.frankframework.pipes.XmlValidator
 
getMessageRoot() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getMessageRoot() - Method in class org.frankframework.soap.SoapValidator
 
getMessageRoot(boolean) - Method in class org.frankframework.pipes.XmlValidator
 
getMessages() - Method in class org.frankframework.management.bus.dto.StorageItemsDTO
 
getMessageSelector() - Method in class org.frankframework.jms.JMSFacade
 
getMessageSizeWarnByDefault() - Static method in class org.frankframework.util.Misc
 
getMessageSizeWarnNum() - Method in class org.frankframework.core.PipeLine
 
getMessagesReceived() - Method in class org.frankframework.receivers.Receiver
get the number of messages received by this receiver.
getMessagesRejected() - Method in class org.frankframework.receivers.Receiver
Get the number of messages rejected (discarded or put in errorStorage).
getMessagesRetried() - Method in class org.frankframework.receivers.Receiver
get the number of duplicate messages received this receiver.
getMessageText() - Method in class org.frankframework.util.MessageKeeperMessage
 
getMessageText(RawMessageWrapper<?>, IListener) - Static method in class org.frankframework.util.MessageBrowsingUtil
 
getMessageTimeToLive() - Method in class org.frankframework.jms.JMSFacade
 
getMessageType() - Method in class org.frankframework.filesystem.FileSystemListener
 
getMessageType() - Method in class org.frankframework.jms.JmsSender
 
getMessageType() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getMessagingSource() - Method in class org.frankframework.jms.JMSFacade
 
getMessagingSource(String, String, boolean) - Method in class org.frankframework.jms.MessagingSourceFactory
 
getMessagingSourceFactory() - Method in class org.frankframework.jms.JMSFacade
 
getMessagingSourceMap() - Method in class org.frankframework.jms.JmsMessagingSourceFactory
 
getMessagingSourceMap() - Method in class org.frankframework.jms.MessagingSourceFactory
 
getMetaData() - Method in class org.frankframework.jdbc.datasource.TransactionalDbmsSupportAwareDataSourceProxy
 
getMetaData() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getMethod() - Method in class org.frankframework.http.HttpReport
 
getMethod() - Method in class org.frankframework.http.RestListener
 
getMethod() - Method in class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
 
getMethod(URI, Message, ParameterValueList) - Method in class org.frankframework.http.HttpSender
Returns HttpRequestBase, with (optional) RAW or as BINAIRY content
getMethod(URI, Message, ParameterValueList, PipeLineSession) - Method in class org.frankframework.filesystem.MsalClientAdapter
 
getMethod(URI, Message, ParameterValueList, PipeLineSession) - Method in class org.frankframework.http.HttpSender
 
getMethod(URI, Message, ParameterValueList, PipeLineSession) - Method in class org.frankframework.http.HttpSenderBase
Custom implementation to create a HttpRequest object.
getMethod(URI, Message, ParameterValueList, PipeLineSession) - Method in class org.frankframework.http.WebServiceSender
 
getMethodConfig(String, String) - Method in class org.frankframework.http.RestServiceDispatcher
 
getMethods() - Method in class org.frankframework.http.rest.ApiDispatchConfig
 
getMethods() - Method in class org.frankframework.http.rest.ApiListener
 
getMigrationChanges(Message<?>) - Method in class org.frankframework.management.bus.endpoints.DatabaseMigrator
 
getMimeContent(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getMimeContent(M) - Method in interface org.frankframework.filesystem.IMailFileSystem
 
getMimeContent(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getMimeType() - Method in class org.frankframework.http.mime.MessageContentBody
 
getMimeType() - Method in enum org.frankframework.http.rest.MediaTypes
Returns the MimeType without any parameters (such as charset)
getMimeType() - Method in class org.frankframework.senders.MailSenderBase.MailAttachmentBase
 
getMimeType(String) - Method in enum org.frankframework.http.rest.MediaTypes
 
getMimeType(Message) - Static method in class org.frankframework.util.MessageUtils
Returns the MimeType if present in the MessageContext.
getMin() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
getMin() - Method in class org.frankframework.statistics.Basics
 
getMin() - Method in interface org.frankframework.statistics.IBasics
 
getMin() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getMin() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getMinIdle() - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
getMinInclusiveString() - Method in class org.frankframework.parameters.Parameter
 
getMinLength() - Method in class org.frankframework.parameters.Parameter
 
getMinPoolSize() - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
getMinPoolSize() - Method in class org.frankframework.jta.btm.BtmDataSourceFactory
 
getMinStableTime() - Method in class org.frankframework.filesystem.FileSystemListener
 
getMinStableTime() - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
getMode() - Method in class org.frankframework.parameters.Parameter
 
getModificationTime(F) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
getModificationTime(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getModificationTime(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
getModificationTime(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getModificationTime(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getModificationTime(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getModificationTime(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
getModificationTime(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
getMongoClient(String) - Method in interface org.frankframework.mongodb.IMongoClientFactory
Look up a MongoClient from the JNDI
getMongoClient(String) - Method in class org.frankframework.mongodb.JndiMongoClientFactory
 
getMongoClient(String) - Method in class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
getMongoClient(String, Properties) - Method in interface org.frankframework.mongodb.IMongoClientFactory
Set the JNDI environment to use for JNDI lookups.
getMongoClient(String, Properties) - Method in class org.frankframework.mongodb.JndiMongoClientFactory
 
getMongoClient(String, Properties) - Method in class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
getMongoClientFactory() - Method in class org.frankframework.mongodb.MongoDbSender
 
getMongoClients() - Method in interface org.frankframework.mongodb.IMongoClientFactory
Return all known/registered MongoClients
getMongoClients() - Method in class org.frankframework.mongodb.JndiMongoClientFactory
 
getMongoClients() - Method in class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
getMonitor() - Method in class org.frankframework.monitoring.Trigger
 
getMonitor(int) - Method in class org.frankframework.monitoring.MonitorManager
 
getMonitors() - Method in class org.frankframework.monitoring.MonitorManager
 
getMonitors(Message<?>) - Method in class org.frankframework.management.bus.endpoints.Monitoring
 
getMoreMessageString() - Static method in class org.frankframework.logging.IbisMaskingLayout
 
getMove2dir() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getMove2dirAfterError() - Method in class org.frankframework.pipes.FileLineIteratorPipe
Deprecated.
 
getMove2dirAfterTransform() - Method in class org.frankframework.pipes.FileLineIteratorPipe
Deprecated.
 
getMove2file() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getMove2fileSessionKey() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getMsgLogger(IAdapter) - Static method in class org.frankframework.util.LogUtil
Must be called during configure after setName has been set!
getMsgLogger(IAdapter, INamedObject) - Static method in class org.frankframework.util.LogUtil
Must be called during configure after setName has been set!
getMtomContentTransferEncoding() - Method in class org.frankframework.http.HttpSender
 
getMultipart() - Method in class org.frankframework.http.mime.MultipartEntity
 
getMultipartBodyName() - Method in class org.frankframework.http.rest.ApiListener
 
getMultipartXmlSessionKey() - Method in class org.frankframework.http.HttpSender
 
getMultipartXmlSessionKey() - Method in class org.frankframework.http.WebServiceListener
 
getMultipartXmlSessionKey() - Method in class org.frankframework.pipes.StreamPipe
 
getMultipleOccurringChildElements() - Method in class org.frankframework.align.XmlAligner
 
getName() - Method in class org.frankframework.align.content.JsonDocumentContainer
 
getName() - Method in class org.frankframework.align.content.JsonElementContainer
 
getName() - Method in class org.frankframework.cache.CacheAdapterBase
 
getName() - Method in class org.frankframework.collection.Collection
 
getName() - Method in class org.frankframework.configuration.BuildInfoValidator
 
getName() - Method in class org.frankframework.configuration.Configuration
 
getName() - Method in class org.frankframework.core.Adapter
 
getName() - Method in class org.frankframework.core.DummyNamedObject
 
getName() - Method in interface org.frankframework.core.IConfigurationAware
 
getName() - Method in interface org.frankframework.core.IForwardTarget
The part of the object that identifies its destination: The name of the Pipe or the path of the PipeLineExit.
getName() - Method in class org.frankframework.core.PipeForward
 
getName() - Method in class org.frankframework.core.PipeLine
 
getName() - Method in class org.frankframework.core.PipeLineExit
 
getName() - Method in enum org.frankframework.core.ProcessState
 
getName() - Method in class org.frankframework.core.Resource
 
getName() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getName() - Method in class org.frankframework.filesystem.FileSystemListener
 
getName() - Method in class org.frankframework.filesystem.smb.SmbFileRef
Returns the canonical name inclusive file path when present
getName() - Method in class org.frankframework.ftp.FTPFileRef
Returns the canonical name inclusive file path when present
getName() - Method in class org.frankframework.ftp.FtpSession
 
getName() - Method in class org.frankframework.ftp.SftpFileRef
Returns the canonical name inclusive file path when present
getName() - Method in class org.frankframework.ftp.SftpSession
 
getName() - Method in class org.frankframework.http.HttpServletBase
 
getName() - Method in class org.frankframework.http.HttpSessionBase
 
getName() - Method in class org.frankframework.http.InputStreamDataSource
 
getName() - Method in class org.frankframework.http.PushingListenerAdapter
 
getName() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
getName() - Method in class org.frankframework.jdbc.XmlQuerySender.Column
 
getName() - Method in class org.frankframework.jndi.JndiBase
 
getName() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getName() - Method in class org.frankframework.management.bus.dto.MonitorDTO
 
getName() - Method in class org.frankframework.management.bus.dto.ProcessStateDTO
 
getName() - Method in class org.frankframework.management.bus.endpoints.SecurityItems.SecurityRolesDTO
 
getName() - Method in class org.frankframework.management.bus.endpoints.UpdateLogDefinitions.LogDefinitionDAO
 
getName() - Method in class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
 
getName() - Method in class org.frankframework.monitoring.Monitor
 
getName() - Method in class org.frankframework.monitoring.MonitorDestinationBase
 
getName() - Method in class org.frankframework.parameters.Parameter
 
getName() - Method in class org.frankframework.parameters.ParameterValue
Returns the name of the parameter
getName() - Method in class org.frankframework.pipes.AbstractPipe
 
getName() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getName() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getName() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
getName() - Method in class org.frankframework.receivers.JavaListener
 
getName() - Method in class org.frankframework.receivers.Receiver
 
getName() - Method in interface org.frankframework.scheduler.job.IJob
The name of the Job, used in combination with JobGroup to create a unique key.
getName() - Method in class org.frankframework.scheduler.JobDef
 
getName() - Method in class org.frankframework.senders.FileSender
Deprecated.
 
getName() - Method in class org.frankframework.senders.MailSenderBase.EMail
 
getName() - Method in class org.frankframework.senders.MailSenderBase.MailAttachmentBase
 
getName() - Method in class org.frankframework.senders.SenderBase
 
getName() - Method in class org.frankframework.senders.XmlValidatorSender
 
getName() - Method in class org.frankframework.soap.WsdlGenerator
 
getName() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getName() - Method in class org.frankframework.util.GlobalListItem
 
getName() - Method in class org.frankframework.util.MessageDataSource
 
getName() - Method in class org.frankframework.validation.AbstractXmlValidator
 
getName(F) - Method in interface org.frankframework.filesystem.IBasicFileSystem
Get a string representation of an identification of a file.
getName(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getName(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
getName(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getName(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getName(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getName(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
getName(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
getNamesFromArray(String[], char) - Static method in class org.frankframework.util.FileUtils
 
getNamesFromList(List<String>, char) - Static method in class org.frankframework.util.FileUtils
 
getNamespace() - Method in interface org.frankframework.validation.IXSD
 
getNamespace() - Method in class org.frankframework.validation.XSD
 
getNamespaceClause(String) - Static method in class org.frankframework.util.XmlUtils
 
getNamespaceDefs() - Method in class org.frankframework.http.WebServiceSender
 
getNamespaceDefs() - Method in class org.frankframework.parameters.Parameter
 
getNamespaceDefs() - Method in class org.frankframework.pipes.IteratingPipe
 
getNamespaceDefs() - Method in class org.frankframework.pipes.XmlIf
 
getNamespaceDefs() - Method in class org.frankframework.pipes.XmlSwitch
 
getNamespaceDefs() - Method in class org.frankframework.pipes.XsltPipe
 
getNamespaceDefs() - Method in class org.frankframework.senders.XsltSender
 
getNamespaceMap(String) - Static method in class org.frankframework.util.XmlUtils
 
getNamespacePrefix(String) - Method in class org.frankframework.align.ToXml
 
getNamespaces() - Method in enum org.frankframework.soap.SoapVersion
 
getNamespaceSet() - Method in class org.frankframework.validation.ValidationContext
 
getNCharacterStream(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getNCharacterStream(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getNClob(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getNClob(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getNextIndex(String, int, boolean) - Static method in class org.frankframework.util.NameComparatorBase
 
getNodeChildrenByName(JsonValue, XSElementDeclaration) - Method in class org.frankframework.align.Json2Xml
 
getNodeChildrenByName(N, XSElementDeclaration) - Method in class org.frankframework.align.Tree2Xml
 
getNodeChildrenByName(Node, XSElementDeclaration) - Method in class org.frankframework.align.DomTreeAligner
 
getNodeName(Node) - Method in class org.frankframework.align.DomTreeAligner
 
getNodeNamespaceURI(N) - Method in class org.frankframework.align.ToXml
return namespace of node, if known.
getNodeNamespaceURI(Node) - Method in class org.frankframework.align.DomTreeAligner
 
getNodeText(XSElementDeclaration, JsonValue) - Method in class org.frankframework.align.Json2Xml
 
getNodeText(XSElementDeclaration, N) - Method in class org.frankframework.align.Tree2Xml
 
getNodeText(XSElementDeclaration, Node) - Method in class org.frankframework.align.DomTreeAligner
 
getNoNamespaceSchemaLocation() - Method in class org.frankframework.pipes.XmlValidator
 
getNotFoundForwardName() - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
getNotFoundForwardName() - Method in class org.frankframework.pipes.FilenameSwitch
Deprecated.
 
getNotFoundForwardName() - Method in class org.frankframework.pipes.GetPrincipalPipe
 
getNotFoundForwardName() - Method in class org.frankframework.pipes.XmlSwitch
 
getNotInRoleForwardName() - Method in class org.frankframework.pipes.IsUserInRolePipe
 
getNString(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getNString(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getNullValue() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getNullValue() - Method in class org.frankframework.util.DB2DocumentWriter
Get the presentation of a Null value
getNullValue() - Method in class org.frankframework.util.DB2XMLWriter
Get the presentation of a Null value
getNumberOfAttempts() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getNumberOfBackups() - Method in class org.frankframework.filesystem.FileSystemActor
 
getNumberOfBackups() - Method in class org.frankframework.filesystem.FileSystemListener
 
getNumberOfBackups() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getNumberOfFilesInFolder(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getNumberOfFilesInFolder(String) - Method in class org.frankframework.filesystem.FileSystemBase
 
getNumberOfFilesInFolder(String) - Method in class org.frankframework.filesystem.FtpFileSystem
 
getNumberOfFilesInFolder(String) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
getNumberOfFilesInFolder(String) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getNumberOfFilesInFolder(String) - Method in class org.frankframework.filesystem.SftpFileSystem
 
getNumberOfMessages() - Method in class org.frankframework.management.bus.dto.ProcessStateDTO
 
getNumbers() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getNumOfDigits() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getNumOfLCharacters() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getNumOfMessagesInError() - Method in class org.frankframework.core.Adapter
The number of messages for which processing ended unsuccessfully.
getNumOfMessagesInProcess() - Method in class org.frankframework.core.Adapter
 
getNumOfMessagesProcessed() - Method in class org.frankframework.core.Adapter
Total of messages processed
getNumOfMessagesStartProcessingByHour() - Method in class org.frankframework.core.Adapter
 
getNumOfSigns() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getNumOfUCharacters() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getNumPercentiles() - Method in class org.frankframework.statistics.percentiles.MicroMeterPercentileEstimator
 
getNumPercentiles() - Method in interface org.frankframework.statistics.percentiles.PercentileEstimator
 
getNumPercentiles() - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
getNumRetries() - Method in class org.frankframework.util.Locker
 
getNumThreads() - Method in class org.frankframework.receivers.Receiver
 
getNumThreads() - Method in class org.frankframework.scheduler.JobDef
 
getNumThreadsPolling() - Method in class org.frankframework.receivers.Receiver
 
getObject() - Method in class org.frankframework.metrics.MetricsRegistryFactoryBean
 
getObject(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getObject(int, Class<T>) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getObject(int, Map<String, Class<?>>) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getObject(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getObject(String, Class<T>) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getObject(String, Map<String, Class<?>>) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getObjectId() - Method in class org.frankframework.stream.Message
Returns the message identifier and which resource class it represents
getObjectId() - Method in class org.frankframework.util.Locker
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.frankframework.jndi.TomcatJndiProxy
 
getObjectName() - Method in class org.frankframework.configuration.digester.DigesterRuleBase
Returns the name of the object.
getObjectName() - Method in class org.frankframework.filesystem.ExchangeObjectReference
 
getObjectName(Object, String) - Method in class org.frankframework.jmx.JmxNamingStrategy
 
getObjectType() - Method in interface org.frankframework.core.CanUseSharedResource
Used to validate the expected type so now unexpected ClassCastExceptions can occur.
getObjectType() - Method in class org.frankframework.http.HttpSenderBase
 
getObjectType() - Method in class org.frankframework.metrics.MetricsRegistryFactoryBean
 
getOmitXmlDeclaration() - Method in class org.frankframework.senders.XsltSender
 
getOmitXmlDeclaration() - Method in class org.frankframework.util.TransformerPool
 
getOnError() - Method in class org.frankframework.receivers.Receiver
Currently, this feature is only implemented for IPushingListeners, like Tibco and SAP.
getOnlyIfSessionKey() - Method in class org.frankframework.pipes.FixedForwardPipe
 
getOnlyIfValue() - Method in class org.frankframework.pipes.FixedForwardPipe
 
getOnlyPropertiesSet() - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
getOpenApiSpec(Message<?>) - Method in class org.frankframework.management.bus.endpoints.WebServices
 
getOperation() - Method in class org.frankframework.ldap.LdapSender
 
getOperationId() - Method in class org.frankframework.http.rest.ApiListener
 
getOrCompute(String, ThrowingFunction<String, Definition, ConfigurationException>) - Method in class org.frankframework.core.SharedWsdlDefinitions
 
getOrder() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getOrder() - Method in class org.frankframework.lifecycle.CustomPropertySourcePostProcessor
 
getOrderField() - Method in class org.frankframework.jdbc.JdbcTableListener
 
getOriginalConfiguration() - Method in class org.frankframework.configuration.Configuration
 
getOriginalId() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
 
getOriginalId() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
getOriginalId() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getOriginalId() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
getOriginalReference() - Method in class org.frankframework.filesystem.ExchangeObjectReference
 
getOriginalSenderName() - Method in class org.frankframework.senders.ShadowSender
 
getOutputDirectory() - Method in class org.frankframework.pipes.CompressPipe
 
getOutputFormat() - Method in class org.frankframework.filesystem.FileSystemActor
 
getOutputFormat() - Method in class org.frankframework.filesystem.FileSystemListener
 
getOutputFormat() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getOutputFormat() - Method in class org.frankframework.mongodb.MongoDbSender
 
getOutputFormat() - Method in class org.frankframework.pipes.Json2XmlValidator
 
getOutputFormat(PipeLineSession, boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
 
getOutputFormatSessionKey() - Method in class org.frankframework.pipes.Json2XmlValidator
 
getOutputMethod() - Method in class org.frankframework.util.TransformerPool
 
getOutputMethod() - Method in enum org.frankframework.util.TransformerPool.OutputType
 
getOutputNamespace() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getOutputSoapBody() - Method in class org.frankframework.soap.SoapValidator
 
getOutputStream() - Method in class org.frankframework.http.InputStreamDataSource
 
getOutputStream() - Method in class org.frankframework.util.MessageDataSource
 
getOutputType() - Method in class org.frankframework.pipes.IteratingPipe
 
getOutputType() - Method in class org.frankframework.senders.XsltSender
 
getOutputValidator() - Method in class org.frankframework.core.PipeLine
 
getOutputValidator() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getOutputWrapper() - Method in class org.frankframework.core.PipeLine
 
getOutputWrapper() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getOutSizeStatDummyObject() - Method in class org.frankframework.pipes.AbstractPipe
 
getOverride(XSElementDeclaration, JsonValue) - Method in class org.frankframework.align.Json2Xml
 
getOverride(XSElementDeclaration, N) - Method in class org.frankframework.align.Tree2Xml
 
getOverride(AlignmentContext) - Method in class org.frankframework.align.OverridesMap
 
getOverride(AlignmentContext) - Method in interface org.frankframework.align.SubstitutionProvider
 
getOwner() - Method in class org.frankframework.core.PipeLine
 
getOwner() - Method in class org.frankframework.validation.AbstractXmlValidator
 
getPackageContent() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getParameter() - Method in class org.frankframework.jdbc.XmlQuerySender.Column
 
getParameter(int) - Method in class org.frankframework.parameters.ParameterList
 
getParameterList() - Method in interface org.frankframework.core.IWithParameters
 
getParameterList() - Method in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
 
getParameterList() - Method in class org.frankframework.http.HttpSenderBase
return the Parameters
getParameterList() - Method in class org.frankframework.jdbc.JdbcSenderBase
 
getParameterList() - Method in class org.frankframework.jdbc.MessageStoreSender
 
getParameterList() - Method in class org.frankframework.jdbc.QueryExecutionContext
 
getParameterList() - Method in class org.frankframework.jms.JmsListenerBase
return the Parameters
getParameterList() - Method in class org.frankframework.jms.JmsSender
 
getParameterList() - Method in class org.frankframework.ldap.LdapSender
 
getParameterList() - Method in class org.frankframework.parameters.Parameter
 
getParameterList() - Method in class org.frankframework.pipes.AbstractPipe
return the Parameters
getParameterList() - Method in class org.frankframework.pipes.XsltPipe
 
getParameterList() - Method in class org.frankframework.senders.FileSender
Deprecated.
 
getParameterList() - Method in class org.frankframework.senders.SenderWithParametersBase
return the Parameters
getParameterList() - Method in class org.frankframework.senders.XmlValidatorSender
 
getParameterName() - Method in exception org.frankframework.core.ParameterException
 
getParameterOverriddenAttributeValue(ParameterValueList, String, int) - Method in class org.frankframework.senders.SenderWithParametersBase
 
getParameterOverriddenAttributeValue(ParameterValueList, String, String) - Method in class org.frankframework.senders.SenderWithParametersBase
 
getParameters() - Method in class org.frankframework.http.cxf.SoapProviderServlet
 
getParametersToSkipWhenEmpty() - Method in class org.frankframework.http.HttpSenderBase
 
getParameterValue(int) - Method in class org.frankframework.parameters.ParameterValueList
 
getParameterValue(String) - Method in class org.frankframework.parameters.ParameterValueList
Deprecated.
getParameterValue(ParameterValueList, String) - Method in class org.frankframework.pipes.FixedForwardPipe
 
getParameterValueList(Message, PipeLineSession) - Method in class org.frankframework.collection.CollectorPipeBase
 
getParameterValueList(Message, PipeLineSession) - Method in class org.frankframework.senders.SenderWithParametersBase
 
getParent() - Method in class org.frankframework.align.AlignmentContext
 
getParent() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getParentCacheKey(ApiListener, String, ApiListener.HttpMethod) - Static method in class org.frankframework.http.rest.ApiCacheManager
 
getParentContext() - Method in class org.frankframework.mongodb.JsonDocumentWriter.Context
 
getParentFolder(F) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
getParentFolder(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getParentFolder(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
getParentFolder(SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getParentFolder(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getParentFolder(SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getParentFolder(FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
getParentFolder(SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
getParentLocation() - Method in interface org.frankframework.validation.IXSD
 
getParentLocation() - Method in class org.frankframework.validation.XSD
 
getParentLogger() - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
getPassword() - Method in class org.frankframework.filesystem.MailFileSystemBase
 
getPassword() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getPassword() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getPassword() - Method in class org.frankframework.ftp.FtpSession
 
getPassword() - Method in class org.frankframework.ftp.SftpSession
 
getPassword() - Method in class org.frankframework.http.HttpSessionBase
 
getPassword() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getPassword() - Method in class org.frankframework.jdbc.JdbcFacade
 
getPassword() - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
getPassword() - Method in class org.frankframework.parameters.Parameter
 
getPassword() - Method in class org.frankframework.senders.MailSenderBase
 
getPassword() - Method in class org.frankframework.util.CredentialFactory
 
getPath() - Method in class org.frankframework.core.PipeForward
 
getPath() - Method in class org.frankframework.stream.SerializableFileReference
 
getPath() - Method in class org.frankframework.validation.RootValidation
 
getPathLength() - Method in class org.frankframework.validation.RootValidation
 
getPattern() - Method in class org.frankframework.configuration.digester.DigesterRule
The digester rule's pattern.
getPattern() - Method in class org.frankframework.parameters.Parameter
 
getPatternClients() - Method in class org.frankframework.http.rest.ApiServiceDispatcher
 
getPeekQuery() - Method in class org.frankframework.jdbc.JdbcListener
 
getPercentage(int) - Method in class org.frankframework.statistics.percentiles.MicroMeterPercentileEstimator
 
getPercentage(int) - Method in interface org.frankframework.statistics.percentiles.PercentileEstimator
 
getPercentage(int) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
getPercentileEstimate(int, long, long, long) - Method in class org.frankframework.statistics.percentiles.MicroMeterPercentileEstimator
 
getPercentileEstimate(int, long, long, long) - Method in interface org.frankframework.statistics.percentiles.PercentileEstimator
 
getPercentileEstimate(int, long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
getPercentileEstimate(int, long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorRanked
 
getPeriod() - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
getPeriod() - Method in interface org.frankframework.monitoring.ITrigger
 
getPeriod() - Method in class org.frankframework.monitoring.Trigger
 
getPersonalization() - Method in class org.frankframework.senders.SendGridSender.GridMailSession
 
getPhase() - Method in interface org.frankframework.core.SharedResource
By default give this the lowest Phase, so it's started first and stopped last.
getPhysicalDestinationName() - Method in interface org.frankframework.core.HasPhysicalDestination
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.FileSystemListener
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.FileSystemPipe
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.FileSystemSender
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.FtpFileSystem
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.ImapFileSystem
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.LocalFileSystem
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.MailFileSystemBase
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getPhysicalDestinationName() - Method in class org.frankframework.filesystem.SftpFileSystem
 
getPhysicalDestinationName() - Method in class org.frankframework.http.HttpListener
Deprecated.
 
getPhysicalDestinationName() - Method in class org.frankframework.http.HttpSenderBase
 
getPhysicalDestinationName() - Method in class org.frankframework.http.rest.ApiListener
 
getPhysicalDestinationName() - Method in class org.frankframework.http.RestListener
 
getPhysicalDestinationName() - Method in class org.frankframework.http.WebServiceListener
 
getPhysicalDestinationName() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getPhysicalDestinationName() - Method in class org.frankframework.jdbc.JdbcFacade
Returns the name and location of the database that this objects operates on.
getPhysicalDestinationName() - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
getPhysicalDestinationName() - Method in class org.frankframework.jdbc.JdbcTableListener
 
getPhysicalDestinationName() - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
getPhysicalDestinationName() - Method in class org.frankframework.jms.JMSFacade
 
getPhysicalDestinationName() - Method in class org.frankframework.mongodb.MongoDbSender
 
getPhysicalDestinationName() - Method in class org.frankframework.pipes.Json2XmlValidator
 
getPhysicalDestinationName() - Method in class org.frankframework.receivers.JavaListener
 
getPhysicalDestinationName() - Method in class org.frankframework.senders.IbisJavaSender
 
getPhysicalDestinationName() - Method in class org.frankframework.senders.IbisLocalSender
 
getPhysicalDestinationShortName() - Method in class org.frankframework.jms.JMSFacade
 
getPhysicalDestinationShortName(boolean) - Method in class org.frankframework.jms.JMSFacade
 
getPhysicalName() - Method in class org.frankframework.jms.MessagingSource
 
getPipe(int) - Method in class org.frankframework.core.PipeLine
 
getPipe(String) - Method in class org.frankframework.core.PipeLine
 
getPipeByName(Adapter, String) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
 
getPipeForward() - Method in class org.frankframework.core.PipeRunResult
 
getPipeInError() - Method in exception org.frankframework.core.PipeRunException
 
getPipeLine() - Method in class org.frankframework.core.Adapter
 
getPipeLine() - Method in interface org.frankframework.core.IAdapter
 
getPipeLine() - Method in class org.frankframework.pipes.AbstractPipe
 
getPipeLineExits() - Method in class org.frankframework.core.PipeLine
 
getPipeLineSize() - Method in class org.frankframework.core.PipeLine
 
getPipeNameInError() - Method in exception org.frankframework.core.PipeStartException
Get the name of the pipe in error.
getPipeRunResult() - Method in class org.frankframework.stream.MessageOutputStream
 
getPipes() - Method in class org.frankframework.core.PipeLine
 
getPipeSizeStatistics(INamedObject) - Method in class org.frankframework.core.PipeLine
 
getPipeSizeStatistics(IPipe) - Method in class org.frankframework.core.PipeLine
 
getPipeStatistics(INamedObject) - Method in class org.frankframework.core.PipeLine
 
getPipeWaitingStatistics(IPipe) - Method in class org.frankframework.core.PipeLine
 
getPollGuardInterval() - Method in class org.frankframework.jms.PushingJmsListener
 
getPollInterval() - Method in class org.frankframework.receivers.Receiver
 
getPool() - Method in class org.frankframework.jdbc.datasource.OpenManagedDataSource
 
getPool() - Method in class org.frankframework.jdbc.datasource.OpenPoolingDataSource
 
getPort() - Method in class org.frankframework.filesystem.ImapFileSystem
 
getPort() - Method in class org.frankframework.ftp.FtpSession
 
getPort() - Method in class org.frankframework.ftp.SftpSession
 
getPort() - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
getPosition() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
getPostType() - Method in class org.frankframework.http.HttpSender
 
getPrefix() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getPrefix() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getPrefix() - Method in class org.frankframework.xml.PrefixMapping
 
getPreparseResult(PipeLineSession) - Method in class org.frankframework.validation.XercesXmlValidator
 
getPresumedTimeOutInterval() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getPrincipal() - Method in class org.frankframework.core.AllowAllSecurityHandler
 
getPrincipal() - Method in interface org.frankframework.core.ISecurityHandler
 
getPrincipal() - Method in class org.frankframework.http.cxf.WebServiceContextSecurityHandler
 
getPrincipal() - Method in class org.frankframework.http.HttpSecurityHandler
 
getPrincipal() - Method in class org.frankframework.jms.JmsRealm
 
getPrincipal() - Method in class org.frankframework.jndi.JndiBase
 
getPrincipal() - Method in class org.frankframework.jwt.JwtSecurityHandler
 
getPrincipalNameClaim() - Method in class org.frankframework.http.rest.ApiListener
 
getPrincipalNameClaim() - Method in class org.frankframework.jwt.JwtSecurityHandler
 
GetPrincipalPipe - Class in org.frankframework.pipes
Returns the name of the user executing the request.
GetPrincipalPipe() - Constructor for class org.frankframework.pipes.GetPrincipalPipe
 
getPriority() - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2LogService
 
getPriority() - Method in class org.frankframework.jms.JmsSender
 
getPrivateKey(HasKeystore, String) - Static method in class org.frankframework.encryption.PkiUtil
 
getPrivateKeyAuthAlias() - Method in class org.frankframework.ftp.SftpSession
 
getPrivateKeyPassword() - Method in class org.frankframework.ftp.SftpSession
 
getProcessedFolder() - Method in class org.frankframework.filesystem.FileSystemListener
 
getProcessResultCacheSize() - Method in class org.frankframework.receivers.Receiver
 
getProcessStateFromName(String) - Static method in enum org.frankframework.core.ProcessState
 
getProcessStatistics() - Method in interface org.frankframework.core.IReceiverStatistics
 
getProcessStatistics() - Method in class org.frankframework.receivers.Receiver
Returns an iterator over the process-statistics
getProcessStatistics(int) - Method in class org.frankframework.receivers.Receiver
 
getProcessStores(Message<?>) - Method in class org.frankframework.management.bus.endpoints.InlineStorage
 
getProduces() - Method in class org.frankframework.http.rest.ApiListener
 
getProduces() - Method in class org.frankframework.http.RestListener
 
getProjectBaseDir() - Static method in class org.frankframework.util.Misc
 
getProperties() - Method in class org.frankframework.jta.narayana.NarayanaConfigurationBean
 
getProperties() - Method in class org.frankframework.senders.MailSender
 
getProperty(String) - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase
 
getProperty(String) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
getProt() - Method in class org.frankframework.ftp.FtpSession
 
getProtocol() - Method in class org.frankframework.encryption.AuthSSLContextFactory
 
getProtocol() - Method in enum org.frankframework.ftp.FtpSession.FtpType
 
getProvider() - Method in class org.frankframework.pipes.SignaturePipe
 
getProviderURL() - Method in class org.frankframework.jms.JmsRealm
 
getProviderURL() - Method in class org.frankframework.jndi.JndiBase
 
getProxiedDestinationNames() - Method in class org.frankframework.jms.JMSFacade
 
getProxyAuthAlias() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getProxyAuthAlias() - Method in class org.frankframework.ftp.SftpSession
 
getProxyAuthAlias() - Method in class org.frankframework.http.HttpSessionBase
 
getProxyCredentials() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getProxyDomain() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getProxyHost() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getProxyHost() - Method in class org.frankframework.ftp.FtpSession
 
getProxyHost() - Method in class org.frankframework.ftp.SftpSession
 
getProxyHost() - Method in class org.frankframework.http.HttpSessionBase
 
getProxyHost() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getProxyPassword() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getProxyPassword() - Method in class org.frankframework.ftp.SftpSession
 
getProxyPassword() - Method in class org.frankframework.http.HttpSessionBase
 
getProxyPort() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getProxyPort() - Method in class org.frankframework.ftp.FtpSession
 
getProxyPort() - Method in class org.frankframework.ftp.SftpSession
 
getProxyPort() - Method in class org.frankframework.http.HttpSessionBase
 
getProxyPort() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getProxyRealm() - Method in class org.frankframework.http.HttpSessionBase
 
getProxyUsername() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getProxyUsername() - Method in class org.frankframework.ftp.SftpSession
 
getProxyUsername() - Method in class org.frankframework.http.HttpSessionBase
 
getPublicKey(HasTruststore, String) - Static method in class org.frankframework.encryption.PkiUtil
 
getQName(int) - Method in class org.frankframework.xml.AttributesWrapper
 
getQName(int) - Method in class org.frankframework.xml.NamespaceRemovingAttributesWrapper
 
getQName(String, String) - Method in class org.frankframework.align.ToXml
 
getQuery() - Method in class org.frankframework.jdbc.FixedQuerySender
 
getQuery() - Method in class org.frankframework.jdbc.QueryExecutionContext
 
getQuery() - Method in class org.frankframework.pipes.DomainTransformerPipe
 
getQuery() - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
 
getQuery(Message) - Method in class org.frankframework.jdbc.DirectQuerySender
 
getQuery(Message) - Method in class org.frankframework.jdbc.FixedQuerySender
 
getQuery(Message) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase.MixedQuerySender
 
getQuery(Message) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Obtain a query to be executed.
getQueryExecutionContext(Connection, Message) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getQueryTimeout() - Method in class org.frankframework.scheduler.job.CleanupDatabaseJob
 
getQueryTimeout() - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
 
getQueryType() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getQueryType() - Method in class org.frankframework.jdbc.QueryExecutionContext
 
getQueryValue() - Method in class org.frankframework.jdbc.XmlQuerySender.Column
 
getQueueConnectionFactoryName() - Method in class org.frankframework.jms.JMSFacade
 
getQueueConnectionFactoryName() - Method in class org.frankframework.jms.JmsRealm
 
getRaisedBy() - Method in class org.frankframework.monitoring.Monitor
 
getRandomElementsOfString(String, int) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getRawMessage() - Method in class org.frankframework.receivers.RawMessageWrapper
 
getRawMessage(String, Map<String, Object>) - Method in interface org.frankframework.core.ICorrelatedPullingListener
Retrieves messages from queue or other channel, but retrieves only messages with the specified correlationId.
getRawMessage(String, Map<String, Object>) - Method in class org.frankframework.jms.PullingJmsListener
 
getRawMessage(Connection, Map<String, Object>) - Method in class org.frankframework.jdbc.JdbcListener
 
getRawMessage(Connection, Map<String, Object>) - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
getRawMessage(Map<String, Object>) - Method in interface org.frankframework.core.IPullingListener
Retrieves messages from queue or other channel, but does no processing on it.
getRawMessage(Map<String, Object>) - Method in class org.frankframework.filesystem.FileSystemListener
 
getRawMessage(Map<String, Object>) - Method in class org.frankframework.jdbc.JdbcListener
 
getRawMessage(Map<String, Object>) - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
getRawMessage(Map<String, Object>) - Method in class org.frankframework.jms.PullingJmsListener
Retrieves messages from queue or other channel, but does no processing on it.
getRawMessage(Map<String, Object>) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
Retrieves a single record from a file.
getReader() - Method in class org.frankframework.stream.SerializableFileReference
 
getReader() - Method in interface org.frankframework.validation.Schema
 
getReader() - Method in class org.frankframework.validation.xsd.ResourceXsd
 
getReader() - Method in class org.frankframework.validation.xsd.StringXsd
 
getReader() - Method in class org.frankframework.validation.xsd.WsdlXsd
 
getReader(ResultSet) - Method in class org.frankframework.jdbc.BlobLineIteratingPipe
 
getReader(ResultSet) - Method in class org.frankframework.jdbc.ClobLineIteratingPipe
 
getReader(ResultSet) - Method in class org.frankframework.jdbc.LobLineIteratingPipeBase
 
getReader(Message, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.pipes.StreamLineIteratorPipe
 
getReadTimeout() - Method in class org.frankframework.jwt.JwtValidator
 
getRealm() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getRealmName() - Method in class org.frankframework.jms.JmsRealm
 
getRealTxManager() - Method in class org.frankframework.jta.SpringTxManagerProxy
 
getReasons() - Method in class org.frankframework.validation.XmlValidatorErrorHandler
 
getReasonSessionKey() - Method in class org.frankframework.pipes.JsonValidator
 
getReasonSessionKey() - Method in class org.frankframework.pipes.XmlValidator
 
getReasonSessionKey() - Method in class org.frankframework.validation.AbstractXmlValidator
 
getReceiver() - Method in interface org.frankframework.core.IPortConnectedListener
 
getReceiver() - Method in class org.frankframework.http.rest.ApiListener
 
getReceiver() - Method in class org.frankframework.jms.PushingJmsListener
 
getReceiver() - Method in class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
 
getReceiver() - Method in class org.frankframework.receivers.PullingListenerContainer
 
getReceiver() - Method in interface org.frankframework.receivers.ReceiverAware
 
getReceiver() - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
 
getReceiver(Map<String, Object>, Session, String) - Method in class org.frankframework.jms.PullingJmsListener
 
getReceiverByName(String) - Method in class org.frankframework.core.Adapter
 
getReceiverByName(String) - Method in interface org.frankframework.core.IAdapter
 
getReceiverByName(Adapter, String) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
 
getReceiverByNameAndListener(String, Class<?>) - Method in class org.frankframework.core.Adapter
 
getReceiverName() - Method in class org.frankframework.scheduler.job.IbisActionJob
 
getReceivers() - Method in class org.frankframework.core.Adapter
 
getReceivers() - Method in interface org.frankframework.core.IAdapter
 
getRecipientList() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getRecordsFiltered() - Method in class org.frankframework.management.bus.dto.StorageItemsDTO
 
getRecoveryManager() - Method in class org.frankframework.jta.narayana.NarayanaJtaTransactionManager
 
getRecursiveDirList() - Method in class org.frankframework.util.Dir2Xml
 
getRef() - Method in class org.frankframework.configuration.Include
 
getRef(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getRef(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getRegex() - Method in class org.frankframework.pipes.XmlIf
 
getRegisteredAdapter(String) - Method in class org.frankframework.configuration.Configuration
Get a registered adapter by its name through AdapterManager.getAdapter(String)
getRegisteredAdapter(String) - Method in interface org.frankframework.configuration.IbisManager
Deprecated.
getRegisteredAdapter(String) - Method in class org.frankframework.unmanaged.DefaultIbisManager
Deprecated.
getRegisteredAdapters() - Method in class org.frankframework.configuration.Configuration
 
getRegisteredAdapters() - Method in interface org.frankframework.configuration.IbisManager
Deprecated.
getRegisteredAdapters() - Method in class org.frankframework.unmanaged.DefaultIbisManager
Deprecated.
getRegisteredListenerNames() - Method in class org.frankframework.receivers.ServiceDispatcher
Retrieve the names of the registered listeners in alphabetical order.
getRegisteredNames() - Static method in class org.frankframework.util.GlobalListItem
Get the system names as an Iterator, alphabetically sorted
getRegisteredNamesAsList() - Static method in class org.frankframework.util.GlobalListItem
Gets a list with system names.
getRegisteredRealmNames() - Method in class org.frankframework.jms.JmsRealmFactory
Get the realmNames as an Iterator, in the order that they were declared
getRegisteredRealmNamesAsList() - Method in class org.frankframework.jms.JmsRealmFactory
Get the names as a list
getRegisterMethod() - Method in class org.frankframework.configuration.digester.DigesterRule
The 'set-next-rule' attribute.
getRegisterTextMethod() - Method in class org.frankframework.configuration.digester.DigesterRule
The 'registerTextMethod()' attribute.
getRemoveUnusedNamespacesTransformerPool(boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
 
getRemoveUnusedNamespacesXslt2TransformerPool(boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
 
getReplace() - Method in class org.frankframework.pipes.ReplacerPipe
 
getReplaceFrom() - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
 
getReplaceFrom() - Method in class org.frankframework.pipes.FixedResultPipe
 
getReplaceFrom() - Method in class org.frankframework.senders.FixedResultSender
 
getReplaceNonXmlChar() - Method in class org.frankframework.pipes.ReplacerPipe
 
getReplaceTo() - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
 
getReplaceTo() - Method in class org.frankframework.pipes.FixedResultPipe
 
getReplaceTo() - Method in class org.frankframework.senders.FixedResultSender
 
getReply() - Method in class org.frankframework.core.RequestReplyExecutor
 
getReplyAddressFields() - Method in interface org.frankframework.filesystem.IMailFileSystem
 
getReplyAddressFields() - Method in class org.frankframework.filesystem.MailFileSystemBase
 
getReplyDeliveryMode() - Method in class org.frankframework.jms.JmsListenerBase
 
getReplyDestinationName() - Method in class org.frankframework.jms.JmsListenerBase
 
getReplyEncodingStyleURI() - Method in class org.frankframework.jms.JmsListenerBase
 
getReplyMessageTimeToLive() - Method in class org.frankframework.jms.JmsListenerBase
 
getReplyMessageType() - Method in class org.frankframework.jms.JmsListenerBase
 
getReplyNamespaceURI() - Method in class org.frankframework.jms.JmsListenerBase
 
getReplyPriority() - Method in class org.frankframework.jms.JmsListenerBase
 
getReplySoapAction() - Method in class org.frankframework.jms.JmsListenerBase
 
getReplySoapHeaderSessionKey() - Method in class org.frankframework.jms.JmsSender
 
getReplyTimeout() - Method in class org.frankframework.jms.JmsSender
 
getReplyTo() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getReplyTo(EmailMessage) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getReplyToName() - Method in class org.frankframework.jms.JmsSender
 
getReportLevel() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
getReportLevel() - Method in interface org.frankframework.configuration.classloaders.IConfigurationClassLoader
 
getRequest() - Method in class org.frankframework.core.RequestReplyExecutor
 
getRequestClass() - Method in class org.frankframework.stream.Message
 
getRequestRootValidations() - Method in class org.frankframework.pipes.XmlValidator
 
getRequestSizeStats() - Method in class org.frankframework.core.PipeLine
 
getRequiredClaims() - Method in class org.frankframework.http.rest.ApiListener
 
getRequiredIssuer() - Method in class org.frankframework.http.rest.ApiListener
 
getResource(String) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
Override this method and make it final so nobody can overwrite it.
getResource(String) - Method in interface org.frankframework.configuration.classloaders.IConfigurationClassLoader
 
getResource(String) - Static method in class org.frankframework.core.Resource
 
getResource(String) - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
getResource(String, boolean) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
In case of the ClassLoaderBase.getResources(String) we only want the local paths and not the parent path
getResource(IScopeProvider, String) - Static method in class org.frankframework.core.Resource
 
getResource(IScopeProvider, String, String) - Static method in class org.frankframework.core.Resource
 
getResourceBase() - Method in interface org.frankframework.validation.IXSD
 
getResourceBase() - Method in class org.frankframework.validation.XSD
 
getResourceBase() - Method in class org.frankframework.validation.xsd.ResourceXsd
 
getResources(String) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
getResourceTarget() - Method in interface org.frankframework.validation.IXSD
 
getResourceTarget() - Method in class org.frankframework.validation.XSD
 
getResourceURL(String) - Static method in class org.frankframework.util.ClassLoaderUtils
Get a resource-URL directly from the ClassPath
getResourceURL(IScopeProvider, String) - Static method in class org.frankframework.util.ClassLoaderUtils
Get a resource-URL from a specific IConfigurationClassLoader.
getResourceURL(IScopeProvider, String, String) - Static method in class org.frankframework.util.ClassLoaderUtils
Get a resource-URL from a ClassLoader, therefore the resource should not start with a leading slash
getResponse() - Method in class org.frankframework.http.HttpResponseHandler
Returns an InputStream that will automatically close the HttpRequest when fully read
getResponse() - Method in class org.frankframework.stream.MessageOutputStream
 
getResponse() - Method in class org.frankframework.stream.MessageOutputStreamCap
 
getResponseBody(HttpResponseHandler) - Method in class org.frankframework.http.HttpSender
 
getResponseHeadersList() - Method in class org.frankframework.jms.JmsSender
 
getResponseMessage() - Method in class org.frankframework.http.HttpResponseHandler
 
getResponseRoot() - Method in class org.frankframework.core.PipeLineExit
 
getResponseRoot() - Method in class org.frankframework.pipes.ValidatorBase
 
getResponseRoot() - Method in class org.frankframework.soap.SoapValidator
 
getResponseRootValidations() - Method in class org.frankframework.pipes.XmlValidator
 
getResponseTime() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
getResponseValidator() - Method in interface org.frankframework.core.IDualModeValidator
 
getResponseValidator() - Method in class org.frankframework.pipes.ValidatorBase
 
getResponseValidator() - Method in class org.frankframework.pipes.XmlValidator
 
getRestListeners() - Method in class org.frankframework.management.bus.endpoints.WebServices
 
getRestPath() - Method in class org.frankframework.http.RestListener
 
getRestPath() - Method in class org.frankframework.pipes.EtagHandlerPipe
Deprecated.
 
getRestUriPattern() - Method in class org.frankframework.http.RestListener
 
getResult() - Method in class org.frankframework.core.PipeLineResult
 
getResult() - Method in class org.frankframework.core.PipeRunResult
 
getResult() - Method in class org.frankframework.core.SenderResult
 
getResult() - Method in interface org.frankframework.pipes.ChecksumPipe.ChecksumGenerator
 
getResult() - Method in class org.frankframework.pipes.ChecksumPipe.MessageDigestChecksumGenerator
 
getResult() - Method in class org.frankframework.pipes.ChecksumPipe.ZipChecksumGenerator
 
getResult(ResultSet) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getResult(ResultSet, Object, Object) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getResult(ResultSet, Object, Object, HttpServletResponse, String, String, PipeLineSession, IForwardTarget) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getResultOnEmptyPostbox() - Method in class org.frankframework.pipes.PostboxRetrieverPipe
Deprecated.
 
getResultOnTimeOut() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getResultQuery() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getResultQuery() - Method in class org.frankframework.jdbc.QueryExecutionContext
 
getResultQueryStatement() - Method in class org.frankframework.jdbc.QueryExecutionContext
 
getResultSenderName() - Method in class org.frankframework.senders.ShadowSender
 
getResultStatusCodeSessionKey() - Method in class org.frankframework.http.HttpSenderBase
 
getRetention() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getRetention() - Method in class org.frankframework.util.DirectoryCleaner
 
getRetention() - Method in class org.frankframework.util.Locker
 
getRetryDelay() - Method in class org.frankframework.util.Locker
 
getRetryMaxInterval() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getRetryMinInterval() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getRetryNamespaceDefs() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getRetryXPath() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getReturnedColumns(PreparedStatement) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getReturnedSessionKeys() - Method in class org.frankframework.receivers.JavaListener
 
getReturnedSessionKeys() - Method in class org.frankframework.senders.IbisJavaSender
 
getReturnedSessionKeys() - Method in class org.frankframework.senders.IbisLocalSender
 
getReturnString() - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
 
getReturnString() - Method in class org.frankframework.pipes.FixedResultPipe
 
getReturnString() - Method in class org.frankframework.senders.FixedResultSender
 
getRole() - Method in class org.frankframework.pipes.IsUserInRolePipe
 
getRoleClaim() - Method in class org.frankframework.http.rest.ApiListener
 
getRoleClaim() - Method in class org.frankframework.jwt.JwtSecurityHandler
 
getRolesToCheck(Message) - Method in class org.frankframework.pipes.IsUserInRolePipe
 
getRoot() - Method in class org.frankframework.align.content.TreeContentContainer
 
getRoot() - Method in class org.frankframework.filesystem.LocalFileSystem
 
getRoot() - Method in class org.frankframework.pipes.ValidatorBase
 
getRoot() - Method in class org.frankframework.pipes.XmlWellFormedChecker
 
getRoot() - Method in class org.frankframework.soap.SoapValidator
 
getRoot() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getRoot(IXmlValidator) - Method in class org.frankframework.soap.WsdlGenerator
 
getRoot(IXmlValidator, boolean) - Method in class org.frankframework.soap.WsdlGenerator
 
getRootElement() - Method in class org.frankframework.align.ToXml
 
getRootElement(Set<IXSD>, String) - Method in class org.frankframework.soap.WsdlGenerator
 
getRootElement(Set<IXSD>, String, String) - Method in class org.frankframework.soap.WsdlGenerator
 
getRootElementSessionKey() - Method in class org.frankframework.pipes.XmlValidator
 
getRootLogger() - Static method in class org.frankframework.util.LogUtil
 
getRootNamespace(String) - Static method in class org.frankframework.util.XmlUtils
 
getRootNamespaceSessionKey() - Method in class org.frankframework.pipes.XmlValidator
 
getRootNode(C) - Method in class org.frankframework.align.ToXml
 
getRootNode(JsonValue) - Method in class org.frankframework.align.Json2Xml
 
getRootNode(Map<String, String>) - Method in class org.frankframework.align.Properties2Xml
 
getRootNode(M) - Method in class org.frankframework.align.Map2Xml
 
getRootNode(Document) - Method in class org.frankframework.align.DomTreeAligner
 
getRootTags() - Method in interface org.frankframework.validation.IXSD
 
getRootTags() - Method in class org.frankframework.validation.XSD
 
getRootValidations(boolean) - Method in class org.frankframework.pipes.XmlValidator
 
getRotateDays() - Method in class org.frankframework.filesystem.FileSystemActor
 
getRotateSize() - Method in class org.frankframework.filesystem.FileSystemActor
 
getRounds() - Method in class org.frankframework.pipes.PasswordHashPipe
 
getRoundsSessionKey() - Method in class org.frankframework.pipes.PasswordHashPipe
 
getRow() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getRowId(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getRowId(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getRowIdSessionKey() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getRowXml(IDbmsSupport, ResultSet, int, ResultSetMetaData, String, boolean, String, boolean, boolean) - Static method in class org.frankframework.util.DB2XMLWriter
 
getRowXml(SaxElementBuilder, IDbmsSupport, ResultSet, int, ResultSetMetaData, String, boolean, String, boolean, boolean) - Static method in class org.frankframework.util.DB2XMLWriter
 
getRunState() - Method in class org.frankframework.core.Adapter
 
getRunState() - Method in interface org.frankframework.core.IManagable
returns the runstate of the object.
getRunState() - Method in class org.frankframework.receivers.Receiver
Get the runstate of this receiver.
getRunState() - Method in interface org.frankframework.util.RunStateEnquirer
 
getRunState() - Method in class org.frankframework.util.RunStateManager
 
getRunStateAsString() - Method in class org.frankframework.core.Adapter
 
getSample(int, long, long, long) - Method in class org.frankframework.statistics.percentiles.MicroMeterPercentileEstimator
 
getSample(int, long, long, long) - Method in interface org.frankframework.statistics.percentiles.PercentileEstimator
 
getSample(int, long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
getSample(int, long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorRanked
 
getSampleCount(long, long, long) - Method in class org.frankframework.statistics.percentiles.MicroMeterPercentileEstimator
 
getSampleCount(long, long, long) - Method in interface org.frankframework.statistics.percentiles.PercentileEstimator
 
getSampleCount(long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
getSampleCount(long, long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorRanked
 
getSAXParserFactory() - Static method in class org.frankframework.util.XmlUtils
 
getSAXParserFactory(boolean) - Static method in class org.frankframework.util.XmlUtils
 
getSchedule(String) - Method in class org.frankframework.configuration.ScheduleManager
 
getSchedule(Message<?>) - Method in class org.frankframework.management.bus.endpoints.GetSchedules
 
getScheduledJob(String) - Method in class org.frankframework.configuration.Configuration
 
getScheduledJobs() - Method in class org.frankframework.configuration.Configuration
 
getScheduleManager() - Method in class org.frankframework.configuration.Configuration
 
getScheduler() - Method in class org.frankframework.scheduler.SchedulerHelper
 
getSchedulerCalendarNamesToXml(Scheduler) - Method in class org.frankframework.scheduler.SchedulerAdapter
 
getSchedulerHelper() - Method in class org.frankframework.configuration.ScheduleManager
 
getSchedulerHelper() - Method in class org.frankframework.scheduler.SchedulerSender
 
getSchedulerMetaDataToXml(Scheduler) - Method in class org.frankframework.scheduler.SchedulerAdapter
 
getSchedules() - Method in class org.frankframework.configuration.ScheduleManager
 
getSchedules(Message<?>) - Method in class org.frankframework.management.bus.endpoints.GetSchedules
 
GetSchedules - Class in org.frankframework.management.bus.endpoints
 
GetSchedules() - Constructor for class org.frankframework.management.bus.endpoints.GetSchedules
 
getSchedulesList() - Method in class org.frankframework.configuration.ScheduleManager
 
getSchema() - Method in interface org.frankframework.core.IXmlValidator
 
getSchema() - Method in class org.frankframework.pipes.JsonValidator
 
getSchema() - Method in class org.frankframework.pipes.XmlValidator
 
getSchema() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getSchemaInformation() - Method in class org.frankframework.align.XmlAligner
 
getSchemaInformation(URL) - Static method in class org.frankframework.align.XmlAligner
 
getSchemaLocation() - Method in interface org.frankframework.core.IXmlValidator
 
getSchemaLocation() - Method in class org.frankframework.pipes.XmlValidator
 
getSchemaLocation() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getSchemaLocation() - Method in enum org.frankframework.soap.SoapVersion
 
getSchemaLocationToAdd() - Method in class org.frankframework.pipes.WsdlXmlValidator
 
getSchemaObject(String, List<Schema>) - Method in class org.frankframework.validation.JavaxXmlValidator
Returns the Schema associated with this validator.
getSchemaOwner4Check() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getSchemas() - Method in class org.frankframework.pipes.XmlValidator
 
getSchemas() - Method in interface org.frankframework.validation.SchemasProvider
 
getSchemas(boolean) - Method in class org.frankframework.pipes.XmlValidator
 
getSchemas(PipeLineSession) - Method in class org.frankframework.pipes.XmlValidator
 
getSchemas(PipeLineSession) - Method in interface org.frankframework.validation.SchemasProvider
 
getSchemaSessionKey() - Method in class org.frankframework.pipes.ValidatorBase
 
getSchemasId() - Method in class org.frankframework.pipes.WsdlXmlValidator
 
getSchemasId() - Method in class org.frankframework.pipes.XmlValidator
 
getSchemasId() - Method in interface org.frankframework.validation.SchemasProvider
 
getSchemasId() - Method in class org.frankframework.validation.ValidationContext
 
getSchemasId(PipeLineSession) - Method in class org.frankframework.pipes.XmlValidator
 
getSchemasId(PipeLineSession) - Method in interface org.frankframework.validation.SchemasProvider
 
getSchemaSources(List<Schema>) - Method in class org.frankframework.validation.JavaxXmlValidator
 
getSchemeName() - Method in enum org.frankframework.http.authentication.AuthenticationScheme
 
getSchemeName() - Method in class org.frankframework.http.authentication.OAuthAuthenticationScheme
 
getScope() - Method in class org.frankframework.http.HttpSessionBase
 
getScopeProvider() - Method in interface org.frankframework.validation.IXSD
 
getScopeProvider() - Method in class org.frankframework.validation.XSD
 
getSearchTimeout() - Method in class org.frankframework.ldap.LdapSender
 
getSecLogSessionKeys() - Method in interface org.frankframework.core.IPipe
 
getSecLogSessionKeys() - Method in class org.frankframework.pipes.AbstractPipe
 
getSecLogSessionKeys() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getSecLogSessionKeys() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getSecondarySenders() - Method in class org.frankframework.senders.ShadowSender
 
getSecondContentHandler() - Method in class org.frankframework.stream.xml.XmlTee
 
getSecret() - Method in class org.frankframework.pipes.HashPipe
 
getSecurityHandler() - Method in class org.frankframework.core.PipeLineSession
 
getSecurityItems(Message<?>) - Method in class org.frankframework.management.bus.endpoints.SecurityItems
 
getSecurityProtocol() - Method in class org.frankframework.jms.JmsRealm
 
getSecurityProtocol() - Method in class org.frankframework.jndi.JndiBase
 
getSelectCondition() - Method in class org.frankframework.jdbc.JdbcTableListener
 
getSelectCondition() - Method in class org.frankframework.jdbc.MessageStoreListener
 
getSelectListQuery(IDbmsSupport, Date, Date, IMessageBrowser.SortOrder) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getSelectListQuery(IDbmsSupport, Date, Date, IMessageBrowser.SortOrder) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
getSelector() - Method in class org.frankframework.jms.JmsMessageBrowser
 
getSelector() - Method in class org.frankframework.jms.JmsTransactionalStorage
 
getSelectQuery() - Method in class org.frankframework.jdbc.JdbcListener
 
getSelectQuery() - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
getSelfRegisterMethod() - Method in class org.frankframework.configuration.digester.DigesterRule
The 'set-top-rule' attribute.
getSender() - Method in interface org.frankframework.core.HasSender
 
getSender() - Method in class org.frankframework.jms.JmsListenerBase
 
getSender() - Method in class org.frankframework.monitoring.SenderMonitorAdapter
 
getSender() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getSender() - Method in class org.frankframework.pipes.XsltPipe
 
getSender() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
getSender() - Method in class org.frankframework.receivers.Receiver
 
getSender() - Method in class org.frankframework.senders.SenderWrapper
specification of sender to send messages with
getSender(EmailMessage) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getSenders() - Method in class org.frankframework.senders.SenderSeries
 
getSequenceName() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getServerInformation(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ServerStatistics
 
getService(Message<?>) - Method in class org.frankframework.management.bus.endpoints.WebServices
 
getServiceListeners(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ServiceListener
 
getServiceName() - Method in class org.frankframework.http.HttpListener
Deprecated.
 
getServiceName() - Method in class org.frankframework.receivers.JavaListener
 
getServiceName() - Method in class org.frankframework.senders.IbisJavaSender
 
getServiceName() - Method in class org.frankframework.senders.IbisLocalSender
 
getServiceNameSessionKey() - Method in class org.frankframework.senders.IbisJavaSender
 
getServiceNamespace() - Method in class org.frankframework.http.WebServiceSender
 
getServiceNamespace() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getServiceNamespaceParam() - Method in class org.frankframework.http.WebServiceSender
 
getServiceNamespaceURI() - Method in class org.frankframework.http.WebServiceListener
 
getServiceNamespaceURI() - Method in class org.frankframework.jms.JmsSender
 
getServlet(String) - Method in class org.frankframework.lifecycle.ServletManager
 
getServletContext() - Method in class org.frankframework.lifecycle.ServletManager
 
getServlets() - Method in class org.frankframework.lifecycle.ServletManager
 
getSession() - Method in class org.frankframework.senders.ParallelSenderExecutor
 
getSession(Map<String, Object>) - Method in class org.frankframework.jms.PullingJmsListener
 
getSession(JmsResourceHolder) - Method in class org.frankframework.jms.IbisMessageListenerContainer
 
getSessionKey() - Method in class org.frankframework.parameters.Parameter
 
getSessionKey() - Method in class org.frankframework.pipes.GetFromSession
Returns the name of the key in the pipeLineSession to retrieve the input from
getSessionKey() - Method in class org.frankframework.pipes.IncreaseIntegerPipe
 
getSessionKey() - Method in class org.frankframework.pipes.PutInSession
 
getSessionKey() - Method in class org.frankframework.pipes.PutSystemDateInSession
 
getSessionKey() - Method in class org.frankframework.pipes.RemoveFromSession
 
getSessionKey() - Method in class org.frankframework.pipes.UploadFilePipe
Deprecated.
 
getSessionKey() - Method in class org.frankframework.pipes.XmlIf
 
getSessionKey() - Method in class org.frankframework.pipes.XmlSwitch
Deprecated.
getSessionKey() - Method in class org.frankframework.pipes.XsltPipe
Deprecated.
getSessionKeys() - Method in class org.frankframework.jdbc.MessageStoreListener
 
getSessionKeys() - Method in class org.frankframework.jdbc.MessageStoreSender
 
getSessionKeysFromHeader(String) - Method in class org.frankframework.management.bus.endpoints.TestPipeline
Parses SessionKeys from the sessionKeys header.
getSessionKeysFromPayload(String) - Method in class org.frankframework.management.bus.endpoints.TestPipeline
Parses the 'ibiscontext' processing instruction defined in the input
getSessionKeyXPath() - Method in class org.frankframework.parameters.Parameter
 
getSessionWaitTimeout() - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
getSeverity() - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
getSeverity() - Method in interface org.frankframework.monitoring.ITrigger
 
getSeverity() - Method in class org.frankframework.monitoring.Trigger
 
getShare() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getShare() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getSharedResource() - Method in interface org.frankframework.core.SharedResource
Retrieve the shared resource so CanUseSharedResource holders can use it
getSharedResource() - Method in class org.frankframework.http.HttpSession
 
getSharedResource(String) - Method in interface org.frankframework.core.CanUseSharedResource
Retrieve the shared resource from Spring
getShift() - Method in class org.frankframework.statistics.BigBasics
 
getShort(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getShort(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getSigns() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getSize() - Static method in class org.frankframework.configuration.ApplicationWarnings
 
getSize() - Method in class org.frankframework.ftp.SftpFileRef
 
getSize() - Method in class org.frankframework.stream.SerializableFileReference
 
getSkipMessages() - Method in class org.frankframework.management.bus.dto.StorageItemsDTO
 
getSkipMessages() - Method in class org.frankframework.util.MessageBrowsingFilter
 
getSlotId() - Method in interface org.frankframework.core.ITransactionalStorage
 
getSlotId() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getSlotId() - Method in class org.frankframework.jdbc.MessageStoreListener
 
getSlotId() - Method in class org.frankframework.jms.JmsTransactionalStorage
 
getSlotIdField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getSmtpHost() - Method in class org.frankframework.senders.MailSender
 
getSmtpMessage() - Method in class org.frankframework.senders.MailSender.MailSession
 
getSmtpPort() - Method in class org.frankframework.senders.MailSender
 
getSoapAction() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getSoapAction() - Method in class org.frankframework.http.WebServiceSender
 
getSoapAction() - Method in class org.frankframework.jms.JmsSender
 
getSoapAction(IListener<?>) - Method in class org.frankframework.soap.WsdlGenerator
 
getSOAPActionName() - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
 
getSoapActionParam() - Method in class org.frankframework.http.WebServiceSender
 
getSoapBody() - Method in class org.frankframework.soap.SoapValidator
 
getSoapBodyNamespace() - Method in class org.frankframework.pipes.WsdlXmlValidator
 
getSoapBodyStyleSheet() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getSoapHeader() - Method in class org.frankframework.soap.SoapValidator
 
getSoapHeaderNamespace() - Method in class org.frankframework.soap.SoapValidator
 
getSoapHeaderParam() - Method in class org.frankframework.jms.JmsSender
 
getSoapHeaderSessionKey() - Method in class org.frankframework.jms.JmsListenerBase
 
getSoapHeaderSessionKey() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getSoapHeaderStyleSheet() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getSoapNamespace() - Method in class org.frankframework.pipes.XmlValidator
Deprecated.
getSoapNamespace() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getSoapNamespaceSessionKey() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getSoapVersion() - Method in class org.frankframework.soap.SoapValidator
 
getSoapVersion() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getSoapVersion(String) - Static method in enum org.frankframework.soap.SoapVersion
 
getSortOrder() - Method in class org.frankframework.util.MessageBrowsingFilter
 
getSource() - Method in class org.frankframework.configuration.ConfigurationMessageEvent
 
getSource() - Method in class org.frankframework.monitoring.events.MonitorEvent
 
getSourceFiltering() - Method in interface org.frankframework.monitoring.ITrigger
 
getSourceFiltering() - Method in class org.frankframework.monitoring.Trigger
 
getSources() - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
getSources() - Method in class org.frankframework.monitoring.events.Event
Entities that can throw an Event
getSpecialDefaultValue(String, Object, Map<String, String>) - Method in interface org.frankframework.configuration.HasSpecialDefaultValues
 
getSpecialDefaultValue(String, Object, Map<String, String>) - Method in class org.frankframework.http.RestListener
 
getSpecialDefaultValue(String, Object, Map<String, String>) - Method in class org.frankframework.http.WebServiceListener
 
getSpecialDefaultValue(String, Object, Map<String, String>) - Method in class org.frankframework.pipes.XmlValidator
 
getSpringConfigurationFiles(ClassLoader) - Method in class org.frankframework.lifecycle.IbisApplicationContext
Loads springUnmanagedDeployment, SpringApplicationContext and files specified by the SPRING.CONFIG.LOCATIONS property in AppConstants.properties
getSqlDialect() - Method in class org.frankframework.jdbc.JdbcListener
 
getSqlDialect() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getSQLXML(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getSQLXML(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getSSLConnectionSocketFactory() - Method in class org.frankframework.http.HttpSessionBase
 
getSSLContext() - Method in class org.frankframework.encryption.AuthSSLContextFactory
 
getSSLSocketFactory() - Method in class org.frankframework.encryption.AuthSSLContextFactory
 
getStaleTimeout() - Method in class org.frankframework.http.HttpSessionBase
 
getStartAdapterThreads() - Method in class org.frankframework.configuration.AdapterManager
 
getStartDate() - Method in class org.frankframework.util.MessageBrowsingFilter
 
getStartOfLineString() - Method in class org.frankframework.pipes.StreamLineIteratorPipe
 
getStartPosition() - Method in class org.frankframework.pipes.StringIteratorPipe
 
getStartRow() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getStartTimeout() - Method in class org.frankframework.receivers.Receiver
 
getState() - Method in class org.frankframework.configuration.Configuration
 
getState() - Method in class org.frankframework.core.PipeLineExit
 
getState() - Method in class org.frankframework.core.PipeLineResult
 
getState() - Method in class org.frankframework.lifecycle.ConfigurableLifecyleBase
 
getState() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getStateChanged() - Method in class org.frankframework.monitoring.Monitor
 
getStateFolder(ProcessState) - Method in class org.frankframework.filesystem.FileSystemListener
 
getStatement() - Method in class org.frankframework.jdbc.QueryExecutionContext
 
getStatement() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getStatement(Connection, String, JdbcQuerySenderBase.QueryType) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getStatistics(Message<?>) - Method in class org.frankframework.management.bus.endpoints.AdapterStatistics
 
getStatisticsKeeper() - Method in interface org.frankframework.scheduler.job.IJob
 
getStatisticsKeeper() - Method in class org.frankframework.scheduler.JobDef
 
getStatisticsKeeper(ISender) - Method in class org.frankframework.senders.SenderSeries
 
getStatsMessageProcessingDuration() - Method in class org.frankframework.core.Adapter
Return the total processing duration as a StatisticsKeeper
getStatsUpSince() - Method in class org.frankframework.core.Adapter
return the date and time since active Creation date: (19-02-2003 12:16:53)
getStatsUpSinceDate() - Method in class org.frankframework.core.Adapter
 
getStatusField() - Method in class org.frankframework.jdbc.JdbcTableListener
 
getStatusFieldType() - Method in class org.frankframework.jdbc.ResultSet2FileSender
 
getStatusFile() - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
getStatusLine() - Method in class org.frankframework.http.HttpResponseHandler
 
getStatusValue(ProcessState) - Method in class org.frankframework.jdbc.JdbcTableListener
 
getStdDev() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
getStdDev() - Method in class org.frankframework.statistics.Basics
 
getStdDev() - Method in interface org.frankframework.statistics.IBasics
 
getStdDev() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getStdDev() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getStopAdapterThreads() - Method in class org.frankframework.configuration.AdapterManager
 
getStopConditionTp() - Method in class org.frankframework.pipes.IteratingPipe
 
getStopConditionXPathExpression() - Method in class org.frankframework.pipes.IteratingPipe
 
getStopTimeout() - Method in class org.frankframework.receivers.Receiver
 
getStorageRefKey() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getStorageType(ProcessState) - Method in class org.frankframework.jdbc.JdbcTableListener
 
getStoreEmailAsStreamInSessionKey() - Method in class org.frankframework.filesystem.MailListener
 
getStoreFileNameInSessionKey() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
getStoreForwardInSessionKey() - Method in class org.frankframework.pipes.XmlSwitch
 
getStoreInputInSessionKey() - Method in class org.frankframework.senders.SenderWrapperBase
 
getStoreMetadataInSessionKey() - Method in class org.frankframework.filesystem.FileSystemListener
 
getStoreResultInSessionKey() - Method in interface org.frankframework.core.IPipe
 
getStoreResultInSessionKey() - Method in class org.frankframework.pipes.AbstractPipe
 
getStoreResultInSessionKey() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
getStoreResultInSessionKey() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getStoreResultInSessionKey() - Method in class org.frankframework.senders.SenderWrapperBase
 
getStreamCharset() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getStreamingXslt() - Method in class org.frankframework.senders.XsltSender
 
getString(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getString(String) - Method in class org.frankframework.core.PipeLineSession
Get value of a PipeLineSession key as String.
getString(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getStringIteratorPipeBlockSize() - Method in class org.frankframework.pipes.StringIteratorPipe
 
getStringValue(Element) - Static method in class org.frankframework.util.XmlUtils
 
getStringValue(Element, boolean) - Static method in class org.frankframework.util.XmlUtils
 
getStub4TesttoolContentHandler(ContentHandler, PropertyLoader) - Method in class org.frankframework.configuration.ConfigurationDigester
Get the contenthandler to stub configurations If stubbing is disabled, the input ContentHandler is returned as-is
getStubbed() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getStubFilename() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getStyleSheet() - Method in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
 
getStyleSheetName() - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
 
getStyleSheetName() - Method in class org.frankframework.http.HttpSenderBase
 
getStyleSheetName() - Method in class org.frankframework.parameters.Parameter
 
getStyleSheetName() - Method in class org.frankframework.pipes.FixedResultPipe
 
getStyleSheetName() - Method in class org.frankframework.pipes.IteratingPipe
 
getStyleSheetName() - Method in class org.frankframework.pipes.XmlSwitch
 
getStyleSheetName() - Method in class org.frankframework.senders.FixedResultSender
 
getStyleSheetName() - Method in class org.frankframework.senders.XsltSender
 
getStyleSheetNameSessionKey() - Method in class org.frankframework.senders.XsltSender
 
getSubContextList(DirContext, String, PipeLineSession) - Method in class org.frankframework.ldap.LdapSender
Return a list of all of the subcontexts of the current context, which is relative to parentContext.
getSubject() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getSubject(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
getSubject(M) - Method in interface org.frankframework.filesystem.IMailFileSystem
 
getSubject(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getSubObjectList() - Method in class org.frankframework.monitoring.AdapterFilter
Get the list of registered names of SubObjects included in the filter.
getSubSchemaPrefix() - Method in class org.frankframework.pipes.JsonValidator
 
getSubscriberType() - Method in class org.frankframework.jms.JMSFacade
 
getSubstitutedChild(JsonValue, String) - Method in class org.frankframework.align.Json2Xml
 
getSubstitutedChild(N, String) - Method in class org.frankframework.align.Tree2Xml
Allows subclasses to provide a special way of substituting.
getSubstitutionProvider() - Method in class org.frankframework.align.Tree2Xml
 
getSubstitutionsFor(AlignmentContext, String) - Method in class org.frankframework.align.OverridesMap
 
getSubstitutionsFor(AlignmentContext, String) - Method in interface org.frankframework.align.SubstitutionProvider
 
getSubstringEnd() - Method in class org.frankframework.pipes.EscapePipe
 
getSubstringEnd() - Method in class org.frankframework.pipes.XmlBuilderPipe
Deprecated.
 
getSubstringStart() - Method in class org.frankframework.pipes.EscapePipe
 
getSubstringStart() - Method in class org.frankframework.pipes.XmlBuilderPipe
Deprecated.
 
getSubType() - Method in class org.frankframework.http.mime.MessageContentBody
 
getSuccessForward() - Method in class org.frankframework.pipes.FixedForwardPipe
 
getSuffix() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getSuggestedBeanName() - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
Suggest the name of the bean which should be retrieved from the Spring BeanFactory.
getSuggestedBeanName() - Method in class org.frankframework.configuration.digester.ConfigurationDigesterFactory
 
getSuggestedBeanName() - Method in class org.frankframework.configuration.digester.GenericFactory
Return name of current element prefixed with the string "proto-" as bean-name.
getSuggestedBeanName() - Method in class org.frankframework.configuration.digester.JmsRealmsFactory
 
getSuggestedBeanName() - Method in class org.frankframework.configuration.digester.SharedResourceFactory
 
getSuggestedBeanName() - Method in class org.frankframework.monitoring.MonitoringFactory
 
getSum() - Method in class org.frankframework.statistics.Basics
 
getSum() - Method in interface org.frankframework.statistics.IBasics
 
getSum() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getSummaryContainer(XmlBuilder, String) - Static method in class org.frankframework.statistics.ItemUtil
 
getSumOfSquares() - Method in class org.frankframework.statistics.Basics
 
getSumOfSquares() - Method in interface org.frankframework.statistics.IBasics
 
getSumOfSquares() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getSupportedTypes() - Method in class org.frankframework.logging.IbisLoggerConfigurationFactory
 
getSymbolTableInstance() - Static method in class org.frankframework.validation.XercesXmlValidator
 
getSystemId() - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Get the base ID (URI or system ID) from where relative URLs will be resolved.
getSystemId() - Method in class org.frankframework.core.BytesResource
 
getSystemId() - Method in class org.frankframework.core.Resource
 
getSystemId() - Method in class org.frankframework.core.URLResource
 
getSystemId() - Method in interface org.frankframework.validation.Schema
 
getSystemId() - Method in class org.frankframework.validation.XSD
 
getSystemId() - Method in class org.frankframework.validation.xsd.ResourceXsd
 
getTableAlias() - Method in class org.frankframework.jdbc.JdbcTableListener
 
getTableName() - Method in class org.frankframework.jdbc.JdbcTableListener
 
getTableName() - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
getTableName() - Method in class org.frankframework.pipes.DomainTransformerPipe
 
getTargetDataSource() - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
getTargetDesignDocument() - Method in class org.frankframework.core.Adapter
 
getTargetElement() - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
getTargetNamespace() - Method in class org.frankframework.align.ToXml
 
getTargetNamespace() - Method in class org.frankframework.pipes.Json2XmlValidator
 
getTargetNamespace() - Method in class org.frankframework.soap.WsdlGenerator
 
getTargetNamespace() - Method in interface org.frankframework.validation.IXSD
 
getTargetNamespace() - Method in class org.frankframework.validation.XSD
 
getTargetNamespacePrefix() - Method in class org.frankframework.soap.WsdlGenerator
 
getTargetPassword() - Method in class org.frankframework.pipes.CredentialCheckingPipe
 
getTargetProcessStates(Set<ProcessState>) - Static method in enum org.frankframework.core.ProcessState
 
getTargetStates() - Method in class org.frankframework.management.bus.dto.StorageItemsDTO
 
getTargetStream(INamedObject, PipeLineSession, IForwardTarget) - Static method in class org.frankframework.stream.MessageOutputStream
Provides a non-null MessageOutputStream, that the caller can use to obtain a Writer, OutputStream or ContentHandler.
getTargetUserid() - Method in class org.frankframework.pipes.CredentialCheckingPipe
 
getTaskExecutor() - Method in class org.frankframework.core.Adapter
 
getTaskExecutor() - Method in class org.frankframework.pipes.IteratingPipe
 
getTaskExecutor() - Method in class org.frankframework.receivers.PullingListenerContainer
The thread-pool for spawning threads, injected by Spring
getTaskExecutor() - Method in class org.frankframework.senders.IsolatedServiceCaller
 
getTempDirectory() - Static method in class org.frankframework.util.FileUtils
If the ${ibis.tmpdir} is relative it will turn it into an absolute path
getTempDirectory(String) - Static method in class org.frankframework.util.FileUtils
 
getTenantId() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getTestQuery() - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
getText() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getText(XSElementDeclaration, N) - Method in class org.frankframework.align.ToXml
 
getText(XSElementDeclaration, N) - Method in class org.frankframework.align.Tree2Xml
 
getText(XSElementDeclaration, Properties2Xml.PropertyNode) - Method in class org.frankframework.align.Properties2Xml
 
getTextFieldType() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getThenForwardName() - Method in class org.frankframework.pipes.IfMultipart
 
getThenForwardName() - Method in class org.frankframework.pipes.IsXmlPipe
 
getThenForwardName() - Method in class org.frankframework.pipes.XmlIf
 
getThreadConnectableProxy() - Method in class org.frankframework.jta.SpringTxManagerProxy
 
getThreadContext(IAdapter, String, PipeLineSession) - Static method in class org.frankframework.util.LogUtil
 
getThreadGroup() - Method in class org.frankframework.scheduler.NamedThreadFactory
 
getThreadLocalReplace() - Static method in class org.frankframework.logging.IbisMaskingLayout
Set of regex strings to hide locally, meaning for specific threads/adapters.
getThreadsProcessing() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
getThreadTopic() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
getThreshold() - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
getThreshold() - Method in interface org.frankframework.monitoring.ITrigger
 
getThreshold() - Method in class org.frankframework.monitoring.Trigger
 
getThrowable() - Method in class org.frankframework.core.RequestReplyExecutor
 
getTime(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getTime(int, Calendar) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getTime(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getTime(String, Calendar) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getTimeout() - Method in class org.frankframework.http.HttpSessionBase
 
getTimeout() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getTimeout() - Method in class org.frankframework.jdbc.JdbcSenderBase
 
getTimeout() - Method in class org.frankframework.jms.JmsListenerBase
 
getTimeout() - Method in class org.frankframework.jms.JmsMessageBrowser
 
getTimeout() - Method in class org.frankframework.pipes.TimeoutGuardPipe
 
getTimeout() - Method in class org.frankframework.senders.CommandSender
 
getTimeout() - Method in class org.frankframework.senders.MailSenderBase
 
getTimeoutOnResult() - Method in class org.frankframework.pipes.MessageSendingPipe
 
getTimestamp(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getTimestamp(int, Calendar) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getTimestamp(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getTimestamp(String, Calendar) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getTimestampField() - Method in class org.frankframework.jdbc.JdbcTableListener
 
getTimeToIdleSeconds() - Method in class org.frankframework.cache.EhCache
 
getTimeToLiveSeconds() - Method in class org.frankframework.cache.EhCache
 
getTNS() - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
 
getToken() - Method in class org.frankframework.http.rest.ApiPrincipal
 
getTokenEndpoint() - Method in class org.frankframework.http.HttpSessionBase
 
getTokenExpiry() - Method in class org.frankframework.http.HttpSessionBase
 
getTokenizedProperty(String, String) - Method in class org.frankframework.util.AppConstants
Deprecated.
getTopicConnectionFactoryName() - Method in class org.frankframework.jms.JMSFacade
 
getTopicConnectionFactoryName() - Method in class org.frankframework.jms.JmsRealm
 
getTotal() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getTotalLength() - Method in class org.frankframework.http.mime.MultipartForm
Determines the total length of the multipart content (content length of individual parts plus that of extra elements required to delimit the parts from one another).
getTotalMessages() - Method in class org.frankframework.management.bus.dto.StorageItemsDTO
 
getTotalSquare() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getTransaction(TransactionDefinition) - Method in class org.frankframework.jta.SpringTxManagerProxy
 
getTransactionAttribute() - Method in interface org.frankframework.core.HasTransactionAttribute
 
getTransactionAttribute() - Method in class org.frankframework.core.TransactionAttributes
 
getTransactionAttribute() - Method in class org.frankframework.util.Locker
 
getTransactionAttributeNum() - Method in enum org.frankframework.core.TransactionAttribute
 
getTransactionDefinition(int, int) - Static method in class org.frankframework.jta.SpringTxManagerProxy
 
getTransactionTimeout() - Method in interface org.frankframework.core.HasTransactionAttribute
 
getTransactionTimeout() - Method in class org.frankframework.core.TransactionAttributes
 
getTransactionTimeout() - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
getTransactionTimeout() - Method in class org.frankframework.util.Locker
 
getTransferEncoding() - Method in class org.frankframework.http.mime.MessageContentBody
 
getTransformer() - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Get the Transformer associated with this handler, which is needed in order to set parameters and output properties.
getTransformer() - Method in class org.frankframework.util.TransformerPool
 
getTransformer() - Method in class org.frankframework.xml.TransformerFilter
 
getTransformerFactory() - Static method in class org.frankframework.util.XmlUtils
 
getTransformerFactory(int) - Static method in class org.frankframework.util.XmlUtils
 
getTransformerFactory(int, ErrorListener) - Static method in class org.frankframework.util.XmlUtils
 
getTransformerFilter(ThreadConnector<?>, ContentHandler) - Method in class org.frankframework.util.TransformerPool
 
getTransformerFilter(ThreadConnector<?>, ContentHandler, boolean, boolean) - Method in class org.frankframework.util.TransformerPool
 
getTransformerHandler() - Method in class org.frankframework.util.TransformerPool
 
getTransformerPoolToUse(PipeLineSession) - Method in class org.frankframework.senders.XsltSender
 
getTransportGuarantee(String) - Static method in class org.frankframework.lifecycle.ServletManager
 
getTreatInputMessageAsParameters() - Method in class org.frankframework.http.HttpSender
 
getTrigger(int) - Method in class org.frankframework.monitoring.Monitor
 
getTrigger(String) - Method in class org.frankframework.scheduler.SchedulerHelper
 
getTrigger(String, String) - Method in class org.frankframework.scheduler.SchedulerHelper
 
getTriggers() - Method in class org.frankframework.monitoring.Monitor
 
getTriggerType() - Method in interface org.frankframework.monitoring.ITrigger
 
getTriggerType() - Method in class org.frankframework.monitoring.Trigger
 
getTrustManagerAlgorithm() - Method in interface org.frankframework.encryption.HasTruststore
 
getTrustManagerAlgorithm() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getTrustManagerAlgorithm() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getTrustManagerAlgorithm() - Method in class org.frankframework.ftp.FtpSession
 
getTrustManagerAlgorithm() - Method in class org.frankframework.http.HttpSessionBase
 
getTrustManagerAlgorithm() - Method in class org.frankframework.senders.SendGridSender
 
getTruststore() - Method in interface org.frankframework.encryption.HasTruststore
 
getTruststore() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getTruststore() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getTruststore() - Method in class org.frankframework.ftp.FtpSession
 
getTruststore() - Method in class org.frankframework.http.HttpSessionBase
 
getTruststore() - Method in class org.frankframework.senders.SendGridSender
 
getTruststoreAuthAlias() - Method in interface org.frankframework.encryption.HasTruststore
 
getTruststoreAuthAlias() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getTruststoreAuthAlias() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getTruststoreAuthAlias() - Method in class org.frankframework.ftp.FtpSession
 
getTruststoreAuthAlias() - Method in class org.frankframework.http.HttpSessionBase
 
getTruststoreAuthAlias() - Method in class org.frankframework.senders.SendGridSender
 
getTruststorePassword() - Method in interface org.frankframework.encryption.HasTruststore
 
getTruststorePassword() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getTruststorePassword() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getTruststorePassword() - Method in class org.frankframework.ftp.FtpSession
 
getTruststorePassword() - Method in class org.frankframework.http.HttpSessionBase
 
getTruststorePassword() - Method in class org.frankframework.senders.SendGridSender
 
getTruststoreType() - Method in interface org.frankframework.encryption.HasTruststore
 
getTruststoreType() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getTruststoreType() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
getTruststoreType() - Method in class org.frankframework.ftp.FtpSession
 
getTruststoreType() - Method in class org.frankframework.http.HttpSessionBase
 
getTruststoreType() - Method in class org.frankframework.senders.SendGridSender
 
getTsReceived() - Method in class org.frankframework.core.PipeLineSession
 
getTsReceived(Map<String, Object>) - Static method in class org.frankframework.core.PipeLineSession
 
getTsSent() - Method in class org.frankframework.core.PipeLineSession
 
getTsSent(Map<String, Object>) - Static method in class org.frankframework.core.PipeLineSession
 
getTxDef() - Method in interface org.frankframework.core.HasTransactionAttribute
 
getTxDef() - Method in class org.frankframework.core.TransactionAttributes
 
getTxDef() - Method in class org.frankframework.util.Locker
 
getTxManager() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
getTxManager() - Method in class org.frankframework.jms.JMSFacade
 
getTxManager() - Method in class org.frankframework.processors.TransactionAttributePipeLineProcessor
 
getTxManager() - Method in class org.frankframework.processors.TransactionAttributePipeProcessor
 
getTxManager() - Method in class org.frankframework.receivers.PullingListenerContainer
 
getTxManager() - Method in class org.frankframework.receivers.Receiver
 
getTxManager() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
getTxManager() - Method in class org.frankframework.util.Locker
 
getType() - Method in class org.frankframework.align.content.JsonElementContainer
 
getType() - Method in interface org.frankframework.core.IMessageBrowsingIteratorItem
 
getType() - Method in interface org.frankframework.core.ITransactionalStorage
 
getType() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIteratorItem
 
getType() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getType() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getType() - Method in class org.frankframework.jdbc.XmlQuerySender.Column
 
getType() - Method in class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
getType() - Method in class org.frankframework.jms.JmsTransactionalStorage
 
getType() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getType() - Method in class org.frankframework.management.bus.dto.MonitorDTO
 
getType() - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
getType() - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
getType() - Method in class org.frankframework.monitoring.Monitor
 
getType() - Method in class org.frankframework.parameters.Parameter
 
getType() - Method in class org.frankframework.pipes.ChecksumPipe
 
getType() - Method in class org.frankframework.pipes.GetFromSession
 
getType() - Method in class org.frankframework.pipes.UUIDGeneratorPipe
 
getType() - Method in class org.frankframework.senders.MailSenderBase.EMail
 
getType() - Method in class org.frankframework.util.Locker
 
getType(int) - Method in class org.frankframework.xml.AttributesWrapper
 
getType(String) - Method in class org.frankframework.xml.AttributesWrapper
 
getType(String, String) - Method in class org.frankframework.xml.AttributesWrapper
 
getType(String, String) - Method in class org.frankframework.xml.NamespaceRemovingAttributesWrapper
 
getTypeDefinition() - Method in class org.frankframework.align.AlignmentContext
 
getTypeDefinition() - Method in class org.frankframework.align.XmlAligner
 
getTypeDefinition(PSVIProvider) - Method in class org.frankframework.align.XmlAligner
 
getTypeField() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getTypes() - Static method in class org.frankframework.statistics.StatisticsKeeper
 
getUCharacters() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
getUid() - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
getUidFile() - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
getUnicodeStream(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getUnicodeStream(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getUnits() - Method in class org.frankframework.statistics.SizeStatisticsKeeper
 
getUnits() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getUnlessSessionKey() - Method in class org.frankframework.pipes.FixedForwardPipe
 
getUnlessValue() - Method in class org.frankframework.pipes.FixedForwardPipe
 
getUnprocessedChildElementNames(XSElementDeclaration, N, Set<String>) - Method in class org.frankframework.align.ToXml
 
getUnprocessedChildElementNames(XSElementDeclaration, N, Set<String>) - Method in class org.frankframework.align.Tree2Xml
 
getUpdateStatementResult(PreparedStatement, String, PreparedStatement, int) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getUpdateStatusQuery(ProcessState) - Method in class org.frankframework.jdbc.JdbcListener
 
getUri() - Method in class org.frankframework.xml.PrefixMapping
 
getURI(int) - Method in class org.frankframework.xml.AttributesWrapper
 
getURI(int) - Method in class org.frankframework.xml.NamespaceRemovingAttributesWrapper
 
getURI(String) - Method in class org.frankframework.http.HttpSessionBase
Makes sure only http(s) requests can be performed.
getUriPattern() - Method in class org.frankframework.http.rest.ApiDispatchConfig
 
getUriPattern() - Method in class org.frankframework.http.rest.ApiListener
 
getUriPattern() - Method in class org.frankframework.http.RestListener
 
getUriPattern() - Method in class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
 
getUriPattern() - Method in class org.frankframework.pipes.EtagHandlerPipe
Deprecated.
 
getUriPatterns() - Method in class org.frankframework.http.RestServiceDispatcher
 
getUrl() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
getUrl() - Method in class org.frankframework.http.HttpSenderBase
 
getUrl() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getURL(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getURL(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getUrlMapping() - Method in class org.frankframework.http.cxf.SoapProviderServlet
 
getUrlMapping() - Method in class org.frankframework.http.HttpListenerServlet
 
getUrlMapping() - Method in class org.frankframework.http.rest.ApiListenerServlet
 
getUrlMapping() - Method in class org.frankframework.http.RestListenerServlet
 
getUrlMapping() - Method in class org.frankframework.http.RestPublicListenerServlet
 
getUrlMapping() - Method in class org.frankframework.lifecycle.WebContentServlet
 
getUrlMapping() - Method in class org.frankframework.metrics.PrometheusMeterServlet
 
getUrlMapping() - Method in class org.frankframework.webcontrol.RedirectIndexProxy
 
getUrlParam() - Method in class org.frankframework.http.HttpSenderBase
 
getUrlPkgPrefixes() - Method in class org.frankframework.jms.JmsRealm
 
getUrlPkgPrefixes() - Method in class org.frankframework.jndi.JndiBase
 
getUseNamedParams() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
getUser() - Method in class org.frankframework.configuration.classloaders.DatabaseClassLoader
 
getUser() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getUserClass(Object) - Method in class org.frankframework.monitoring.MonitorDestinationBase
 
getUserId() - Method in class org.frankframework.senders.MailSenderBase
 
getUsername() - Method in class org.frankframework.filesystem.MailFileSystemBase
 
getUsername() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
getUsername() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
getUsername() - Method in class org.frankframework.ftp.FtpSession
 
getUsername() - Method in class org.frankframework.ftp.SftpSession
 
getUsername() - Method in class org.frankframework.http.HttpSessionBase
 
getUsername() - Method in class org.frankframework.http.WebServiceNtlmSender
 
getUsername() - Method in class org.frankframework.jdbc.JdbcFacade
 
getUsername() - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
getUsername() - Method in class org.frankframework.parameters.Parameter
 
getUsername() - Method in class org.frankframework.util.CredentialFactory
 
getUserTransactionUrl() - Method in class org.frankframework.jms.JmsRealm
 
getUtilityInstance(String) - Static method in class org.frankframework.util.TransformerPool
Special utility method to create a new TransformerPool without a ClassLoader.
getUtilityInstance(String, int) - Static method in class org.frankframework.util.TransformerPool
Special utility method to create a new TransformerPool without a ClassLoader.
getValidAddress(String, String) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
getValidAddressFromHeader(String, Map<String, Object>) - Static method in class org.frankframework.filesystem.MailFileSystemUtils
 
getValidatorHandler(URL) - Static method in class org.frankframework.align.XmlAligner
 
getValidatorHandler(URL) - Static method in class org.frankframework.util.XmlUtils
 
getValidatorHandler(Source) - Static method in class org.frankframework.util.XmlUtils
 
getValidatorHandler(PipeLineSession, ValidationContext) - Method in class org.frankframework.validation.AbstractXmlValidator
 
getValidatorHandler(PipeLineSession, ValidationContext) - Method in class org.frankframework.validation.JavaxXmlValidator
 
getValidatorHandler(PipeLineSession, ValidationContext) - Method in class org.frankframework.validation.XercesXmlValidator
 
getValidElementsAtLevel(int) - Method in class org.frankframework.validation.RootValidation
Comma separated list of elements valid at level in path.
getValidLastElements() - Method in class org.frankframework.validation.RootValidation
 
getValue() - Method in class org.frankframework.jdbc.XmlQuerySender.Column
 
getValue() - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
getValue() - Method in class org.frankframework.parameters.Parameter
 
getValue() - Method in class org.frankframework.parameters.ParameterValue
Returns the value of the parameter
getValue() - Method in class org.frankframework.pipes.PutInSession
 
getValue() - Method in class org.frankframework.statistics.CounterStatistic
 
getValue() - Method in class org.frankframework.statistics.ScalarMetricBase
 
getValue() - Method in class org.frankframework.util.Counter
 
getValue(int) - Method in class org.frankframework.xml.AttributesWrapper
 
getValue(String) - Method in class org.frankframework.xml.AttributesWrapper
 
getValue(String, String) - Method in class org.frankframework.xml.AttributesWrapper
 
getValue(String, String) - Method in class org.frankframework.xml.NamespaceRemovingAttributesWrapper
 
getValue(IDbmsSupport, ResultSet, int, ResultSetMetaData, String, boolean, String, boolean, boolean, boolean) - Static method in class org.frankframework.util.JdbcUtil
 
getValue(ParameterValueList, String, String) - Static method in class org.frankframework.parameters.ParameterValueList
 
getValue(ParameterValueList, String, Message) - Static method in class org.frankframework.parameters.ParameterValueList
 
getValue(ParameterValueList, Parameter, Message, PipeLineSession, boolean) - Method in class org.frankframework.parameters.ParameterList
 
getValue(ParameterValueList, Message, PipeLineSession, boolean) - Method in class org.frankframework.parameters.Parameter
determines the raw value
getValueInField() - Method in class org.frankframework.pipes.DomainTransformerPipe
 
getValueInputSessionKey() - Method in class org.frankframework.cache.CacheAdapterBase
 
getValueMap() - Method in class org.frankframework.parameters.ParameterValueList
Returns a Map of value objects which may be a subset of the ParameterList when multiple parameters exist with the same name!
getValueNamespaceDefs() - Method in class org.frankframework.cache.CacheAdapterBase
 
getValueOut(String, String, String, PreparedStatement) - Method in class org.frankframework.pipes.DomainTransformerPipe
 
getValueOutField() - Method in class org.frankframework.pipes.DomainTransformerPipe
 
getValues(Message, PipeLineSession) - Method in class org.frankframework.parameters.ParameterList
 
getValues(Message, PipeLineSession, boolean) - Method in class org.frankframework.parameters.ParameterList
Returns a List of ParameterValue objects
getValueStyleSheet() - Method in class org.frankframework.cache.CacheAdapterBase
 
getValueXPath() - Method in class org.frankframework.cache.CacheAdapterBase
 
getValueXPathOutputType() - Method in class org.frankframework.cache.CacheAdapterBase
 
getVariance() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
getVariance() - Method in class org.frankframework.statistics.Basics
 
getVariance() - Method in class org.frankframework.statistics.BigBasics
 
getVariance() - Method in interface org.frankframework.statistics.IBasics
 
getVariance() - Method in class org.frankframework.statistics.MicroMeterBasics
 
getVariance() - Method in class org.frankframework.statistics.StatisticsKeeper
 
getVersion() - Method in class org.frankframework.configuration.BuildInfoValidator
 
getVersion() - Method in class org.frankframework.configuration.classloaders.DatabaseClassLoader
 
getVersion() - Method in class org.frankframework.configuration.Configuration
 
getVersion() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
getVersionInfo() - Static method in class org.frankframework.util.XmlUtils
 
getView() - Method in class org.frankframework.http.RestListener
 
getWaitBeforeRetry() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getWarnings() - Method in class org.frankframework.configuration.ApplicationWarningsBase
 
getWarnings() - Method in class org.frankframework.jdbc.BlobOutputStream
 
getWarnings() - Method in class org.frankframework.jdbc.ClobWriter
 
getWarnings() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
getWarnings() - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
 
getWarningsList() - Static method in class org.frankframework.configuration.ApplicationWarnings
 
getWebServices(Message<?>) - Method in class org.frankframework.management.bus.endpoints.WebServices
 
getWhereClause(String, boolean) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
getWildcard() - Method in class org.frankframework.filesystem.FileSystemActor
 
getWildcard() - Method in class org.frankframework.filesystem.FileSystemListener
 
getWildcard() - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
getWildcard() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getWildcard() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
getWildcardSessionKey() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
getWriter() - Method in class org.frankframework.stream.xml.XmlTap
 
getWriter() - Method in class org.frankframework.xml.XmlWriter
 
getWriter(OutputStream, boolean) - Static method in class org.frankframework.soap.WsdlGeneratorUtils
 
getWriteSuffix() - Method in class org.frankframework.util.FileHandler
 
getWsdl() - Method in class org.frankframework.pipes.WsdlXmlValidator
 
getWSDL(Message<?>) - Method in class org.frankframework.management.bus.endpoints.WebServices
 
getWssAuthAlias() - Method in class org.frankframework.http.WebServiceSender
 
getWssAuthAlias() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getWssPassword() - Method in class org.frankframework.http.WebServiceSender
 
getWssPassword() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getWssUserName() - Method in class org.frankframework.http.WebServiceSender
 
getWssUserName() - Method in class org.frankframework.soap.SoapWrapperPipe
 
getXAResources() - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
getXML(IDbmsSupport, CallableStatement, boolean, Map<Integer, Parameter>, int, boolean) - Method in class org.frankframework.util.DB2XMLWriter
 
getXML(IDbmsSupport, CallableStatement, boolean, Map<Integer, Parameter>, int, boolean, ContentHandler, boolean) - Method in class org.frankframework.util.DB2XMLWriter
 
getXML(IDbmsSupport, ResultSet) - Method in class org.frankframework.util.DB2XMLWriter
Retrieve the Resultset as a well-formed XML string
getXML(IDbmsSupport, ResultSet, int) - Method in class org.frankframework.util.DB2XMLWriter
Retrieve the Resultset as a well-formed XML string
getXML(IDbmsSupport, ResultSet, int, boolean) - Method in class org.frankframework.util.DB2XMLWriter
 
getXML(IDbmsSupport, ResultSet, int, boolean, ContentHandler, boolean) - Method in class org.frankframework.util.DB2XMLWriter
 
getXMLConfiguration(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ConfigManagement
The header 'loaded' is used to differentiate between the loaded and original (raw) XML.
getXmlDebugger() - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
getXmlDebugger() - Method in class org.frankframework.senders.JsonXsltSender
 
getXmlReader(PipeLineSession, ContentHandler) - Method in class org.frankframework.senders.JsonXsltSender
 
getXmlReader(PipeLineSession, ContentHandler) - Method in class org.frankframework.senders.XsltSender
 
getXMLReader(IScopeProvider) - Static method in class org.frankframework.util.XmlUtils
 
getXMLReader(ContentHandler) - Static method in class org.frankframework.util.XmlUtils
 
getXmlReasons() - Method in class org.frankframework.validation.XmlValidatorErrorHandler
 
getXmlReasonSessionKey() - Method in class org.frankframework.pipes.XmlValidator
 
getXmlReasonSessionKey() - Method in class org.frankframework.validation.AbstractXmlValidator
 
getXmlSchemaVersion() - Method in class org.frankframework.validation.AbstractXmlValidator
 
getXmlTag() - Method in class org.frankframework.pipes.Text2XmlPipe
 
getXpath() - Method in class org.frankframework.validation.XmlValidatorContentHandler
 
getXpath(List<String>) - Method in class org.frankframework.validation.XmlValidatorContentHandler
 
getXpathExpression() - Method in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
 
getXpathExpression() - Method in class org.frankframework.parameters.Parameter
 
getXpathExpression() - Method in class org.frankframework.pipes.IteratingPipe
 
getXpathExpression() - Method in class org.frankframework.pipes.XmlIf
 
getXpathExpression() - Method in class org.frankframework.pipes.XmlSwitch
 
getXpathExpression() - Method in class org.frankframework.pipes.XsltPipe
 
getXpathExpression() - Method in class org.frankframework.senders.XsltSender
 
getXPathFactory() - Static method in class org.frankframework.util.XmlUtils
 
getXPathFactory(int) - Static method in class org.frankframework.util.XmlUtils
 
getXPathTransformerPool(String, String, TransformerPool.OutputType, boolean, ParameterList) - Static method in class org.frankframework.util.TransformerPool
 
getXqueryFile() - Method in class org.frankframework.pipes.XQueryPipe
 
getXqueryName() - Method in class org.frankframework.pipes.XQueryPipe
 
getXsdDefaultNamespace() - Method in interface org.frankframework.validation.IXSD
 
getXsdDefaultNamespace() - Method in class org.frankframework.validation.XSD
 
getXsds() - Method in interface org.frankframework.core.IXmlValidator
 
getXsds() - Method in class org.frankframework.pipes.WsdlXmlValidator
 
getXsds() - Method in class org.frankframework.pipes.XmlValidator
 
getXsds() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
getXsds(IXmlValidator) - Method in class org.frankframework.soap.WsdlGenerator
 
getXsdsGroupedByNamespace(Set<IXSD>, boolean) - Static method in class org.frankframework.validation.SchemaUtils
 
getXsdsRecursive(Set<IXSD>) - Static method in class org.frankframework.validation.XSD
 
getXsdsRecursive(Set<IXSD>, boolean) - Static method in class org.frankframework.validation.XSD
 
getXsdTargetNamespace() - Method in interface org.frankframework.validation.IXSD
 
getXsdTargetNamespace() - Method in class org.frankframework.validation.XSD
 
getXsltConfig(Source) - Static method in class org.frankframework.util.XmlUtils
 
getXsltVersion() - Method in class org.frankframework.parameters.Parameter
 
getXsltVersion() - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
getXsltVersion() - Method in class org.frankframework.pipes.XmlIf
 
getXsltVersion() - Method in class org.frankframework.pipes.XmlSwitch
 
getXsltVersion() - Method in class org.frankframework.senders.XsltSender
 
getXsltVersion() - Method in class org.frankframework.util.TransformerPool
 
getXsModels() - Method in class org.frankframework.validation.ValidationContext
 
getXSModels() - Method in class org.frankframework.pipes.XmlValidator
 
getXSModels() - Method in class org.frankframework.validation.AbstractXmlValidator
 
getXSModels() - Method in class org.frankframework.validation.JavaxXmlValidator
 
getXSModels() - Method in class org.frankframework.validation.XercesXmlValidator
 
getXSModels(List<Schema>) - Method in class org.frankframework.validation.JavaxXmlValidator
 
getZipEntryPattern() - Method in class org.frankframework.pipes.CompressPipe
 
getZipInputStream(Message, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.compression.ZipIteratorPipe
 
GLOBAL_DEFAULT_DATASOURCE_NAME - Static variable in class org.frankframework.jndi.JndiDataSourceFactory
 
GLOBAL_DEFAULT_DATASOURCE_NAME - Static variable in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
GLOBAL_DEFAULT_DATASOURCE_NAME - Static variable in class org.frankframework.mongodb.JndiMongoClientFactory
 
GLOBAL_DEFAULT_DATASOURCE_NAME_DEFAULT - Static variable in class org.frankframework.mongodb.JndiMongoClientFactory
 
GlobalListItem - Class in org.frankframework.util
Base class for items of global lists.
GlobalListItem() - Constructor for class org.frankframework.util.GlobalListItem
 
GlobalScopeProvider() - Constructor for class org.frankframework.core.Resource.GlobalScopeProvider
 
go(byte[], PipeLineSession, ParameterList) - Method in interface org.frankframework.util.FileHandler.TransformerAction
 
go(byte[], PipeLineSession, ParameterList, String) - Method in interface org.frankframework.util.FileHandler.TransformerActionWithOutputTypeStream
 
go(InputStream, PipeLineSession, ParameterList) - Method in interface org.frankframework.util.FileHandler.TransformerActionWithInputTypeStream
 
GRAMMAR_POOL - Static variable in class org.frankframework.validation.XercesXmlValidator
Property identifier: grammar pool.
GraphvizEngine - Class in org.frankframework.util.flow.graphviz
JavaScript engine wrapper for VizJs flow diagrams
GraphvizEngine() - Constructor for class org.frankframework.util.flow.graphviz.GraphvizEngine
Create a new GraphvizEngine instance.
GraphvizEngine(String) - Constructor for class org.frankframework.util.flow.graphviz.GraphvizEngine
Create a new GraphvizEngine instance
GraphvizJsFlowGenerator - Class in org.frankframework.util.flow
Initialized through Spring.
GraphvizJsFlowGenerator() - Constructor for class org.frankframework.util.flow.GraphvizJsFlowGenerator
 
GridMailSession() - Constructor for class org.frankframework.senders.SendGridSender.GridMailSession
 
groupLevel - Variable in class org.frankframework.statistics.MetricsInitializer.NodeConfig
 
Guard - Class in org.frankframework.util
A Guard is the counterpart of the Semaphore that waits till all resources have been released.
Guard() - Constructor for class org.frankframework.util.Guard
 
Guard(int) - Constructor for class org.frankframework.util.Guard
 
GZ - Enum constant in enum org.frankframework.pipes.CompressPipe.FileFormat
Gzip format; also used when direction is compress and resultIsContent=true or when direction is decompress and messageIsContent=true

H

handle(Callback[]) - Method in class org.frankframework.filesystem.smb.UsernameAndPasswordCallbackHandler
 
handle(K, V) - Method in interface org.frankframework.ldap.Callback
 
handle(DigesterRule) - Method in class org.frankframework.configuration.digester.DigesterRulesHandler
 
handle(DigesterRule) - Method in class org.frankframework.configuration.digester.DigesterRulesParser
 
handle(Message, PipeLineSession, ParameterList) - Method in class org.frankframework.util.FileHandler
 
handleAction(IbisAction, String, String, String, String, boolean) - Method in interface org.frankframework.configuration.IbisManager
Utility function to give commands to Adapters and Receivers
handleAction(IbisAction, String, String, String, String, boolean) - Method in class org.frankframework.unmanaged.DefaultIbisManager
 
handleAttribute(String, String, Map<String, String>) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
 
handleAttribute(String, String, Map<String, String>) - Method in class org.frankframework.configuration.digester.ValidateAttributeRule
 
handleBean() - Method in class org.frankframework.configuration.digester.DigesterRuleBase
 
handleBean() - Method in class org.frankframework.configuration.digester.ValidateAttributeRule
 
handleBrowseDatabase(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseJdbcTable
 
handleComplexTypedElement(XSElementDeclaration, N) - Method in class org.frankframework.align.ToXml
 
handleElement(XSElementDeclaration, N) - Method in class org.frankframework.align.ToXml
 
handleElementContents(XSElementDeclaration, JsonValue) - Method in class org.frankframework.align.Json2Xml
 
handleElementContents(XSElementDeclaration, N) - Method in class org.frankframework.align.ToXml
 
handleError(String) - Method in class org.frankframework.align.ToXml
 
handleError(LdapSender, PipeLineSession, int, String) - Method in class org.frankframework.ldap.LdapChallengePipe
Deprecated.
 
handleError(SAXException) - Method in class org.frankframework.align.ToXml
 
handleException(Exception) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
handleException(Exception) - Method in class org.frankframework.xml.ThreadConnectingFilter
 
handleIbisAction(Message<?>) - Method in class org.frankframework.management.bus.endpoints.HandleIbisManagerAction
 
HandleIbisManagerAction - Class in org.frankframework.management.bus.endpoints
 
HandleIbisManagerAction() - Constructor for class org.frankframework.management.bus.endpoints.HandleIbisManagerAction
 
handleItem(I) - Method in class org.frankframework.pipes.IteratingPipe.ItemCallback
 
handleJob(ManageScheduler.JobAction, JobKey, String) - Method in class org.frankframework.management.bus.endpoints.ManageScheduler
 
handleMultipartResponse(String, InputStream, PipeLineSession) - Static method in class org.frankframework.http.HttpSender
return the first part as Message and put the other parts as InputStream in the PipeLineSession
handlePendingStartElements() - Method in class org.frankframework.xml.SkipEmptyTagsFilter
 
handleRecoverableError(String, boolean) - Method in class org.frankframework.align.XmlAligner
 
handleRootNode(C, String, String) - Method in class org.frankframework.align.ToXml
Pushes node through validator.
handleScalar(D, String, long) - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
handleScalar(D, String, Date) - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
handleScalar(D, String, ScalarMetricBase<?>) - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
handleScalar(MetricsInitializer.NodeConfig, String, long) - Method in class org.frankframework.statistics.MetricsInitializer
 
handleScalar(MetricsInitializer.NodeConfig, String, Date) - Method in class org.frankframework.statistics.MetricsInitializer
 
handleScalar(MetricsInitializer.NodeConfig, String, ScalarMetricBase<?>) - Method in class org.frankframework.statistics.MetricsInitializer
 
handleScheduler(ManageScheduler.ScheduleAction, String) - Method in class org.frankframework.management.bus.endpoints.ManageScheduler
 
handleSimpleTypedElement(XSElementDeclaration, XSSimpleTypeDefinition, N) - Method in class org.frankframework.align.ToXml
 
handleStatisticsKeeper(D, StatisticsKeeper) - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
handleStatisticsKeeper(MetricsInitializer.NodeConfig, StatisticsKeeper) - Method in class org.frankframework.statistics.MetricsInitializer
 
HARMLESS - Enum constant in enum org.frankframework.monitoring.Severity
 
hasChild(XSElementDeclaration, JsonValue, String) - Method in class org.frankframework.align.Json2Xml
 
hasChild(XSElementDeclaration, N, String) - Method in class org.frankframework.align.ToXml
 
hasChild(XSElementDeclaration, N, String) - Method in class org.frankframework.align.Tree2Xml
 
hasChild(XSElementDeclaration, Properties2Xml.PropertyNode, String) - Method in class org.frankframework.align.Properties2Xml
 
hasChild(XSElementDeclaration, Node, String) - Method in class org.frankframework.align.DomTreeAligner
 
hasDataAvailable(Message) - Static method in class org.frankframework.stream.Message
Check if a message has any data available.
hasDependency(Set<IXSD>) - Method in interface org.frankframework.validation.IXSD
 
HASH_BYTE_SIZE - Static variable in class org.frankframework.util.PasswordHash
 
hashCode() - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
hashCode() - Method in class org.frankframework.validation.XSD
 
HashPipe - Class in org.frankframework.pipes
Pipe that hashes the input message.
HashPipe() - Constructor for class org.frankframework.pipes.HashPipe
 
HashPipe.HashAlgorithm - Enum in org.frankframework.pipes
 
HashPipe.HashEncoding - Enum in org.frankframework.pipes
 
HasKeystore - Interface in org.frankframework.encryption
 
hasMethod(ApiListener.HttpMethod) - Method in class org.frankframework.http.rest.ApiDispatchConfig
 
hasMigrationScript() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
Check whether the configuration contains liquibase script that can be translated into sql statements in the classpath
hasNext() - Method in interface org.frankframework.core.IDataIterator
 
hasNext() - Method in interface org.frankframework.core.IMessageBrowsingIterator
 
hasNext() - Method in class org.frankframework.core.PeekableDataIterator
 
hasNext() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIterator
 
hasNext() - Method in class org.frankframework.jms.JmsQueueBrowserIterator
 
hasNext() - Method in class org.frankframework.util.ReaderLineIterator
 
hasOverride(AlignmentContext) - Method in class org.frankframework.align.OverridesMap
 
hasOverride(AlignmentContext) - Method in interface org.frankframework.align.SubstitutionProvider
 
HasPhysicalDestination - Interface in org.frankframework.core
The HasPhysicalDestination allows objects to declare that they have a physical destination.
hasRawMessageAvailable() - Method in interface org.frankframework.core.IPeekableListener
 
hasRawMessageAvailable() - Method in class org.frankframework.jdbc.JdbcListener
 
hasRawMessageAvailable(Connection) - Method in class org.frankframework.jdbc.JdbcListener
 
HasSender - Interface in org.frankframework.core
The HasSender is allows objects to declare that they have a Sender.
hasSizeStatistics() - Method in interface org.frankframework.core.IPipe
 
hasSizeStatistics() - Method in class org.frankframework.pipes.AbstractPipe
 
hasSizeStatistics() - Method in class org.frankframework.pipes.MessageSendingPipe
 
hasSizeStatistics() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
hasSizeStatistics() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
hasSOAPActionName() - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
 
HasSpecialDefaultValues - Interface in org.frankframework.configuration
Interface to be implemented when a class has one or more special default values (i.e.
HasStatistics - Interface in org.frankframework.statistics
Interface to be implemented by objects like Pipes or Senders that maintain additional statistics themselves.
HasStatistics.Action - Enum in org.frankframework.statistics
 
hasSubstitutionsFor(AlignmentContext, String) - Method in class org.frankframework.align.OverridesMap
 
hasSubstitutionsFor(AlignmentContext, String) - Method in interface org.frankframework.align.SubstitutionProvider
 
HasTransactionAttribute - Interface in org.frankframework.core
The HasTransactionAttribute allows Pipes to declare transaction and isolation behavior.
HasTruststore - Interface in org.frankframework.encryption
 
hasWhitelistedRecipients() - Method in class org.frankframework.senders.MailSender.MailSession
 
hasWhitelistedRecipients() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
hasWhitelistedRecipients() - Method in class org.frankframework.senders.SendGridSender.GridMailSession
 
HEAD - Enum constant in enum org.frankframework.http.HttpSenderBase.HttpMethod
 
HEAD - Enum constant in enum org.frankframework.http.rest.ApiListener.HttpMethod
 
HEADER - Enum constant in enum org.frankframework.http.rest.ApiListener.AuthenticationMethods
 
HEADER_MESSAGEID_KEY - Static variable in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
 
HEADER_PIPE_NAME_KEY - Static variable in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
 
HEADER_PREFIX - Static variable in class org.frankframework.stream.MessageContext
 
HEADER_PROCESSSTATE_KEY - Static variable in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
 
HEADER_RECEIVER_NAME_KEY - Static variable in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
 
headerParamsSet - Variable in class org.frankframework.http.HttpSenderBase
 
headerSelector(E, String) - Static method in class org.frankframework.management.bus.MessageDispatcher
 
HealthCheck - Class in org.frankframework.management.bus.endpoints
 
HealthCheck() - Constructor for class org.frankframework.management.bus.endpoints.HealthCheck
 
HEARTBEAT - Enum constant in enum org.frankframework.monitoring.EventType
 
heartbeatLog - Variable in class org.frankframework.scheduler.job.RecoverAdaptersJob
 
Hex - Enum constant in enum org.frankframework.pipes.HashPipe.HashEncoding
 
HISTOGRAM_PUBLISH_KEY - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
histogramCounts() - Method in class org.frankframework.metrics.LocalDistributionSummary
For Prometheus we cannot use the histogram counts from HistogramSnapshot, as it is based on a rolling histogram.
histogramSnapshot - Variable in class org.frankframework.statistics.MicroMeterBasics.MicroMeterSnapshot
 
HmacMD5 - Enum constant in enum org.frankframework.pipes.HashPipe.HashAlgorithm
 
HmacSHA1 - Enum constant in enum org.frankframework.pipes.HashPipe.HashAlgorithm
 
HmacSHA256 - Enum constant in enum org.frankframework.pipes.HashPipe.HashAlgorithm
 
HmacSHA384 - Enum constant in enum org.frankframework.pipes.HashPipe.HashAlgorithm
 
HmacSHA512 - Enum constant in enum org.frankframework.pipes.HashPipe.HashAlgorithm
 
HOLD - Enum constant in enum org.frankframework.core.ProcessState
 
HOLDSTORAGE - Enum constant in enum org.frankframework.core.IMessageBrowser.StorageType
 
HostnamePropertySourcePostProcessor - Class in org.frankframework.configuration
Make the hostname property available to the Ibis configuration and the Spring configuration.
HostnamePropertySourcePostProcessor() - Constructor for class org.frankframework.configuration.HostnamePropertySourcePostProcessor
 
HTTP - Enum constant in enum org.frankframework.ftp.FtpSession.TransportType
 
HTTP - Enum constant in enum org.frankframework.ftp.SftpSession.TransportType
 
HTTP_METHOD_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
HTTP_REQUEST_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
HTTP_RESPONSE_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
HttpAuthenticationException - Exception in org.frankframework.http.authentication
 
HttpAuthenticationException() - Constructor for exception org.frankframework.http.authentication.HttpAuthenticationException
 
HttpAuthenticationException(String) - Constructor for exception org.frankframework.http.authentication.HttpAuthenticationException
 
HttpAuthenticationException(String, Throwable) - Constructor for exception org.frankframework.http.authentication.HttpAuthenticationException
 
HttpAuthenticationException(Throwable) - Constructor for exception org.frankframework.http.authentication.HttpAuthenticationException
 
httpBinding(XMLStreamWriter, String) - Method in class org.frankframework.soap.WsdlGenerator
 
httpClient - Variable in class org.frankframework.http.WebServiceNtlmSender
 
HttpListener - Class in org.frankframework.http
Deprecated.
HttpListener() - Constructor for class org.frankframework.http.HttpListener
Deprecated.
 
HttpListenerServlet - Class in org.frankframework.http
Servlet that listens for HTTP GET or POSTS, and handles them over to the ServiceDispatcher
HttpListenerServlet() - Constructor for class org.frankframework.http.HttpListenerServlet
 
HttpMessageEntity - Class in org.frankframework.http
Custom implementation of an HttpEntity which deals with HttpMessageEntity.isRepeatable(), HttpMessageEntity.isStreaming(), Message.getCharset() and Message.size().
HttpMessageEntity(Message) - Constructor for class org.frankframework.http.HttpMessageEntity
 
HttpMessageEntity(Message, ContentType) - Constructor for class org.frankframework.http.HttpMessageEntity
 
HttpReport - Class in org.frankframework.http
 
HttpReport(String, Element) - Constructor for class org.frankframework.http.HttpReport
 
HttpReport(URI, Element) - Constructor for class org.frankframework.http.HttpReport
 
HttpRequestRetryHandler - Class in org.frankframework.http
Only retries if no HttpEntity is present, or if the HttpEntity is repeatable.
HttpRequestRetryHandler(int) - Constructor for class org.frankframework.http.HttpRequestRetryHandler
 
HttpResponseHandler - Class in org.frankframework.http
 
HttpResponseHandler(HttpResponse) - Constructor for class org.frankframework.http.HttpResponseHandler
 
HttpSecurityConfigurer - Class in org.frankframework.lifecycle.servlets
 
HttpSecurityConfigurer() - Constructor for class org.frankframework.lifecycle.servlets.HttpSecurityConfigurer
 
HttpSecurityHandler - Class in org.frankframework.http
SecurityHandler that delegates its implementation to the corresponding methods in the HttpServlet.
HttpSecurityHandler(HttpServletRequest) - Constructor for class org.frankframework.http.HttpSecurityHandler
 
HttpSender - Class in org.frankframework.http
Sender for the HTTP protocol using HttpMethod.
HttpSender() - Constructor for class org.frankframework.http.HttpSender
 
HttpSender.PostType - Enum in org.frankframework.http
 
HttpSenderBase - Class in org.frankframework.http
Sender for the HTTP protocol using GET, POST, PUT or DELETE using httpclient 4+
HttpSenderBase() - Constructor for class org.frankframework.http.HttpSenderBase
 
HttpSenderBase.HttpMethod - Enum in org.frankframework.http
 
httpService(XMLStreamWriter, String, String) - Method in class org.frankframework.soap.WsdlGenerator
 
HttpServletBase - Class in org.frankframework.http
Base class for @IbisInitializer capable servlets
HttpServletBase() - Constructor for class org.frankframework.http.HttpServletBase
 
HttpSession - Class in org.frankframework.http
Shared HTTPSession, implements SharedResource so it can be set in the Configuration.xml
HttpSession() - Constructor for class org.frankframework.http.HttpSession
 
HttpSessionBase - Class in org.frankframework.http
Note 1: Some certificates require the <java_home>/jre/lib/security/xxx_policy.jar files to be upgraded to unlimited strength.
HttpSessionBase() - Constructor for class org.frankframework.http.HttpSessionBase
 

I

IAdapter - Interface in org.frankframework.core
The Adapter is the central manager in the framework.
IApiCache - Interface in org.frankframework.http.rest
Etag (key-value) Cache interface, allows RestListeners and ApiListeners to save and retrieve etags.
IArrayBuilder - Interface in org.frankframework.stream.document
 
IBasicFileSystem<F> - Interface in org.frankframework.filesystem
Interface to represent a basic filesystem, in which files can be listed, read, deleted or moved to a folder.
IBasics<S> - Interface in org.frankframework.statistics
 
IbisActionJob - Class in org.frankframework.scheduler.job
 
IbisActionJob() - Constructor for class org.frankframework.scheduler.job.IbisActionJob
 
IbisActionJob.Action - Enum in org.frankframework.scheduler.job
 
IbisApplicationContext - Class in org.frankframework.lifecycle
Creates and maintains the (Spring) Application Context.
IbisApplicationContext() - Constructor for class org.frankframework.lifecycle.IbisApplicationContext
 
IbisApplicationContext.BootState - Enum in org.frankframework.lifecycle
 
IbisCacheManager - Class in org.frankframework.cache
Common manager for caching.
IbisContext - Class in org.frankframework.configuration
Main entry point for creating and starting Ibis instances from the configuration file.
IbisContext() - Constructor for class org.frankframework.configuration.IbisContext
 
IbisContextRunnable - Class in org.frankframework.configuration
 
IbisContextRunnable(IbisContext) - Constructor for class org.frankframework.configuration.IbisContextRunnable
 
IbisExceptionListener - Interface in org.frankframework.core
ExeceptionListener-class to signal exceptions to other objects, for instance MessagePushers to PushingReceivers.
IbisInitializer - Annotation Type in org.frankframework.lifecycle
 
IbisJavaSender - Class in org.frankframework.senders
Posts a message to another IBIS-adapter or application in the same JVM using IbisServiceDispatcher.
IbisJavaSender() - Constructor for class org.frankframework.senders.IbisJavaSender
 
IbisJobBuilder - Class in org.frankframework.scheduler
 
IbisJobBuilder() - Constructor for class org.frankframework.scheduler.IbisJobBuilder
 
IbisJobDetail - Class in org.frankframework.scheduler
 
IbisJobDetail() - Constructor for class org.frankframework.scheduler.IbisJobDetail
 
IbisJobDetail.JobType - Enum in org.frankframework.scheduler
 
IbisLocalSender - Class in org.frankframework.senders
Posts a message to another IBIS-adapter in the same IBIS instance.
IbisLocalSender() - Constructor for class org.frankframework.senders.IbisLocalSender
 
IbisLoggerConfigurationFactory - Class in org.frankframework.logging
This ConfigurationFactory is loaded after the log4j2.properties file has been initialised.
IbisLoggerConfigurationFactory() - Constructor for class org.frankframework.logging.IbisLoggerConfigurationFactory
 
IbisManager - Interface in org.frankframework.configuration
An IBIS Manager gives various methods for the control of an IBIS instance.
IbisMaskingLayout - Class in org.frankframework.logging
This is a wrapper for Log4j2 layouts.
IbisMaskingLayout(Configuration, Charset) - Constructor for class org.frankframework.logging.IbisMaskingLayout
 
IbisMessageListenerContainer - Class in org.frankframework.jms
Extend the DefaultMessageListenerContainer from Spring to add trace logging and make it possible to monitor the last poll finished time.
IbisMessageListenerContainer() - Constructor for class org.frankframework.jms.IbisMessageListenerContainer
 
IbisNdcPatternConverter - Class in org.frankframework.logging
 
IbisPatternLayout - Class in org.frankframework.logging
Implementation of IbisMaskingLayout to serialize given log events according to the given pattern.
IbisstoreSummary - Class in org.frankframework.management.bus.endpoints
 
IbisstoreSummary() - Constructor for class org.frankframework.management.bus.endpoints.IbisstoreSummary
 
IbisThreadFilter - Class in org.frankframework.logging
Extension of StringMatchFilter with the facility of executing a regular expression on the name of the current thread.
IbisThrowablePatternConverter - Class in org.frankframework.logging
 
IbisTransaction - Class in org.frankframework.core
Class which generates extra logging when starting and committing transactions.
IbisTransaction(PlatformTransactionManager, TransactionDefinition, String) - Constructor for class org.frankframework.core.IbisTransaction
 
IBlockEnabledSender<H> - Interface in org.frankframework.core
Allows to leverage sending messages in blocks.
ICache<K,V> - Interface in org.frankframework.cache
Interface to be implemented by cache-providers.
ICacheEnabled<K,V> - Interface in org.frankframework.cache
Interface to be implemented by classes that could use a cache.
ICollector<P> - Interface in org.frankframework.collection
Implementations should convert their input to a 'usable' part.
IConfigurable - Interface in org.frankframework.core
 
IConfigurationAware - Interface in org.frankframework.core
 
IConfigurationClassLoader - Interface in org.frankframework.configuration.classloaders
Interface for IBIS Configuration ClassLoaders.
IConfigurationClassLoader.ReportLevel - Enum in org.frankframework.configuration.classloaders
 
IConnectionFactoryFactory - Interface in org.frankframework.jms
 
ICorrelatedPullingListener<M> - Interface in org.frankframework.core
Additional behaviour for pulling listeners that are able to listen to a specific message, specified by a correlation ID.
id - Variable in class org.frankframework.receivers.RawMessageWrapper
 
IDataIterator<T> - Interface in org.frankframework.core
Interface to handle generic iterations.
IDataSourceFactory - Interface in org.frankframework.jdbc
 
IDigesterRuleAware - Interface in org.frankframework.configuration.digester
 
IDLE_TASK_EXECUTION_LIMIT - Static variable in class org.frankframework.unmanaged.SpringJmsConnector
 
IDocumentBuilder - Interface in org.frankframework.stream.document
 
IDualModeValidator - Interface in org.frankframework.core
 
IErrorMessageFormatter - Interface in org.frankframework.core
An errorMessageFormatter is responsible for returning a string describing the error at hand in a format that the receiver expects.
IFlowGenerator - Interface in org.frankframework.util.flow
Used by the FlowDiagramManager to turn a dot file into an image.
IfMultipart - Class in org.frankframework.pipes
Selects an exitState, based on the content-type of a httpServletRequest object as input.
IfMultipart() - Constructor for class org.frankframework.pipes.IfMultipart
 
IForwardTarget - Interface in org.frankframework.core
IForwardTarget represents the destination of a PipeForward, so a IPipe or PipeLineExit.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
ignorableWhitespace(char[], int, int) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
ignorableWhitespace(char[], int, int) - Method in class org.frankframework.xml.NodeSetFilter
 
ignoreUnknownNamespaces - Variable in class org.frankframework.validation.AbstractXmlValidator
 
IHasProcessState<M> - Interface in org.frankframework.core
Interface that can be implemented by Listeners that provide their own management of messages processed and in error.
IJob - Interface in org.frankframework.scheduler.job
 
IKnowsDeliveryCount<M> - Interface in org.frankframework.core
Interface to be implemented by Listeners that can find out the delivery count of the messages they receive.
IListener<M> - Interface in org.frankframework.core
Base-interface for IPullingListener and IPushingListener.
IListenerConnector<M> - Interface in org.frankframework.core
Interface specifying method to configure a JMS receiver of some sort.
IListenerConnector.CacheMode - Enum in org.frankframework.core
 
IllegalRootElementException(String) - Constructor for exception org.frankframework.validation.XmlValidatorContentHandler.IllegalRootElementException
 
image - Variable in enum org.frankframework.util.flow.graphviz.Format
 
IMailFileSystem<M,A> - Interface in org.frankframework.filesystem
 
IManagable - Interface in org.frankframework.core
Models starting and stopping of objects that support such behaviour.
ImapFileSystem - Class in org.frankframework.filesystem
 
ImapFileSystem() - Constructor for class org.frankframework.filesystem.ImapFileSystem
 
ImapListener - Class in org.frankframework.receivers
 
ImapListener() - Constructor for class org.frankframework.receivers.ImapListener
 
ImapSender - Class in org.frankframework.senders
 
ImapSender() - Constructor for class org.frankframework.senders.ImapSender
 
IMessageBrowser<M> - Interface in org.frankframework.core
 
IMessageBrowser.HideMethod - Enum in org.frankframework.core
 
IMessageBrowser.SortOrder - Enum in org.frankframework.core
 
IMessageBrowser.StorageType - Enum in org.frankframework.core
 
IMessageBrowsingIterator - Interface in org.frankframework.core
Interface for helper class for MessageBrowsers.
IMessageBrowsingIteratorItem - Interface in org.frankframework.core
Iterator item for messagebrowsers.
IMessageHandler<M> - Interface in org.frankframework.core
Interface that PushingListeners can use to handle the messages they receive.
IMongoClientFactory - Interface in org.frankframework.mongodb
 
IMonitorDestination - Interface in org.frankframework.monitoring
Interface to monitoring service.
IMPORT - Static variable in class org.frankframework.validation.SchemaUtils
 
Include - Class in org.frankframework.configuration
 
Include() - Constructor for class org.frankframework.configuration.Include
 
INCLUDE - Static variable in class org.frankframework.validation.SchemaUtils
 
INCLUDE_FIELD_DEFINITION_BY_DEFAULT_KEY - Static variable in class org.frankframework.util.XmlUtils
 
IncludeFilter - Class in org.frankframework.configuration.digester
 
IncludeFilter(ContentHandler, Resource) - Constructor for class org.frankframework.configuration.digester.IncludeFilter
 
includeOperation(Method, String) - Method in class org.frankframework.jmx.JmxMBeanInfoAssembler
 
includeReadAttribute(Method, String) - Method in class org.frankframework.jmx.JmxMBeanInfoAssembler
 
includes(String) - Method in enum org.frankframework.http.rest.MediaTypes
Matches the provided 'Content-Type' to this enum, should always be valid, is not weighted
includeWriteAttribute(Method, String) - Method in class org.frankframework.jmx.JmxMBeanInfoAssembler
 
increase() - Method in class org.frankframework.statistics.CounterStatistic
 
increase() - Method in class org.frankframework.util.Counter
 
increase(long) - Method in class org.frankframework.util.Counter
 
IncreaseIntegerPipe - Class in org.frankframework.pipes
Pipe that increases the integer value of a session variable.
IncreaseIntegerPipe() - Constructor for class org.frankframework.pipes.IncreaseIntegerPipe
 
increaseReferences() - Method in class org.frankframework.jms.MessagingSource
 
increaseRetryIntervalAndWait(Throwable, String) - Method in class org.frankframework.receivers.Receiver
 
increaseRetryIntervalAndWait(PipeLineSession, int, String) - Method in class org.frankframework.pipes.MessageSendingPipe
 
increaseThreadCount() - Method in interface org.frankframework.core.IThreadCountControllable
 
increaseThreadCount() - Method in class org.frankframework.jms.PushingJmsListener
 
increaseThreadCount() - Method in class org.frankframework.receivers.PullingListenerContainer
 
increaseThreadCount() - Method in class org.frankframework.receivers.Receiver
 
increaseThreadCount() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
incrementCountThreads() - Method in class org.frankframework.scheduler.JobDef
 
InfluxRegistryConfigurator - Class in org.frankframework.metrics
 
InfluxRegistryConfigurator() - Constructor for class org.frankframework.metrics.InfluxRegistryConfigurator
 
info(String) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
 
info(String) - Method in class org.frankframework.receivers.Receiver
sends an informational message to the log and to the messagekeeper of the adapter
info(String) - Method in class org.frankframework.util.MessageKeeper
 
info(String, Throwable) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
 
info(INamedObject, String) - Method in class org.frankframework.util.MessageKeeper
 
INFO - Enum constant in enum org.frankframework.configuration.classloaders.IConfigurationClassLoader.ReportLevel
 
INFO - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
show info about a single file, specified by attribute filename, parameter filename or input message
INFO - Enum constant in enum org.frankframework.util.MessageKeeper.MessageKeeperLevel
 
init - Variable in class org.frankframework.http.rest.ApiPrincipal
 
init() - Method in class org.frankframework.configuration.IbisContext
Creates the Spring context, and load the configuration.
init() - Method in class org.frankframework.http.HttpListenerServlet
 
init() - Method in class org.frankframework.http.rest.ApiListenerServlet
 
init() - Method in class org.frankframework.http.RestListenerServlet
 
init() - Method in class org.frankframework.lifecycle.WebContentServlet
 
init() - Method in class org.frankframework.soap.WsdlGenerator
 
init(boolean) - Method in class org.frankframework.configuration.IbisContext
Creates the Spring context, and load the configuration.
init(String, String) - Method in class org.frankframework.jwt.JwtValidator
 
init(ServletConfig) - Method in class org.frankframework.metrics.PrometheusMeterServlet
 
init(SchemasProvider, String, Set<String>, RootValidations, Map<List<String>, List<String>>, Boolean) - Method in class org.frankframework.validation.ValidationContext
 
init(WebSecurity) - Method in class org.frankframework.lifecycle.servlets.HttpSecurityConfigurer
 
initFromXsds(String, IScopeProvider, Set<IXSD>) - Method in class org.frankframework.validation.XSD
 
initialCap(String) - Method in class org.frankframework.configuration.filters.InitialCapsFilter
 
initialCapQname(String) - Method in class org.frankframework.configuration.filters.InitialCapsFilter
 
InitialCapsFilter - Class in org.frankframework.configuration.filters
 
InitialCapsFilter() - Constructor for class org.frankframework.configuration.filters.InitialCapsFilter
 
InitialCapsFilter(ContentHandler) - Constructor for class org.frankframework.configuration.filters.InitialCapsFilter
 
initialise(String) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
initialise(StringTokenizer) - Method in class org.frankframework.jta.narayana.PoolingDataSourceJDBCAccess
Since we've already verified the connection in NarayanaConfigurationBean we can almost be certain this won't fail.
initialize(String, B, StringTokenizer, boolean, boolean, boolean, int) - Method in class org.frankframework.statistics.StatisticsKeeper
 
initialize(IDbmsSupport) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
Checks if table exists, and creates when necessary.
INITIALIZING - Enum constant in enum org.frankframework.jta.StatusRecordingTransactionManager.Status
 
initMetrics() - Method in class org.frankframework.configuration.Configuration
 
initMetrics(MeterRegistry, String, Iterable<Tag>) - Method in class org.frankframework.statistics.StatisticsKeeper
 
initMetrics(MeterRegistry, String, Iterable<Tag>, String) - Method in class org.frankframework.statistics.CounterStatistic
 
initMetrics(MeterRegistry, String, Iterable<Tag>, String) - Method in class org.frankframework.statistics.MetricBase
 
initNamespace(String, IScopeProvider, String) - Method in class org.frankframework.validation.XSD
 
initNamespace(String, IScopeProvider, String) - Method in class org.frankframework.validation.xsd.ResourceXsd
 
initNoNamespace(IScopeProvider, String) - Method in class org.frankframework.validation.XSD
 
initNoNamespace(IScopeProvider, String) - Method in class org.frankframework.validation.xsd.ResourceXsd
 
InlineStorage - Class in org.frankframework.management.bus.endpoints
 
InlineStorage() - Constructor for class org.frankframework.management.bus.endpoints.InlineStorage
 
INodeBuilder - Interface in org.frankframework.stream.document
 
INOUT - Enum constant in enum org.frankframework.parameters.Parameter.ParameterMode
 
INPROCESS - Enum constant in enum org.frankframework.core.ProcessState
 
INPUT - Enum constant in enum org.frankframework.parameters.Parameter.DefaultValueMethods
 
INPUT - Enum constant in enum org.frankframework.parameters.Parameter.ParameterMode
 
INPUT_FACTORY - Static variable in class org.frankframework.util.XmlUtils
 
INPUT_FORMAT_SESSION_KEY_PREFIX - Static variable in class org.frankframework.pipes.Json2XmlValidator
 
INPUT_VALIDATOR_NAME - Static variable in class org.frankframework.core.PipeLine
 
INPUT_VALIDATOR_NAME_PREFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
INPUT_VALIDATOR_NAME_SUFFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
INPUT_WRAPPER_NAME - Static variable in class org.frankframework.core.PipeLine
 
INPUT_WRAPPER_NAME_PREFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
INPUT_WRAPPER_NAME_SUFFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
InputOutputPipeLineProcessor - Class in org.frankframework.processors
 
InputOutputPipeLineProcessor() - Constructor for class org.frankframework.processors.InputOutputPipeLineProcessor
 
InputOutputPipeProcessor - Class in org.frankframework.processors
The InputOutputPipeProcessor class is a subclass of PipeProcessorBase and is responsible for processing pipes in a pipeline.
InputOutputPipeProcessor() - Constructor for class org.frankframework.processors.InputOutputPipeProcessor
 
InputOutputSenderWrapperProcessor - Class in org.frankframework.processors
 
InputOutputSenderWrapperProcessor() - Constructor for class org.frankframework.processors.InputOutputSenderWrapperProcessor
 
inputSourceToSAXSource(Resource) - Static method in class org.frankframework.util.XmlUtils
 
inputSourceToSAXSource(InputSource) - Static method in class org.frankframework.util.XmlUtils
 
inputSourceToSAXSource(InputSource, boolean, Resource) - Static method in class org.frankframework.util.XmlUtils
 
INPUTSTREAM - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Deprecated.
InputStreamDataSource - Class in org.frankframework.http
 
InputStreamDataSource(String, InputStream) - Constructor for class org.frankframework.http.InputStreamDataSource
Use content type application/octet-stream in case it cannot be determined.
INSERT - Enum constant in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
Deprecated.
insertAuthorityInUrlString(String, String, String, String) - Static method in class org.frankframework.util.Misc
 
insertException(SAXException) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
INSERTMANY - Enum constant in enum org.frankframework.mongodb.MongoDbSender.MongoAction
 
INSERTONE - Enum constant in enum org.frankframework.mongodb.MongoDbSender.MongoAction
 
insertQuery - Variable in class org.frankframework.jdbc.JdbcTransactionalStorage
 
insertRow() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
inspectXml(PipeLineSession, String, ContentHandler) - Method in interface org.frankframework.xml.IXmlDebugger
Allow the debugger to see the XML stream.
inState(RunState) - Method in class org.frankframework.lifecycle.ConfigurableLifecyleBase
 
INTEGER - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Converts the result to an Integer
INTEGER - Enum constant in enum org.frankframework.statistics.ItemList.Type
 
INTEGRITY_CHECK_SUPPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
internalEntityDecl(String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Report an internal entity declaration.
interpretXsltVersion(String) - Static method in class org.frankframework.util.XmlUtils
 
IntraGrammarPoolEntityResolver - Class in org.frankframework.validation
EntityResolver for XercesXmlValidator to resolve imported schema documents to other schemas used to populate the grammar pool.
IntraGrammarPoolEntityResolver(IScopeProvider, List<Schema>) - Constructor for class org.frankframework.validation.IntraGrammarPoolEntityResolver
 
inTransaction() - Static method in class org.frankframework.util.JtaUtil
returns true if the current thread is associated with a transaction
INVALID - Enum constant in enum org.frankframework.validation.AbstractXmlValidator.ValidationResult
 
invalidateTransformer(Transformer) - Method in class org.frankframework.util.TransformerPool
 
invalidateTransformerNoThrow(Transformer) - Method in class org.frankframework.util.TransformerPool
 
invoke(SOAPMessage) - Method in class org.frankframework.http.cxf.NamespaceUriProvider
 
invoke(SOAPMessage) - Method in class org.frankframework.http.cxf.SOAPProviderBase
 
invoke(Message, HttpServletRequest, HttpServletResponse) - Method in class org.frankframework.http.HttpListenerServlet
 
IObjectBuilder - Interface in org.frankframework.stream.document
 
IPeekableListener<M> - Interface in org.frankframework.core
PullingListener extension that checks for available messages to retrieve without starting a XA transaction.
IPipe - Interface in org.frankframework.core
A Pipe represents an action to take in a PipeLine.
IPipeLineExitHandler - Interface in org.frankframework.core
Interface that allows a Pipe to register an exit handler.
IPortConnectedListener<M> - Interface in org.frankframework.core
Interface extending IPushingListener for listeners which connect to a ListenerPort or other type of named endpoint, from which they receive their messages.
IPostboxListener<M> - Interface in org.frankframework.core
The IPostboxListener is responsible for querying a message from a postbox.
IProvidesMessageBrowsers<M> - Interface in org.frankframework.core
Interface that can be implemented by Listeners that provide their own management of messages processed and in error.
IPullingListener<M> - Interface in org.frankframework.core
Defines listening behaviour of pulling receivers.
IPushingListener<M> - Interface in org.frankframework.core
Defines listening behaviour of message driven receivers.
IReceiverStatistics - Interface in org.frankframework.core
Methods for Receivers to supply statistics to a maintenance clients.
IRedeliveringListener<M> - Interface in org.frankframework.core
 
isAcceptNamespacelessXml() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isAddInputToResult() - Method in class org.frankframework.pipes.IteratingPipe
 
isAddNamespaceToSchema() - Method in class org.frankframework.pipes.XmlValidator
 
isAddNamespaceToSchema() - Method in interface org.frankframework.validation.IXSD
 
isAddNamespaceToSchema() - Method in class org.frankframework.validation.XSD
 
isAfterLast() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
isAlarm() - Method in interface org.frankframework.monitoring.ITrigger
 
isAlarm() - Method in class org.frankframework.monitoring.Trigger
 
isAllowed() - Method in class org.frankframework.management.bus.endpoints.SecurityItems.SecurityRolesDTO
 
isAllowGlobalSuppression() - Method in enum org.frankframework.configuration.SuppressKeys
 
isAllowJson() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isAllowPlainXml() - Method in class org.frankframework.soap.SoapValidator
 
isAllowPlainXml() - Method in class org.frankframework.soap.SoapWrapperPipe
 
isAllowSelfSignedCertificates() - Method in interface org.frankframework.encryption.HasTruststore
 
isAllowSelfSignedCertificates() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
isAllowSelfSignedCertificates() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
isAllowSelfSignedCertificates() - Method in class org.frankframework.ftp.FtpSession
 
isAllowSelfSignedCertificates() - Method in class org.frankframework.http.HttpSessionBase
 
isAllowSelfSignedCertificates() - Method in class org.frankframework.senders.SendGridSender
 
isAllowUnicodeSupplementaryCharacters() - Method in class org.frankframework.pipes.ReplacerPipe
 
isAppend() - Method in class org.frankframework.jdbc.ResultSet2FileSender
 
isAppend() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
isApplicationFaultsAsExceptions() - Method in class org.frankframework.http.PushingListenerAdapter
 
ISapSystem - Interface in org.frankframework.configuration.extensions
 
isAssumeDirectoryExists() - Method in class org.frankframework.pipes.UnzipPipe
 
isAuthenticatedTokenRequest() - Method in class org.frankframework.http.HttpSessionBase
 
isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in class org.frankframework.http.authentication.OAuthPreferringAuthenticationStrategy
 
isAutoFormat() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isAutoReload() - Static method in class org.frankframework.util.XmlUtils
 
isAutoStart() - Method in class org.frankframework.configuration.Configuration
 
isAutoStart() - Method in class org.frankframework.core.Adapter
 
isAutoStart() - Method in interface org.frankframework.core.IAdapter
 
isAvoidLocking() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isBeforeFirst() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
isBinary() - Method in class org.frankframework.stream.Message
 
isBinary() - Method in class org.frankframework.stream.MessageOutputStream
 
isBinary() - Method in class org.frankframework.stream.SerializableFileReference
 
isBinary(BodyPart) - Static method in class org.frankframework.http.mime.MultipartUtils
 
isBlobsCompressed() - Method in class org.frankframework.jdbc.JdbcListener
 
isBlobsCompressed() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isBlobsCompressed() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
isBlobSmartGet() - Method in class org.frankframework.jdbc.JdbcListener
 
isBlobSmartGet() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isCachable(AuthScheme) - Method in class org.frankframework.http.authentication.OAuthPreferringAuthenticationStrategy
 
isCacheEmptyKeys() - Method in class org.frankframework.cache.CacheAdapterBase
 
isCacheEmptyValues() - Method in class org.frankframework.cache.CacheAdapterBase
 
isCheckAntiVirus() - Method in class org.frankframework.pipes.StreamPipe
 
isCheckDependency() - Method in class org.frankframework.senders.IbisLocalSender
 
isCheckForDuplicates() - Method in class org.frankframework.receivers.Receiver
 
isCheckIndices() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
isCheckTable() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
isCheckXmlWellFormed() - Method in class org.frankframework.pipes.MessageSendingPipe
 
isChunked() - Method in class org.frankframework.http.mime.MultipartEntity
 
isClosed() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
isCloseInputstreamOnExit() - Method in class org.frankframework.compression.ZipIteratorPipe
 
isCloseInputstreamOnExit() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isCloseIteratorOnExit() - Method in class org.frankframework.pipes.IteratingPipe
 
isCloseOutputstreamOnExit() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isCollectFileContents() - Method in class org.frankframework.pipes.UnzipPipe
 
isCollectResults() - Method in class org.frankframework.pipes.IteratingPipe
 
isCollectResults() - Method in class org.frankframework.pipes.UnzipPipe
 
isCombineBlocks() - Method in class org.frankframework.pipes.StringIteratorPipe
 
isCompactJsonArrays() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isCompleted() - Method in class org.frankframework.core.IbisTransaction
 
isCompress() - Method in class org.frankframework.pipes.CompressPipe
 
isConfigurationStubbed(ClassLoader) - Static method in class org.frankframework.configuration.ConfigurationUtils
Checks if a configuration is stubbed or not
isConfigurationSucceeded() - Method in class org.frankframework.core.Adapter
 
isConfigured() - Method in class org.frankframework.configuration.Configuration
 
isConfigured() - Method in interface org.frankframework.monitoring.ITrigger
 
isConfigured() - Method in class org.frankframework.monitoring.Trigger
 
isConfigured() - Method in interface org.frankframework.scheduler.job.IJob
Only register (and trigger) Jobs that have been successfully configured.
isConfigured() - Method in class org.frankframework.scheduler.JobDef
 
isConfiguredForMixedValidation() - Method in class org.frankframework.pipes.ValidatorBase
 
isConfiguredForMixedValidation() - Method in class org.frankframework.pipes.XmlValidator
 
isConfiguredForMixedValidation() - Method in class org.frankframework.soap.SoapValidator
 
isConnectionsArePooled() - Method in class org.frankframework.jdbc.JdbcFacade
 
isConsumable(String) - Method in class org.frankframework.http.rest.ApiListener
Match request 'Content-Type' (eg.
isContainer(String) - Method in class org.frankframework.configuration.filters.SkipContainersFilter
 
isContinueOnError() - Method in class org.frankframework.pipes.LogContextPipe
If set true the pipe will never forward to the ExceptionForward even if an error occurred during execution.
IScopeProvider - Interface in org.frankframework.core
 
isCorrelationIdToHex() - Method in class org.frankframework.jms.JMSFacade
 
isCountOnly() - Method in class org.frankframework.mongodb.MongoDbSender
 
isCreateDirectory() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
isCreateDirectory() - Method in class org.frankframework.util.FileHandler
 
isCreateFolder() - Method in class org.frankframework.filesystem.FileSystemActor
 
isCreateFolders() - Method in class org.frankframework.filesystem.FileSystemListener
 
isCreateTable() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
isDebugInput() - Method in class org.frankframework.senders.XsltSender
 
isDecompressBlobs() - Method in class org.frankframework.util.DB2DocumentWriter
 
isDecompressBlobs() - Method in class org.frankframework.util.DB2XMLWriter
 
isDeepSearch() - Method in class org.frankframework.align.ToXml
 
isDeepSearch() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isDefaultMessageBase64() - Method in class org.frankframework.senders.MailSenderBase
 
isDelete() - Method in class org.frankframework.filesystem.FileSystemListener
 
isDeleteEmptyDirectory() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
isDeleteEmptyDirectory() - Method in class org.frankframework.util.FileHandler
 
isDeleteEmptyFolder() - Method in class org.frankframework.filesystem.FileSystemActor
 
isDeleteEmptySubdirectories() - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
isDeleteEmptySubdirectories() - Method in class org.frankframework.util.DirectoryCleaner
 
isDeleteOnExit() - Method in class org.frankframework.pipes.UnzipPipe
Deprecated.
isDisableMessageBrowsers() - Method in class org.frankframework.filesystem.FileSystemListener
 
isDisableOutputEscaping(TransformerPool) - Method in class org.frankframework.senders.XsltSender
 
isDiskPersistent() - Method in class org.frankframework.cache.EhCache
 
isDistributedTransactionsSupported(PlatformTransactionManager) - Static method in class org.frankframework.core.IbisTransaction
 
ISecurityHandler - Interface in org.frankframework.core
Defines behaviour that can be used to assert identity of callers of a pipeline.
isElseForwardOnEmptyInput() - Method in class org.frankframework.pipes.IsXmlPipe
 
isEmpty() - Method in class org.frankframework.configuration.ApplicationWarningsBase
 
isEmpty() - Method in class org.frankframework.stream.Message
Check if a message is empty.
isEmpty() - Method in class org.frankframework.stream.MessageContext
 
isEmpty(Message) - Static method in class org.frankframework.stream.Message
Check if the message passed is null or empty.
isEmptyResult() - Method in class org.frankframework.core.PipeLineExit
 
isEnableConnectionTracing() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
isEnabled() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
isEnabled() - Method in class org.frankframework.management.bus.DebuggerStatusChangedEvent
 
isEnabled() - Method in class org.frankframework.metrics.PrometheusMeterServlet
 
isEncodeMessages() - Method in class org.frankframework.http.HttpSender
 
isEncodeSubstring() - Method in class org.frankframework.pipes.EscapePipe
 
ISender - Interface in org.frankframework.core
The ISender is responsible for sending a message to some destination.
ISenderWithParameters - Interface in org.frankframework.core
The ISenderWithParameters allows Senders to declare that they accept and may use parameters
isEqualToAtLeastOneOf(JobDefFunctions...) - Method in enum org.frankframework.scheduler.JobDefFunctions
 
isErrorOccurred() - Method in class org.frankframework.validation.XmlValidatorErrorHandler
 
isEscapeXml() - Method in class org.frankframework.pipes.StringIteratorPipe
 
isEternal() - Method in class org.frankframework.cache.EhCache
 
isExport() - Method in class org.frankframework.pipes.LogContextPipe
If set to true the ThreadContext parameters will be exported from the current PipeLine up in the call tree.
isExtractFirstStringPart() - Method in class org.frankframework.pipes.StreamPipe
 
isFailOnWildcards() - Method in class org.frankframework.align.ToXml
 
isFailOnWildcards() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isFileBinaryEqual(File, File) - Static method in class org.frankframework.util.FileUtils
 
isFileTimeSensitive() - Method in class org.frankframework.filesystem.FileSystemListener
 
isFilteringToLowerLevelObjects() - Method in class org.frankframework.monitoring.AdapterFilter
 
isFilterOnAdapters() - Method in class org.frankframework.monitoring.Trigger
 
isFilterOnLowerLevelObjects() - Method in class org.frankframework.monitoring.Trigger
 
isFirst() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
isFolder(Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
isFollowRedirects() - Method in class org.frankframework.http.HttpSessionBase
 
isForce() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
isForceRetryFlag() - Method in class org.frankframework.receivers.Receiver
 
isForwardFailureToSuccess() - Method in class org.frankframework.pipes.ValidatorBase
 
isFullSchemaChecking() - Method in class org.frankframework.pipes.XmlValidator
 
isFullSchemaChecking() - Method in class org.frankframework.validation.AbstractXmlValidator
 
isGenerateEtag() - Method in class org.frankframework.http.RestListener
 
isGetBlobSmart() - Method in class org.frankframework.util.DB2DocumentWriter
 
isGetBlobSmart() - Method in class org.frankframework.util.DB2XMLWriter
 
isGetCurrentTimeStampInMillis() - Method in class org.frankframework.pipes.PutSystemDateInSession
 
isHandleLexicalEvents() - Method in class org.frankframework.senders.XsltSender
 
isHeaderOptional(IXmlValidator) - Method in class org.frankframework.soap.WsdlGenerator
 
isHidden() - Method in class org.frankframework.parameters.Parameter
 
isHttpWsdl() - Method in class org.frankframework.receivers.JavaListener
 
isIdle() - Method in class org.frankframework.receivers.PullingListenerContainer
 
isIgnoreCaching() - Method in class org.frankframework.validation.AbstractXmlValidator
 
isIgnoreCertificateExpiredException() - Method in interface org.frankframework.encryption.HasTruststore
 
isIgnoreCertificateExpiredException() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
isIgnoreCertificateExpiredException() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
isIgnoreCertificateExpiredException() - Method in class org.frankframework.ftp.FtpSession
 
isIgnoreCertificateExpiredException() - Method in class org.frankframework.http.HttpSessionBase
 
isIgnoreCertificateExpiredException() - Method in class org.frankframework.senders.SendGridSender
 
isIgnoreExceptions() - Method in class org.frankframework.pipes.IteratingPipe
 
isIgnoreRedirects() - Method in class org.frankframework.http.HttpSessionBase
 
isIgnoreSoapFault() - Method in class org.frankframework.soap.SoapWrapperPipe
 
isIgnoreTableNotExist() - Method in class org.frankframework.util.Locker
 
isIgnoreUndeclaredElements() - Method in class org.frankframework.align.XmlAligner
 
isIgnoreUndeclaredElements() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isIgnoreUnresolvablePatternElements() - Method in class org.frankframework.parameters.Parameter
 
isImplicit() - Method in enum org.frankframework.ftp.FtpSession.FtpType
 
isIncludeFieldDefinition() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isIncludeFieldDefinitionByDefault() - Static method in class org.frankframework.util.XmlUtils
 
isIncludeFileHeaders() - Method in class org.frankframework.compression.ZipWriterPipe
 
isIndent() - Method in class org.frankframework.soap.WsdlGenerator
 
isInputIsFile() - Method in class org.frankframework.pipes.ChecksumPipe
 
isInputValueOrContextRequiredForResolution() - Method in class org.frankframework.parameters.ParameterList
 
isInputValueRequiredForResolution() - Method in class org.frankframework.parameters.ParameterList
 
isInRunState(RunState) - Method in class org.frankframework.receivers.Receiver
 
isIsolated() - Method in class org.frankframework.senders.IbisLocalSender
 
isJdbcMigrator() - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
isJmsTransacted() - Method in class org.frankframework.jms.JMSFacade
 
isJsonResult() - Method in class org.frankframework.senders.JsonXsltSender
 
isJsonWithRootElements() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isKeepOriginalFileName() - Method in class org.frankframework.pipes.UnzipPipe
 
isKeepOriginalFilePath() - Method in class org.frankframework.pipes.UnzipPipe
 
isLast() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
isListHiddenFiles() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
isListHiddenFiles() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
isLoadingConfigs() - Method in class org.frankframework.configuration.IbisContext
 
isLockRows() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isLoggedIn() - Method in class org.frankframework.http.rest.ApiPrincipal
 
isLookupDestination() - Method in class org.frankframework.jms.JMSFacade
 
isMessageBase64() - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
isMessageIsContent() - Method in class org.frankframework.pipes.CompressPipe
 
isMimeType(Message, MimeType) - Static method in class org.frankframework.util.MessageUtils
 
isMoveToMessageLog() - Method in class org.frankframework.jdbc.MessageStoreListener
 
isMsgLogHidden() - Method in class org.frankframework.core.Adapter
 
isMtomEnabled() - Method in class org.frankframework.http.WebServiceListener
 
isMultipart() - Method in class org.frankframework.http.HttpResponseHandler
 
isMultipart(HttpServletRequest) - Static method in class org.frankframework.http.mime.MultipartUtils
 
isMultipartResponse() - Method in class org.frankframework.senders.IbisJavaSender
 
isMultipleOccurringChildElement(String) - Method in class org.frankframework.align.XmlAligner
 
isMultipleOccurringChildInParentElement(String) - Method in class org.frankframework.align.XmlAligner
 
isNamesMustBeUnique() - Method in class org.frankframework.parameters.ParameterList
 
isNamespaceAllowedOnElement(Map<List<String>, List<String>>, String, String) - Method in class org.frankframework.soap.SoapRootValidation
 
isNamespaceAllowedOnElement(Map<List<String>, List<String>>, String, String) - Method in class org.frankframework.validation.RootValidation
 
isNamespaceAware() - Method in class org.frankframework.pipes.XmlIf
 
isNamespaceAware() - Method in class org.frankframework.pipes.XmlSwitch
 
isNamespaceAwareByDefault() - Static method in class org.frankframework.util.XmlUtils
 
isNil(XSElementDeclaration, JsonValue) - Method in class org.frankframework.align.Json2Xml
 
isNil(XSElementDeclaration, N) - Method in class org.frankframework.align.Map2Xml
 
isNil(XSElementDeclaration, N) - Method in class org.frankframework.align.ToXml
 
isNil(XSElementDeclaration, Node) - Method in class org.frankframework.align.DomTreeAligner
 
isNil(Attributes) - Method in class org.frankframework.align.XmlAligner
 
isNotEqualToAtLeastOneOf(JobDefFunctions...) - Method in enum org.frankframework.scheduler.JobDefFunctions
 
isNotExistWarn() - Method in class org.frankframework.util.DirectoryCleaner
 
isNull() - Method in class org.frankframework.stream.Message
 
isNull(Message) - Static method in class org.frankframework.stream.Message
 
isNumberOfExceptionsCaughtWithoutMessageBeingReceivedThresholdReached() - Method in class org.frankframework.receivers.Receiver
 
IsolatedServiceCaller - Class in org.frankframework.senders
Helper class for IbisLocalSender that wraps around ServiceClient implementation to make calls to a local Ibis adapter in a separate thread.
IsolatedServiceCaller() - Constructor for class org.frankframework.senders.IsolatedServiceCaller
 
IsolatedServiceExecutor - Class in org.frankframework.senders
 
IsolatedServiceExecutor(ServiceClient, Message, PipeLineSession, Guard, ThreadLifeCycleEventListener<?>) - Constructor for class org.frankframework.senders.IsolatedServiceExecutor
 
isOmitXmlDeclaration() - Method in class org.frankframework.pipes.IteratingPipe
 
isOnErrorContinue() - Method in class org.frankframework.receivers.Receiver
 
isOnlyStoreWhenMessageIdUnique() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
isOpen() - Method in class org.frankframework.filesystem.FileSystemBase
 
isOpen() - Method in class org.frankframework.filesystem.FtpFileSystem
 
isOpen() - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
isOpen() - Method in class org.frankframework.filesystem.SftpFileSystem
 
isOpen() - Method in class org.frankframework.receivers.JavaListener
 
isOverflowToDisk() - Method in class org.frankframework.cache.EhCache
 
isOverwrite() - Method in class org.frankframework.filesystem.FileSystemActor
 
isOverwrite() - Method in class org.frankframework.filesystem.FileSystemListener
 
isOverwrite() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
isParallel() - Method in class org.frankframework.pipes.IteratingPipe
 
isParamsInUrl() - Method in class org.frankframework.http.HttpSender
 
isParentOfSingleMultipleOccurringChildElement() - Method in class org.frankframework.align.XmlAligner
 
isPassive() - Method in class org.frankframework.ftp.FtpSession
 
isPeekUntransacted() - Method in interface org.frankframework.core.IPeekableListener
 
isPeekUntransacted() - Method in class org.frankframework.jdbc.JdbcListener
 
isPersistent() - Method in class org.frankframework.jms.JMSFacade
 
isPooledConnection() - Method in class org.frankframework.filesystem.ConnectedFileSystemBase
 
isPrefillProxyAuthCache() - Method in class org.frankframework.http.HttpSessionBase
 
isPresentInSet(Set<String>, String) - Method in class org.frankframework.align.XmlAligner
 
isPreserveInput() - Method in interface org.frankframework.core.IPipe
 
isPreserveInput() - Method in class org.frankframework.pipes.AbstractPipe
 
isPreserveInput() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
isPreserveInput() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
isPreserveInput() - Method in class org.frankframework.senders.SenderWrapperBase
 
isPrettyPrint() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isPrettyPrint() - Method in class org.frankframework.mongodb.MongoDbSender
 
isPrettyPrint() - Method in class org.frankframework.pipes.CsvParserPipe
 
isPrettyPrint() - Method in class org.frankframework.pipes.JsonPipe
 
isProcessFile() - Method in class org.frankframework.compression.ZipIteratorPipe
 
isProcessFile() - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
isProcessFile() - Method in class org.frankframework.pipes.UnzipPipe
 
isProduceNamespacelessXml() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isPrototypesOnly() - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
Return true is only prototype beans from the Spring Context will be returned, false is a Spring singleton bean might be returned.
isPrototypesOnly() - Method in class org.frankframework.configuration.digester.ConfigurationDigesterFactory
 
isPrototypesOnly() - Method in class org.frankframework.configuration.digester.JmsRealmsFactory
 
isPrototypesOnly() - Method in class org.frankframework.monitoring.MonitoringFactory
 
isQueryResultEmpty(Connection, String) - Static method in class org.frankframework.util.JdbcUtil
 
isRaised() - Method in class org.frankframework.monitoring.Monitor
 
isReadAttributes() - Method in class org.frankframework.align.Json2Xml
 
isReadMimeContents() - Method in class org.frankframework.filesystem.MailFileSystemBase
 
isRecursiveSearch() - Method in class org.frankframework.ldap.LdapFindGroupMembershipsPipe
 
isRecursiveSearch() - Method in class org.frankframework.ldap.LdapFindMemberPipe
 
isRegisteredServiceListener(String) - Method in class org.frankframework.receivers.ServiceDispatcher
Check whether a serviceName is registered at the ServiceDispatcher.
isReleased() - Method in class org.frankframework.util.Guard
 
isReleased() - Method in class org.frankframework.util.Semaphore
 
isRemoveCompactMsgNamespaces() - Method in interface org.frankframework.core.IPipe
 
isRemoveCompactMsgNamespaces() - Method in class org.frankframework.pipes.AbstractPipe
 
isRemoveCompactMsgNamespaces() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
isRemoveCompactMsgNamespaces() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
isRemoveCompactMsgNamespaces() - Method in class org.frankframework.receivers.Receiver
 
isRemoveCompactMsgNamespaces() - Method in class org.frankframework.util.CompactSaxHandler
 
isRemoveDuplicates() - Method in class org.frankframework.pipes.IteratingPipe
 
isRemoveNamespaces() - Method in class org.frankframework.parameters.Parameter
 
isRemoveNamespaces() - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
isRemoveNamespaces() - Method in class org.frankframework.senders.XsltSender
 
isRemoveNonEmptyFolder() - Method in class org.frankframework.filesystem.FileSystemActor
 
isRemoveOutputNamespaces() - Method in class org.frankframework.soap.SoapWrapperPipe
 
isRemoveUnusedOutputNamespaces() - Method in class org.frankframework.soap.SoapWrapperPipe
 
isRemoveXmlDeclarationInResults() - Method in class org.frankframework.pipes.IteratingPipe
 
isRepeatable() - Method in class org.frankframework.http.HttpMessageEntity
 
isRepeatable() - Method in class org.frankframework.http.mime.MessageContentBody
 
isRepeatable() - Method in class org.frankframework.http.mime.MultipartEntity
 
isRepeatable() - Method in class org.frankframework.http.mime.MultipartForm
 
isRepeatable() - Method in class org.frankframework.stream.Message
 
isRepeatable(HttpRequest) - Method in class org.frankframework.http.HttpRequestRetryHandler
Only attempt to retry the request if the request supports it! See org.apache.http.impl.execchain.RequestEntityProxy#isRepeatable(HttpRequest)
isRepeatedElement() - Method in class org.frankframework.align.content.JsonElementContainer
 
isReplaceFixedParams() - Method in class org.frankframework.pipes.FixedResultPipe
 
isReplaceNonXmlChars() - Method in class org.frankframework.pipes.ReplacerPipe
 
isReplaceNonXmlChars() - Method in class org.frankframework.pipes.Text2XmlPipe
 
isReplaceNullMessage() - Method in class org.frankframework.core.Adapter
 
isReplyNotFound() - Method in class org.frankframework.ldap.LdapSender
 
isRequestOfType(Class<?>) - Method in class org.frankframework.stream.Message
 
isRestoreMovedElements() - Method in interface org.frankframework.core.IPipe
 
isRestoreMovedElements() - Method in class org.frankframework.pipes.AbstractPipe
 
isRestoreMovedElements() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
isRestoreMovedElements() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
isResultIsContent() - Method in class org.frankframework.pipes.CompressPipe
 
isRetrieveMultipart() - Method in class org.frankframework.http.RestListener
 
isReturnFixedDate() - Method in class org.frankframework.pipes.PutSystemDateInSession
 
isRollbackOnly() - Method in class org.frankframework.core.IbisTransaction
 
isRootXsd() - Method in class org.frankframework.validation.XSD
 
isRunning() - Method in class org.frankframework.configuration.Configuration
 
isRunning() - Method in class org.frankframework.http.HttpSessionBase
 
isRunning() - Method in class org.frankframework.http.PushingListenerAdapter
 
isRunning() - Method in class org.frankframework.lifecycle.ConfigurableLifecyleBase
 
isSameRM(XAResource) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
isScalar() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isScalarExtended() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isScheduledForCloseOnExit(AutoCloseable) - Method in class org.frankframework.core.PipeLineSession
 
isScheduledForCloseOnExitOf(PipeLineSession) - Method in class org.frankframework.stream.Message
 
isSenderConfigured() - Method in class org.frankframework.senders.JavascriptSender
 
isSenderConfigured() - Method in class org.frankframework.senders.ReconnectSenderWrapper
 
isSenderConfigured() - Method in class org.frankframework.senders.SenderSeries
 
isSenderConfigured() - Method in class org.frankframework.senders.SenderWrapper
 
isSenderConfigured() - Method in class org.frankframework.senders.SenderWrapperBase
 
isSessionsArePooled() - Method in class org.frankframework.jms.JMSFacade
 
isSessionStillWorking() - Method in class org.frankframework.ftp.SftpSession
 
isSignatureBase64() - Method in class org.frankframework.pipes.SignaturePipe
 
isSimple() - Method in class org.frankframework.filesystem.MailListener
 
isSingleton() - Method in class org.frankframework.metrics.MetricsRegistryFactoryBean
 
isSkipBOM() - Method in class org.frankframework.compression.ZipIteratorPipe
 
isSkipBOM() - Method in class org.frankframework.util.FileHandler
 
isSkipEmptyTags() - Method in class org.frankframework.senders.XsltSender
 
isSkipOnEmptyInput() - Method in class org.frankframework.pipes.FixedForwardPipe
 
isSkipRoot() - Method in class org.frankframework.xml.BodyOnlyFilter
 
isSkipRootElement() - Method in class org.frankframework.align.content.JsonDocumentContainer
 
isSkipValidation() - Method in class org.frankframework.core.PipeLineExit
 
isSkipWrapping() - Method in class org.frankframework.core.PipeLineExit
 
isSoap() - Method in class org.frankframework.http.WebServiceListener
 
isSoap() - Method in class org.frankframework.http.WebServiceSender
 
isSoap() - Method in class org.frankframework.jms.JmsListenerBase
 
isSoap() - Method in class org.frankframework.jms.JmsSender
 
isSplitLines() - Method in class org.frankframework.pipes.Text2XmlPipe
 
isSQLTypeNumeric(int) - Static method in class org.frankframework.util.JdbcUtil
 
isStaleChecking() - Method in class org.frankframework.http.HttpSessionBase
 
isStarted() - Method in class org.frankframework.validation.AbstractXmlValidator
 
isStatic() - Method in class org.frankframework.filesystem.ExchangeObjectReference
 
isStopped() - Method in class org.frankframework.receivers.Receiver
 
isStoreFullMessage() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
isStoreOriginalMessageWithoutNamespaces() - Method in class org.frankframework.core.PipeLine
 
isStreaming() - Method in class org.frankframework.http.HttpMessageEntity
 
isStreaming() - Method in class org.frankframework.http.mime.MultipartEntity
 
isStreamingContents() - Method in class org.frankframework.compression.ZipIteratorPipe
 
isStreamResultToServlet() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isStreamResultToServlet() - Method in class org.frankframework.util.FileHandler
 
isStrictJsonArraySyntax() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isStubbed() - Method in class org.frankframework.configuration.Configuration
 
isSubdirectories() - Method in class org.frankframework.pipes.CleanupOldFilesPipe
 
isSubdirectories() - Method in class org.frankframework.util.DirectoryCleaner
 
isSubstituteVars() - Method in class org.frankframework.pipes.FixedResultPipe
 
isSubstituteVars() - Method in class org.frankframework.senders.FixedResultSender
 
isSuccess() - Method in class org.frankframework.core.SenderResult
 
isSuccessExit() - Method in class org.frankframework.core.PipeLineExit
 
isSuccessful() - Method in class org.frankframework.core.PipeLineResult
 
isSuccessful() - Method in class org.frankframework.core.PipeRunResult
 
isSupportProgrammaticRetry() - Method in class org.frankframework.receivers.Receiver
 
isSuppressed(SuppressKeys) - Method in class org.frankframework.configuration.ConfigurationWarnings
 
isSuppressed(SuppressKeys, IAdapter) - Static method in class org.frankframework.configuration.ConfigurationWarnings
 
isSynchronous() - Method in interface org.frankframework.core.ISender
When true, the result of sendMessage is the reply of the request.
isSynchronous() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isSynchronous() - Method in class org.frankframework.jdbc.MessageStoreSender
 
isSynchronous() - Method in class org.frankframework.jms.JmsSender
 
isSynchronous() - Method in class org.frankframework.ldap.LdapSender
 
isSynchronous() - Method in class org.frankframework.receivers.JavaListener
 
isSynchronous() - Method in class org.frankframework.scheduler.SchedulerSender
 
isSynchronous() - Method in class org.frankframework.senders.CommandSender
 
isSynchronous() - Method in class org.frankframework.senders.EchoSender
 
isSynchronous() - Method in class org.frankframework.senders.FileSender
Deprecated.
 
isSynchronous() - Method in class org.frankframework.senders.FixedResultSender
 
isSynchronous() - Method in class org.frankframework.senders.IbisJavaSender
 
isSynchronous() - Method in class org.frankframework.senders.IbisLocalSender
 
isSynchronous() - Method in class org.frankframework.senders.LogSender
 
isSynchronous() - Method in class org.frankframework.senders.MailSenderBase
 
isSynchronous() - Method in class org.frankframework.senders.ReconnectSenderWrapper
 
isSynchronous() - Method in class org.frankframework.senders.SenderSeries
 
isSynchronous() - Method in class org.frankframework.senders.SenderWrapper
 
isSynchronous() - Method in class org.frankframework.senders.XmlValidatorSender
 
isSynchronous() - Method in class org.frankframework.senders.XsltSender
 
isTestCanWrite() - Method in class org.frankframework.util.FileHandler
 
isTestExists() - Method in class org.frankframework.util.FileHandler
 
isThreadCountControllable() - Method in interface org.frankframework.core.IThreadCountControllable
 
isThreadCountControllable() - Method in class org.frankframework.jms.PushingJmsListener
 
isThreadCountControllable() - Method in class org.frankframework.receivers.PullingListenerContainer
 
isThreadCountControllable() - Method in class org.frankframework.receivers.Receiver
 
isThreadCountControllable() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
isThreadCountReadable() - Method in interface org.frankframework.core.IThreadCountControllable
 
isThreadCountReadable() - Method in class org.frankframework.jms.PushingJmsListener
 
isThreadCountReadable() - Method in class org.frankframework.receivers.PullingListenerContainer
 
isThreadCountReadable() - Method in class org.frankframework.receivers.Receiver
 
isThreadCountReadable() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
isThrowApplicationFaults() - Method in class org.frankframework.http.WebServiceSender
 
isThrowException() - Method in class org.frankframework.pipes.ExceptionPipe
 
isThrowException() - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
isThrowException() - Method in class org.frankframework.pipes.TimeoutGuardPipe
 
isThrowException() - Method in class org.frankframework.pipes.ValidatorBase
 
isThrowException() - Method in class org.frankframework.pipes.XmlValidator
 
isThrowException() - Method in class org.frankframework.receivers.JavaListener
 
isThrowException() - Method in class org.frankframework.validation.AbstractXmlValidator
 
isThrowJavaListenerNotFoundException() - Method in class org.frankframework.senders.IbisLocalSender
 
isToLowercase() - Method in class org.frankframework.pipes.FilenameSwitch
Deprecated.
 
isTrace() - Method in class org.frankframework.jdbc.JdbcListener
 
isTrace() - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
isTransacted() - Method in interface org.frankframework.core.IXAEnabled
indicates implementing object is under transaction control, using XA-transactions
isTransacted() - Method in class org.frankframework.core.TransactionAttributes
 
isTransacted() - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
isTransacted() - Method in class org.frankframework.jdbc.JdbcFacade
 
isTransacted() - Method in class org.frankframework.jms.JMSFacade
 
isTransacted(TransactionAttribute) - Static method in class org.frankframework.core.TransactionAttributes
 
isTransactionAvailable() - Method in class org.frankframework.jta.narayana.NarayanaTransactionHelper
Connections were not always closed, because the super implementation of this method returns false too often.
isTrimSpaces() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
isTrimSpaces() - Method in class org.frankframework.util.DB2DocumentWriter
 
isTrimSpaces() - Method in class org.frankframework.util.DB2XMLWriter
 
isTruncated() - Method in class org.frankframework.mongodb.JsonDocumentWriter
Return true if the output has been truncated due to exceeding the length specified in JsonWriterSettings.getMaxLength().
isTruncated() - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
Return true if the output has been truncated due to exceeding the length specified in StrictCharacterStreamJsonWriterSettings.getMaxLength().
isTypeContainsWildcard() - Method in class org.frankframework.align.XmlAligner
 
isUnicodePwd() - Method in class org.frankframework.ldap.LdapSender
 
isUnloadInProgressOrDone() - Method in class org.frankframework.configuration.Configuration
 
isUpdateEtag() - Method in class org.frankframework.http.rest.ApiListener
 
isUseBaseImportedSchemaLocationsToIgnore() - Method in class org.frankframework.pipes.XmlValidator
 
isUseBaseImportedSchemaLocationsToIgnore() - Method in interface org.frankframework.validation.IXSD
 
isUseBaseImportedSchemaLocationsToIgnore() - Method in class org.frankframework.validation.XSD
 
isUseCdataSection() - Method in class org.frankframework.pipes.Text2XmlPipe
 
isUseIncludes() - Method in class org.frankframework.soap.WsdlGenerator
 
isUseInputForExtract() - Method in class org.frankframework.pipes.MessageSendingPipe
 
isUsePooling() - Method in class org.frankframework.ldap.LdapSender
 
isUseReplyTo() - Method in class org.frankframework.jms.JmsListenerBase
 
isUserInRole(String) - Method in class org.frankframework.core.AllowAllSecurityHandler
 
isUserInRole(String) - Method in interface org.frankframework.core.ISecurityHandler
 
isUserInRole(String) - Method in class org.frankframework.http.cxf.WebServiceContextSecurityHandler
 
isUserInRole(String) - Method in class org.frankframework.http.HttpSecurityHandler
 
isUserInRole(String) - Method in class org.frankframework.jwt.JwtSecurityHandler
 
isUserInRole(String) - Method in interface org.frankframework.util.FileUtils.Authenticator
 
IsUserInRolePipe - Class in org.frankframework.pipes
Pipe that checks if the calling user has a specified role.
IsUserInRolePipe() - Constructor for class org.frankframework.pipes.IsUserInRolePipe
 
isUseSecureRandom() - Method in class org.frankframework.pipes.PasswordGeneratorPipe
 
isUseSsl() - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
isUseTopicFunctions() - Method in class org.frankframework.jms.JMSFacade
 
isValidateAllRedirectUrls() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
isValidateEtag() - Method in class org.frankframework.http.RestListener
 
isValidateFile() - Method in class org.frankframework.pipes.XmlValidator
 
isValidateFile() - Method in class org.frankframework.validation.AbstractXmlValidator
 
isValidateJsonToRootElementOnly() - Method in class org.frankframework.pipes.Json2XmlValidator
 
isValidUriPattern(String) - Static method in class org.frankframework.http.rest.ApiListener
 
isVerifyHostname() - Method in interface org.frankframework.encryption.HasTruststore
 
isVerifyHostname() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
isVerifyHostname() - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
isVerifyHostname() - Method in class org.frankframework.ftp.FtpSession
 
isVerifyHostname() - Method in class org.frankframework.http.HttpSessionBase
 
isVerifyHostname() - Method in class org.frankframework.senders.SendGridSender
 
isView() - Method in class org.frankframework.http.RestListener
 
isWaitForShadowsToFinish() - Method in class org.frankframework.senders.ShadowSender
 
isWarningsOccurred() - Method in class org.frankframework.validation.XmlValidatorErrorHandler
 
isWellFormed(String) - Static method in class org.frankframework.util.XmlUtils
 
isWellFormed(String, String) - Static method in class org.frankframework.util.XmlUtils
 
isWellFormed(Message, String) - Static method in class org.frankframework.util.XmlUtils
 
isWildcardSessionKey() - Method in class org.frankframework.parameters.Parameter
 
isWrapperFor(Class<?>) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
isWrapperFor(Class<?>) - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
isWriteAttributes() - Method in class org.frankframework.align.XmlTo
 
isWriteLineSeparator() - Method in class org.frankframework.filesystem.FileSystemActor
 
isWriteLineSeparator() - Method in class org.frankframework.util.FileHandler
 
isWriteSecLogMessage() - Method in class org.frankframework.http.RestListener
 
isWriteToSecLog() - Method in interface org.frankframework.core.IPipe
 
isWriteToSecLog() - Method in class org.frankframework.http.RestListener
 
isWriteToSecLog() - Method in class org.frankframework.pipes.AbstractPipe
 
isWriteToSecLog() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
isWriteToSecLog() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
isWssPasswordDigest() - Method in class org.frankframework.http.WebServiceSender
 
isWssPasswordDigest() - Method in class org.frankframework.soap.SoapWrapperPipe
 
isXhtml() - Method in class org.frankframework.http.HttpSenderBase
 
isXml() - Method in class org.frankframework.pipes.CompareStringPipe
 
isXmlArrayContainer() - Method in class org.frankframework.align.content.JsonElementContainer
 
IsXmlPipe - Class in org.frankframework.pipes
Selects an exitState, based on if the input is a XML string.
IsXmlPipe() - Constructor for class org.frankframework.pipes.IsXmlPipe
 
isXmlSchema1_0() - Method in class org.frankframework.validation.AbstractXmlValidator
 
isXsltStreamingByDefault() - Static method in class org.frankframework.util.XmlUtils
 
ITEM_FORMAT_PERC - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_FORMAT_TIME - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_NAME_AVERAGE - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_NAME_COUNT - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_NAME_FIRST - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
ITEM_NAME_LAST - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
ITEM_NAME_MAX - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_NAME_MIN - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_NAME_STDDEV - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_NAME_SUM - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_NAME_SUMSQ - Static variable in interface org.frankframework.statistics.ItemList
 
ITEM_VALUE_NAN - Static variable in interface org.frankframework.statistics.ItemList
 
ItemCallback(PipeLineSession, ISender, Writer) - Constructor for class org.frankframework.pipes.IteratingPipe.ItemCallback
 
ItemList - Interface in org.frankframework.statistics
List of statistics items that can be iterated over to show all values.
ItemList.Type - Enum in org.frankframework.statistics
 
itemToMessage(A) - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
itemToMessage(I) - Method in class org.frankframework.pipes.IteratingPipe
 
ItemUtil - Class in org.frankframework.statistics
Utility functions to process statistics items.
ItemUtil() - Constructor for class org.frankframework.statistics.ItemUtil
 
iterateOverInput(Message, PipeLineSession, Map<String, Object>, IteratingPipe.ItemCallback) - Method in class org.frankframework.pipes.IteratingPipe
 
iterateOverInput(Message, PipeLineSession, Map<String, Object>, IteratingPipe.ItemCallback) - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
iterateOverInput(Message, PipeLineSession, Map<String, Object>, IteratingPipe.ItemCallback) - Method in class org.frankframework.pipes.XmlFileElementIteratorPipe
Deprecated.
 
iterateOverStatistics(StatisticsKeeperIterationHandler<D>, D, HasStatistics.Action) - Static method in class org.frankframework.cache.IbisCacheManager
 
iterateOverStatistics(StatisticsKeeperIterationHandler<D>, D, HasStatistics.Action) - Method in interface org.frankframework.statistics.HasStatistics
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.core.Adapter
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.core.PipeLine
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.jdbc.JdbcFacade
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.pipes.IteratingPipe
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.pipes.MessageSendingPipe
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.receivers.Receiver
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.senders.ReconnectSenderWrapper
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.senders.SenderSeries
 
iterateOverStatistics(StatisticsKeeperIterationHandler, Object, HasStatistics.Action) - Method in class org.frankframework.senders.SenderWrapper
 
IteratingPipe<I> - Class in org.frankframework.pipes
Abstract base class to sends a message to a Sender for each item returned by a configurable iterator.
IteratingPipe() - Constructor for class org.frankframework.pipes.IteratingPipe
 
IteratingPipe.ItemCallback - Class in org.frankframework.pipes
 
IteratingPipe.StopReason - Enum in org.frankframework.pipes
 
iteration - Variable in class org.frankframework.jdbc.QueryExecutionContext
 
ITERATION_INDEX - Static variable in class org.frankframework.util.PasswordHash
 
iterator() - Method in class org.frankframework.parameters.ParameterValueList
Returns the List iterator which may contain Parameters with the same name!
iterator() - Method in class org.frankframework.validation.RootValidations
 
IThreadConnectableTransactionManager<T,R> - Interface in org.frankframework.jta
 
IThreadCountControllable - Interface in org.frankframework.core
Interface to be implemented by classes of which the number of threads can be controlled at runtime.
IThreadCreator - Interface in org.frankframework.stream
 
ITransactionalStorage<S extends Serializable> - Interface in org.frankframework.core
The ITransactionalStorage is responsible for storing and retrieving-back messages under transaction control.
ITransactionRequirements - Interface in org.frankframework.core
 
ITrigger - Interface in org.frankframework.monitoring
 
ITrigger.TriggerType - Enum in org.frankframework.monitoring
 
IValidator - Interface in org.frankframework.core
Marker interface for Validators
IWithAttachments<F,A> - Interface in org.frankframework.filesystem
 
IWithParameters - Interface in org.frankframework.core
Base interface to allow objects to declare that they accept parameters.
IWrapperPipe - Interface in org.frankframework.core
Marker interface for Wrappers
IWrapperPipe.Direction - Enum in org.frankframework.core
 
IWritableFileSystem<F> - Interface in org.frankframework.filesystem
Extension to IBasicFileSystem that can be implemented to allow creation of files and folders.
IXAEnabled - Interface in org.frankframework.core
Indicates a Pipe, Sender or Listener to be capable of supporting XA-transactions.
IXmlDebugger - Interface in org.frankframework.xml
Utility interface to allow the debugger to inspect XML in the middle of a streaming execution.
IXmlValidator - Interface in org.frankframework.core
 
IXSD - Interface in org.frankframework.validation
The representation of a XSD.

J

J2V8 - Class in org.frankframework.javascript
 
J2V8 - Enum constant in enum org.frankframework.senders.JavascriptSender.JavaScriptEngines
 
J2V8() - Constructor for class org.frankframework.javascript.J2V8
 
JarBytesClassLoader - Class in org.frankframework.configuration.classloaders
 
JarBytesClassLoader(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.JarBytesClassLoader
 
JarFileClassLoader - Class in org.frankframework.configuration.classloaders
 
JarFileClassLoader(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.JarFileClassLoader
 
JavaListener<M> - Class in org.frankframework.receivers
Use this listener to receive messages from other adapters or a scheduler within the same Frank-application or from other components residing in the same JVM.
JavaListener() - Constructor for class org.frankframework.receivers.JavaListener
 
JAVALISTENER_KEY - Static variable in class org.frankframework.scheduler.ServiceJob
 
JavascriptEngine<E> - Interface in org.frankframework.javascript
Javascript engine interface, allows the use of a javascript engine to execute javascript code functions.
JavascriptException - Exception in org.frankframework.javascript
 
JavascriptException(String) - Constructor for exception org.frankframework.javascript.JavascriptException
 
JavascriptException(String, Throwable) - Constructor for exception org.frankframework.javascript.JavascriptException
 
JavascriptException(Throwable) - Constructor for exception org.frankframework.javascript.JavascriptException
 
JavascriptSender - Class in org.frankframework.senders
Sender used to run JavaScript code using J2V8
JavascriptSender() - Constructor for class org.frankframework.senders.JavascriptSender
 
JavascriptSender.JavaScriptEngines - Enum in org.frankframework.senders
 
JavaxXmlValidator - Class in org.frankframework.validation
Straightforward XML-validation based on javax.validation.
JavaxXmlValidator() - Constructor for class org.frankframework.validation.JavaxXmlValidator
 
JCEKS - Enum constant in enum org.frankframework.encryption.KeystoreType
 
JDBC_PROPERTIES_KEY - Static variable in class org.frankframework.jdbc.JdbcPropertySourceFactory
 
JdbcFacade - Class in org.frankframework.jdbc
Provides functions for JDBC connections.
JdbcFacade() - Constructor for class org.frankframework.jdbc.JdbcFacade
 
JdbcIteratingPipeBase - Class in org.frankframework.jdbc
Base class for JDBC iterating pipes.
JdbcIteratingPipeBase() - Constructor for class org.frankframework.jdbc.JdbcIteratingPipeBase
 
JdbcIteratingPipeBase.MixedQuerySender - Class in org.frankframework.jdbc
 
JdbcListener<M> - Class in org.frankframework.jdbc
JdbcListener base class.
JdbcListener() - Constructor for class org.frankframework.jdbc.JdbcListener
 
JdbcListener.MessageFieldType - Enum in org.frankframework.jdbc
 
JdbcMessageBrowser<M> - Class in org.frankframework.jdbc
JDBC implementation of IMessageBrowser.
JdbcMessageBrowser() - Constructor for class org.frankframework.jdbc.JdbcMessageBrowser
 
JdbcPoolUtil - Class in org.frankframework.jdbc.datasource
 
JdbcPoolUtil() - Constructor for class org.frankframework.jdbc.datasource.JdbcPoolUtil
 
JdbcPropertySourceFactory - Class in org.frankframework.jdbc
See Spring's native PropertySourceFactory TODO use PropertySources (PropertiesPropertySource)
JdbcPropertySourceFactory() - Constructor for class org.frankframework.jdbc.JdbcPropertySourceFactory
 
JdbcQueryListener - Class in org.frankframework.jdbc
Deprecated.
JdbcQueryListener() - Constructor for class org.frankframework.jdbc.JdbcQueryListener
Deprecated.
 
JdbcQuerySenderBase<H> - Class in org.frankframework.jdbc
This executes the query that is obtained from the (here still abstract) method getStatement.
JdbcQuerySenderBase() - Constructor for class org.frankframework.jdbc.JdbcQuerySenderBase
 
JdbcQuerySenderBase.QueryType - Enum in org.frankframework.jdbc
 
JdbcSenderBase<H> - Class in org.frankframework.jdbc
Base class for building JDBC-senders.
JdbcSenderBase() - Constructor for class org.frankframework.jdbc.JdbcSenderBase
 
JdbcTableListener<M> - Class in org.frankframework.jdbc
Database Listener that operates on a table having at least a key and a status field.
JdbcTableListener() - Constructor for class org.frankframework.jdbc.JdbcTableListener
 
JdbcTableMessageBrowser<M> - Class in org.frankframework.jdbc
 
JdbcTableMessageBrowser(JdbcTableListener<M>) - Constructor for class org.frankframework.jdbc.JdbcTableMessageBrowser
 
JdbcTableMessageBrowser(JdbcTableListener<M>, String, IMessageBrowser.StorageType) - Constructor for class org.frankframework.jdbc.JdbcTableMessageBrowser
 
JdbcTransactionalStorage<S extends Serializable> - Class in org.frankframework.jdbc
Implements a message log (JdbcMessageLog) or error store (JdbcErrorStorage) that uses database table IBISSTORE.
JdbcTransactionalStorage() - Constructor for class org.frankframework.jdbc.JdbcTransactionalStorage
 
JdbcUtil - Class in org.frankframework.util
Database-oriented utility functions.
JdbcUtil() - Constructor for class org.frankframework.util.JdbcUtil
 
JKS - Enum constant in enum org.frankframework.encryption.KeystoreType
 
JMS_LISTENER_CLASSNAME_SUFFIX - Static variable in class org.frankframework.configuration.digester.ListenerFactory
 
JMS_MESSAGECLASS_KEY - Static variable in class org.frankframework.jms.JMSFacade
 
jmsBinding(XMLStreamWriter, String) - Method in class org.frankframework.soap.WsdlGenerator
 
JmsBrowser<M extends javax.jms.Message> - Class in org.frankframework.jms
Basic browser of JMS Messages.
JmsBrowser() - Constructor for class org.frankframework.jms.JmsBrowser
 
JmsBrowser(String) - Constructor for class org.frankframework.jms.JmsBrowser
 
JmsException - Exception in org.frankframework.jms
JMS related exception.
JmsException() - Constructor for exception org.frankframework.jms.JmsException
 
JmsException(String) - Constructor for exception org.frankframework.jms.JmsException
 
JmsException(String, Throwable) - Constructor for exception org.frankframework.jms.JmsException
 
JmsException(Throwable) - Constructor for exception org.frankframework.jms.JmsException
 
JMSFacade - Class in org.frankframework.jms
Provides functions for jms connections, queues and topics and acts as a facade to hide for clients whether a Queue or Topic is used.
JMSFacade() - Constructor for class org.frankframework.jms.JMSFacade
 
JMSFacade.AcknowledgeMode - Enum in org.frankframework.jms
 
JMSFacade.DeliveryMode - Enum in org.frankframework.jms
 
JMSFacade.DestinationType - Enum in org.frankframework.jms
 
JMSFacade.MessageClass - Enum in org.frankframework.jms
The JMS Message class for the outgoing message.
JMSFacade.SubscriberType - Enum in org.frankframework.jms
 
JmsListener - Class in org.frankframework.jms
A true multi-threaded Listener-class.
JmsListener() - Constructor for class org.frankframework.jms.JmsListener
 
JmsListenerBase - Class in org.frankframework.jms
Common baseclass for Pulling and Pushing JMS Listeners.
JmsListenerBase() - Constructor for class org.frankframework.jms.JmsListenerBase
 
JmsMessageBrowser<M,J extends javax.jms.Message> - Class in org.frankframework.jms
Basic browser of JMS Messages.
JmsMessageBrowser() - Constructor for class org.frankframework.jms.JmsMessageBrowser
 
JmsMessageBrowser(String) - Constructor for class org.frankframework.jms.JmsMessageBrowser
 
JmsMessageBrowserIteratorItem - Class in org.frankframework.jms
 
JmsMessageBrowserIteratorItem(Message) - Constructor for class org.frankframework.jms.JmsMessageBrowserIteratorItem
 
JmsMessagingSource - Class in org.frankframework.jms
MessagingSource for JMS connections.
JmsMessagingSource(String, String, Context, ConnectionFactory, Map<String, MessagingSource>, String, boolean, Map<String, String>) - Constructor for class org.frankframework.jms.JmsMessagingSource
 
JmsMessagingSourceFactory - Class in org.frankframework.jms
Factory for JmsMessagingSources, to share them for JMS Objects that can use the same.
JmsMessagingSourceFactory(JMSFacade) - Constructor for class org.frankframework.jms.JmsMessagingSourceFactory
 
JmsQueueBrowserIterator - Class in org.frankframework.jms
Helper class for browsing queues.
JmsQueueBrowserIterator(JMSFacade, Queue, String) - Constructor for class org.frankframework.jms.JmsQueueBrowserIterator
 
JmsRealm - Class in org.frankframework.jms
A JmsRealm is a definition of a JMS provider, and is kind of a utility class to prevent the tedeous work of repeatedly defining all parameters to connect to a queue or topic.
JmsRealm() - Constructor for class org.frankframework.jms.JmsRealm
 
JmsRealmFactory - Class in org.frankframework.jms
Singleton that has the different jmsRealms.
Typical use: JmsRealmFactory.getInstance().<method to execute>
JmsRealmsFactory - Class in org.frankframework.configuration.digester
Factory for the JMS Realms instance, which holds all JMS Realm definitions found in the Configuration File.
JmsRealmsFactory() - Constructor for class org.frankframework.configuration.digester.JmsRealmsFactory
 
JmsSender - Class in org.frankframework.jms
This class sends messages with JMS.
JmsSender() - Constructor for class org.frankframework.jms.JmsSender
 
JmsSender.LinkMethod - Enum in org.frankframework.jms
 
jmsService(XMLStreamWriter, JmsListener, String) - Method in class org.frankframework.soap.WsdlGenerator
 
JmsTransactionalStorage<S extends Serializable> - Class in org.frankframework.jms
Implements a message log (JmsMessageLog) or error store (JmsErrorStorage) that uses JMS technology.
JmsTransactionalStorage() - Constructor for class org.frankframework.jms.JmsTransactionalStorage
 
JmxAdapterWrapper - Class in org.frankframework.jmx
NOTE: Using the PlatformMBeanServer on WebSphere changes ObjectNames on registration.
JmxAdapterWrapper() - Constructor for class org.frankframework.jmx.JmxAdapterWrapper
 
JmxAttribute - Annotation Type in org.frankframework.jmx
Method-level annotation that indicates to expose a given method as a JMX attribute.
JmxMBeanInfoAssembler - Class in org.frankframework.jmx
 
JmxMBeanInfoAssembler() - Constructor for class org.frankframework.jmx.JmxMBeanInfoAssembler
 
JmxNamingStrategy - Class in org.frankframework.jmx
 
JmxNamingStrategy() - Constructor for class org.frankframework.jmx.JmxNamingStrategy
 
JmxOperation - Annotation Type in org.frankframework.jmx
Method-level annotation that indicates to expose a given method as a JMX operation.
JNDI_AUTH_ALIAS_KEY - Static variable in class org.frankframework.ldap.LdapClient
 
JndiBase - Class in org.frankframework.jndi
Provides all JNDI functions and is meant to act as a base class.
JndiBase() - Constructor for class org.frankframework.jndi.JndiBase
 
JndiConnectionFactoryFactory - Class in org.frankframework.jndi
 
JndiConnectionFactoryFactory() - Constructor for class org.frankframework.jndi.JndiConnectionFactoryFactory
 
JndiContextPrefixFactory - Class in org.frankframework.core
 
JndiContextPrefixFactory() - Constructor for class org.frankframework.core.JndiContextPrefixFactory
 
JndiDataSourceFactory - Class in org.frankframework.jndi
Factory through which (TX-enabled) DataSources can be retrieved.
JndiDataSourceFactory() - Constructor for class org.frankframework.jndi.JndiDataSourceFactory
 
JndiMongoClientFactory - Class in org.frankframework.mongodb
MongoClientFactory that retrieves its configuration from JNDI.
JndiMongoClientFactory() - Constructor for class org.frankframework.mongodb.JndiMongoClientFactory
 
JndiObjectFactory<O,L> - Class in org.frankframework.jndi
Baseclass for Jndi lookups.
JndiObjectFactory(Class<L>) - Constructor for class org.frankframework.jndi.JndiObjectFactory
 
Job - Class in org.frankframework.scheduler.job
Placeholder class to allow old-school <job function='SendMessage' /> in the new Frank!Config XSD.
Job() - Constructor for class org.frankframework.scheduler.job.Job
 
jobDataMapToXmlBuilder(JobDataMap) - Method in class org.frankframework.scheduler.SchedulerAdapter
 
JobDef - Class in org.frankframework.scheduler
Definition / configuration of scheduler jobs.
JobDef() - Constructor for class org.frankframework.scheduler.JobDef
 
JOBDEF_KEY - Static variable in class org.frankframework.scheduler.ConfiguredJob
 
JobDefFunctions - Enum in org.frankframework.scheduler
 
jobDetailToXmlBuilder(JobDetail) - Method in class org.frankframework.scheduler.SchedulerAdapter
 
JobExecutionException - Exception in org.frankframework.scheduler.job
Exception thrown by JobDefinitions when it is unable to successfully execute the job.
JobExecutionException(String) - Constructor for exception org.frankframework.scheduler.job.JobExecutionException
 
JobExecutionException(String, Throwable) - Constructor for exception org.frankframework.scheduler.job.JobExecutionException
 
JobExecutionException(Throwable) - Constructor for exception org.frankframework.scheduler.job.JobExecutionException
 
JobFactory - Class in org.frankframework.configuration.digester
Factory for instantiating Schedules Jobs from the Digester framework.
JobFactory() - Constructor for class org.frankframework.configuration.digester.JobFactory
 
JSON - Enum constant in enum org.frankframework.http.rest.MediaTypes
 
JSON - Enum constant in enum org.frankframework.http.RestListener.MediaTypes
 
JSON - Enum constant in enum org.frankframework.management.bus.endpoints.ExecuteJdbcQuery.ResultType
 
JSON - Enum constant in enum org.frankframework.stream.document.DocumentFormat
 
JSON - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
JSON0 - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
Json2Xml - Class in org.frankframework.align
XML Schema guided JSON to XML converter;
Json2Xml(ValidatorHandler, List<XSModel>, boolean, String) - Constructor for class org.frankframework.align.Json2Xml
 
Json2Xml(ValidatorHandler, List<XSModel>, boolean, String, boolean) - Constructor for class org.frankframework.align.Json2Xml
 
JSON2XML - Enum constant in enum org.frankframework.pipes.JsonPipe.Direction
 
Json2XmlHandler - Class in org.frankframework.stream.document
 
Json2XmlHandler(String, ContentHandler, boolean) - Constructor for class org.frankframework.stream.document.Json2XmlHandler
 
Json2XmlHandler(ContentHandler, boolean) - Constructor for class org.frankframework.stream.document.Json2XmlHandler
 
Json2XmlValidator - Class in org.frankframework.pipes
Pipe that validates the XML or JSON input message against a XML Schema and returns either XML or JSON.
Json2XmlValidator() - Constructor for class org.frankframework.pipes.Json2XmlValidator
 
JsonArrayBuilder - Class in org.frankframework.stream.document
 
JsonArrayBuilder(JsonEventHandler) - Constructor for class org.frankframework.stream.document.JsonArrayBuilder
 
JsonDocumentBuilder - Class in org.frankframework.stream.document
 
JsonDocumentBuilder() - Constructor for class org.frankframework.stream.document.JsonDocumentBuilder
 
JsonDocumentBuilder(Writer) - Constructor for class org.frankframework.stream.document.JsonDocumentBuilder
 
JsonDocumentBuilder(JsonEventHandler) - Constructor for class org.frankframework.stream.document.JsonDocumentBuilder
 
JsonDocumentContainer - Class in org.frankframework.align.content
Helper class to construct JSON from XML events.
JsonDocumentContainer(String, boolean, boolean) - Constructor for class org.frankframework.align.content.JsonDocumentContainer
 
JsonDocumentWriter - Class in org.frankframework.mongodb
BSON writer to write to FF DocumentBuilder, to generate JSON or XML.
JsonDocumentWriter(INodeBuilder) - Constructor for class org.frankframework.mongodb.JsonDocumentWriter
Creates a new instance which uses writer to write JSON to.
JsonDocumentWriter(INodeBuilder, JsonWriterSettings) - Constructor for class org.frankframework.mongodb.JsonDocumentWriter
Creates a new instance which uses writer to write JSON to and uses the given settings.
JsonDocumentWriter.Context - Class in org.frankframework.mongodb
The context for the writer, inheriting all the values from AbstractBsonWriter.Context, and additionally providing settings for the indentation level and whether there are any child elements at this level.
JsonElementContainer - Class in org.frankframework.align.content
Helper class to construct JSON from XML events.
JsonElementContainer(String, boolean, boolean, boolean, String, String, XSTypeDefinition) - Constructor for class org.frankframework.align.content.JsonElementContainer
 
JsonEventHandler - Interface in org.frankframework.stream
 
JsonEventHandlerOutputStream - Class in org.frankframework.stream
Helper class to convert character or byte based OutputStreams into a JSON SAX event stream.
JsonEventHandlerOutputStream(JsonEventHandler, ThreadConnector) - Constructor for class org.frankframework.stream.JsonEventHandlerOutputStream
 
JsonNodeBuilder - Class in org.frankframework.stream.document
 
JsonNodeBuilder(JsonEventHandler) - Constructor for class org.frankframework.stream.document.JsonNodeBuilder
 
JsonObjectBuilder - Class in org.frankframework.stream.document
 
JsonObjectBuilder(JsonEventHandler) - Constructor for class org.frankframework.stream.document.JsonObjectBuilder
 
JsonPipe - Class in org.frankframework.pipes
JSON is not aware of the element order.
JsonPipe() - Constructor for class org.frankframework.pipes.JsonPipe
 
JsonPipe.Direction - Enum in org.frankframework.pipes
 
jsonPretty(String) - Static method in class org.frankframework.util.Misc
 
JsonTee - Class in org.frankframework.stream.json
 
JsonTee(JsonEventHandler, JsonEventHandler) - Constructor for class org.frankframework.stream.json.JsonTee
 
JsonUtils - Class in org.frankframework.stream.json
 
JsonUtils() - Constructor for class org.frankframework.stream.json.JsonUtils
 
JsonValidator - Class in org.frankframework.pipes
Pipe that validates the input message against a JSON Schema.
JsonValidator() - Constructor for class org.frankframework.pipes.JsonValidator
 
jsonValue2Document(JsonValue, IDocumentBuilder) - Static method in class org.frankframework.stream.document.DocumentUtils
 
JsonWellFormedChecker - Class in org.frankframework.pipes
Pipe that checks the well-formedness of the input message.
JsonWellFormedChecker() - Constructor for class org.frankframework.pipes.JsonWellFormedChecker
 
JsonWriter - Class in org.frankframework.stream.json
 
JsonWriter() - Constructor for class org.frankframework.stream.json.JsonWriter
 
JsonWriter(OutputStream) - Constructor for class org.frankframework.stream.json.JsonWriter
 
JsonWriter(Writer) - Constructor for class org.frankframework.stream.json.JsonWriter
 
JsonXslt3XmlHandler - Class in org.frankframework.stream.xml
 
JsonXslt3XmlHandler() - Constructor for class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
JsonXslt3XmlHandler(ContentHandler) - Constructor for class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
JsonXslt3XmlReader - Class in org.frankframework.stream.xml
 
JsonXslt3XmlReader() - Constructor for class org.frankframework.stream.xml.JsonXslt3XmlReader
 
JsonXslt3XmlReader(ContentHandler) - Constructor for class org.frankframework.stream.xml.JsonXslt3XmlReader
 
JsonXsltPipe - Class in org.frankframework.pipes
Perform an XSLT transformation with a specified stylesheet on a JSON input, yielding JSON, XML or text.
JsonXsltPipe() - Constructor for class org.frankframework.pipes.JsonXsltPipe
 
JsonXsltSender - Class in org.frankframework.senders
Perform an XSLT transformation with a specified stylesheet on a JSON input, yielding JSON, yielding JSON, XML or text.
JsonXsltSender() - Constructor for class org.frankframework.senders.JsonXsltSender
 
JtaUtil - Class in org.frankframework.util
Utility functions for JTA
JtaUtil() - Constructor for class org.frankframework.util.JtaUtil
 
JWT - Enum constant in enum org.frankframework.http.rest.ApiListener.AuthenticationMethods
 
JwtPipe - Class in org.frankframework.pipes
Creates a JWT with a shared secret using the HmacSHA256 algorithm.
JwtPipe() - Constructor for class org.frankframework.pipes.JwtPipe
 
JwtSecurityHandler - Class in org.frankframework.jwt
 
JwtSecurityHandler(Map<String, Object>, String, String) - Constructor for class org.frankframework.jwt.JwtSecurityHandler
 
JwtValidator<C extends com.nimbusds.jose.proc.SecurityContext> - Class in org.frankframework.jwt
 
JwtValidator() - Constructor for class org.frankframework.jwt.JwtValidator
 

K

KairosDbRegistryConfigurator - Class in org.frankframework.metrics
 
KairosDbRegistryConfigurator() - Constructor for class org.frankframework.metrics.KairosDbRegistryConfigurator
 
KerberosLoginConfiguration - Class in org.frankframework.filesystem.smb
 
KerberosLoginConfiguration(Map<String, String>) - Constructor for class org.frankframework.filesystem.smb.KerberosLoginConfiguration
 
keyringConfig - Variable in class org.frankframework.pgp.PGPAction
 
keyStoreAsTrustStore(HasKeystore) - Static method in class org.frankframework.encryption.PkiUtil
 
KeystoreType - Enum in org.frankframework.encryption
 
KEYWORD_SELECT_COUNT - Static variable in class org.frankframework.jdbc.SimpleJdbcListener
 
killPipe() - Method in class org.frankframework.pipes.TimeoutGuardPipe
optional implementation to kill additional threads if the pipe may have created those.
knownProcessStates() - Method in interface org.frankframework.core.IHasProcessState
Provides the set of ProcessStates used by this listener.
knownProcessStates() - Method in class org.frankframework.filesystem.FileSystemListener
 
knownProcessStates() - Method in class org.frankframework.jdbc.JdbcListener
 
knownProcessStates() - Method in class org.frankframework.receivers.Receiver
 

L

last() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
LAST - Enum constant in enum org.frankframework.collection.CollectorPipeBase.Action
Combination of WRITE and CLOSE: Add an item to to an existing collection, then finalize the collection
LazyLoadingEventListener<T extends org.springframework.context.ApplicationEvent> - Interface in org.frankframework.lifecycle
During the ApplicationContext refresh Spring will try and automatically create and register all EventListeners EventListeners which implement this interface will be exempt from this behaviour but in turn will need to be registered manually in the required org.springframework.context.ConfigurableApplicationContext.
LDAP_ERROR_MAGIC_STRING - Static variable in class org.frankframework.ldap.LdapSender
 
LdapChallengePipe - Class in org.frankframework.ldap
Deprecated. 
LdapChallengePipe() - Constructor for class org.frankframework.ldap.LdapChallengePipe
Deprecated.
 
LdapClient - Class in org.frankframework.ldap
Client for LDAP.
consider setting the following properties:
- java.naming.provider.url
- com.sun.jndi.ldap.connect.pool
- java.naming.referral = follow
- nl.nn.iuf.LdapClient.groupAttributeCache.name
- nl.nn.iuf.LdapClient.groupAttributeCache.timeToLive

Connection Pooling:
To set connection pool properties that are set as custom properties, create a properties file named Ldap.properties with the attributes and place in the classpath.
LdapClient() - Constructor for class org.frankframework.ldap.LdapClient
 
LdapClient(Map<String, Object>) - Constructor for class org.frankframework.ldap.LdapClient
 
LdapClient(Properties) - Constructor for class org.frankframework.ldap.LdapClient
 
LdapFindGroupMembershipsPipe - Class in org.frankframework.ldap
Pipe that returns the memberships of a userDN.
LdapFindGroupMembershipsPipe() - Constructor for class org.frankframework.ldap.LdapFindGroupMembershipsPipe
 
LdapFindMemberPipe - Class in org.frankframework.ldap
Pipe that checks if a specified dn exists as 'member' in another specified dn in LDAP.
LdapFindMemberPipe() - Constructor for class org.frankframework.ldap.LdapFindMemberPipe
 
LdapQueryPipeBase - Class in org.frankframework.ldap
Base pipe for querying LDAP.
LdapQueryPipeBase() - Constructor for class org.frankframework.ldap.LdapQueryPipeBase
 
LdapSender - Class in org.frankframework.ldap
Sender to obtain information from and write to an LDAP Directory.
LdapSender() - Constructor for class org.frankframework.ldap.LdapSender
 
LdapSender.Manipulation - Enum in org.frankframework.ldap
 
LdapSender.Operation - Enum in org.frankframework.ldap
 
LEGACY_PACKAGE_NAME - Static variable in class org.frankframework.configuration.ClassNameRewriter
 
level - Variable in class org.frankframework.logging.IbisThreadFilter
 
limitSize(OutputStream, int) - Static method in class org.frankframework.util.StreamCaptureUtils
Triggers the next byte after the threshold has been reached.
limitSize(Writer, int) - Static method in class org.frankframework.util.StreamCaptureUtils
 
LINE_SEPARATOR - Static variable in class org.frankframework.util.Misc
 
LiquibaseLog4j2Logger - Class in org.frankframework.jdbc.migration
It is important that we're wrapping the Log4j2 Logger and are directly calling logIfEnabled.
LiquibaseLog4j2Logger(Class<?>) - Constructor for class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
 
LiquibaseLog4j2LogService - Class in org.frankframework.jdbc.migration
 
LiquibaseLog4j2LogService() - Constructor for class org.frankframework.jdbc.migration.LiquibaseLog4j2LogService
 
LiquibaseMigrator - Class in org.frankframework.jdbc.migration
LiquiBase implementation for IAF
LiquibaseMigrator() - Constructor for class org.frankframework.jdbc.migration.LiquibaseMigrator
 
LiquibaseResourceAccessor - Class in org.frankframework.jdbc.migration
Liquibase ResourceAccessor that can return a resource supplied at construction time.
LiquibaseResourceAccessor(Resource) - Constructor for class org.frankframework.jdbc.migration.LiquibaseResourceAccessor
 
LiquibaseXmlChangeLogParser - Class in org.frankframework.jdbc.migration
 
LiquibaseXmlChangeLogParser() - Constructor for class org.frankframework.jdbc.migration.LiquibaseXmlChangeLogParser
 
LIST - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
list files in a folder/directory, specified by attribute inputFolder, parameter inputFolder or input message
LIST - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Used for StoredProcedure OUT parameters when the database type is a CURSOR or JDBCType.REF_CURSOR.
listAttachments(F) - Method in interface org.frankframework.filesystem.IWithAttachments
 
listAttachments(Message) - Method in class org.frankframework.filesystem.ImapFileSystem
 
listAttachments(ExchangeMessageReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
LISTATTACHMENTS - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
Specific to FileSystemSenderWithAttachments
ListenerDAO(ApiListener) - Constructor for class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
 
ListenerDAO(RestListener) - Constructor for class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
 
ListenerException - Exception in org.frankframework.core
Exception thrown by implementations of methods of listeners.
ListenerException() - Constructor for exception org.frankframework.core.ListenerException
 
ListenerException(String) - Constructor for exception org.frankframework.core.ListenerException
 
ListenerException(String, Throwable) - Constructor for exception org.frankframework.core.ListenerException
 
ListenerException(Throwable) - Constructor for exception org.frankframework.core.ListenerException
 
ListenerFactory - Class in org.frankframework.configuration.digester
Factory for instantiating listeners from the Digester framework.
ListenerFactory() - Constructor for class org.frankframework.configuration.digester.ListenerFactory
 
ListenerProcessor<M> - Interface in org.frankframework.processors
 
listFiles(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
listFiles(String) - Method in class org.frankframework.filesystem.FtpFileSystem
 
listFiles(String) - Method in interface org.frankframework.filesystem.IBasicFileSystem
Lists all files in 'folder' or in the 'root' of the filesystem (when folder is null).
listFiles(String) - Method in class org.frankframework.filesystem.ImapFileSystem
 
listFiles(String) - Method in class org.frankframework.filesystem.LocalFileSystem
 
listFiles(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
listFiles(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
listFiles(String) - Method in class org.frankframework.filesystem.SftpFileSystem
 
listToString(List<String>) - Static method in class org.frankframework.util.Misc
Converts the list to a string.
load(ClassLoader, String) - Method in class org.frankframework.util.AppConstants
 
load(String) - Method in class org.frankframework.configuration.IbisContext
Loads, digests and starts the specified configuration, or all configurations Does not check if the configuration already exists.
LOAD_DATABASE_SCHEDULES - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
loadClass(String, boolean) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
LoadDatabaseSchedulesJob - Class in org.frankframework.scheduler.job
1.
LoadDatabaseSchedulesJob() - Constructor for class org.frankframework.scheduler.job.LoadDatabaseSchedulesJob
 
loadResources() - Method in class org.frankframework.configuration.classloaders.BytesClassLoader
Called during a reload for a green/blue deployment, and after the classloader has been configured to load new resources
loadResources() - Method in class org.frankframework.configuration.classloaders.DatabaseClassLoader
 
loadResources() - Method in class org.frankframework.configuration.classloaders.JarFileClassLoader
 
LobLineIteratingPipeBase - Class in org.frankframework.jdbc
abstract baseclass for Pipes that iterate over the lines in a lob.
LobLineIteratingPipeBase() - Constructor for class org.frankframework.jdbc.LobLineIteratingPipeBase
 
LobLineIteratingPipeBase.ResultStreamIterator - Class in org.frankframework.jdbc
 
LocalDistributionSummary - Class in org.frankframework.metrics
 
LocalDistributionSummary(Meter.Id, Clock, DistributionStatisticConfig, double, boolean) - Constructor for class org.frankframework.metrics.LocalDistributionSummary
 
LocalFileSystem - Class in org.frankframework.filesystem
FileSystem representation of the local filesystem.
LocalFileSystem() - Constructor for class org.frankframework.filesystem.LocalFileSystem
 
LocalFileSystemPipe - Class in org.frankframework.pipes
 
LocalFileSystemPipe() - Constructor for class org.frankframework.pipes.LocalFileSystemPipe
 
LocalFileSystemSender - Class in org.frankframework.senders
 
LocalFileSystemSender() - Constructor for class org.frankframework.senders.LocalFileSystemSender
 
LocalRegistryConfigurator - Class in org.frankframework.metrics
Set management.metrics.export.local=false to disable
LocalRegistryConfigurator() - Constructor for class org.frankframework.metrics.LocalRegistryConfigurator
 
LocalStatisticsRegistry - Class in org.frankframework.metrics
 
LocalStatisticsRegistry(SimpleConfig) - Constructor for class org.frankframework.metrics.LocalStatisticsRegistry
 
location - Variable in enum org.frankframework.soap.SoapVersion
 
LOCCRC - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCEXT - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCFLG - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCHDR - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCHOW - Static variable in class org.frankframework.compression.MessageZipEntry
 
Locker - Class in org.frankframework.util
Locker of scheduler jobs and pipes.
Locker() - Constructor for class org.frankframework.util.Locker
 
Locker.LockType - Enum in org.frankframework.util
 
LockerPipeLineProcessor - Class in org.frankframework.processors
 
LockerPipeLineProcessor() - Constructor for class org.frankframework.processors.LockerPipeLineProcessor
 
LockerPipeProcessor - Class in org.frankframework.processors
 
LockerPipeProcessor() - Constructor for class org.frankframework.processors.LockerPipeProcessor
 
LOCLEN - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCNAM - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCSIG - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCSIZ - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCTIM - Static variable in class org.frankframework.compression.MessageZipEntry
 
LOCVER - Static variable in class org.frankframework.compression.MessageZipEntry
 
log - Variable in class org.frankframework.align.content.JsonDocumentContainer
 
log - Variable in class org.frankframework.align.content.JsonElementContainer
 
log - Variable in class org.frankframework.align.content.MapContentContainer
 
log - Variable in class org.frankframework.align.NamespaceAligningFilter
 
log - Variable in class org.frankframework.align.SubstitutionNode
 
log - Variable in class org.frankframework.align.XmlAligner
 
log - Variable in class org.frankframework.align.XmlTo
 
log - Variable in class org.frankframework.align.XmlTypeToJsonSchemaConverter
 
log - Variable in class org.frankframework.cache.CacheAdapterBase
 
log - Variable in class org.frankframework.cache.IbisCacheManager
 
log - Variable in class org.frankframework.configuration.AdapterLifecycleWrapperBase
 
log - Variable in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
log - Variable in class org.frankframework.configuration.Configuration
 
log - Variable in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
 
log - Variable in class org.frankframework.configuration.digester.DigesterRuleBase
 
log - Variable in class org.frankframework.configuration.digester.DigesterRulesHandler
 
log - Variable in class org.frankframework.core.IbisTransaction
 
log - Variable in class org.frankframework.core.TransactionAttributes
 
log - Static variable in class org.frankframework.encryption.AuthSSLContextFactory
 
log - Variable in class org.frankframework.errormessageformatters.ErrorMessageFormatter
 
log - Variable in class org.frankframework.filesystem.FileSystemActor
 
log - Variable in class org.frankframework.filesystem.FileSystemBase
 
log - Variable in class org.frankframework.filesystem.FileSystemListener
 
log - Variable in class org.frankframework.filesystem.FileSystemMessageBrowser
 
log - Static variable in class org.frankframework.filesystem.FileSystemUtils
 
log - Static variable in class org.frankframework.filesystem.MailFileSystemUtils
 
log - Variable in enum org.frankframework.http.authentication.AuthenticationScheme
 
log - Variable in class org.frankframework.http.authentication.OAuthAccessTokenManager
 
log - Variable in class org.frankframework.http.cxf.SOAPProviderBase
 
log - Variable in class org.frankframework.http.HttpListenerServlet
 
log - Variable in class org.frankframework.http.HttpSessionBase
 
log - Variable in class org.frankframework.http.PushingListenerAdapter
 
log - Variable in class org.frankframework.http.rest.ApiMemcached
 
log - Variable in class org.frankframework.http.RestListenerServlet
 
log - Variable in class org.frankframework.http.RestServiceDispatcher
 
log - Variable in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
log - Variable in class org.frankframework.jdbc.migration.LiquibaseXmlChangeLogParser
 
log - Variable in class org.frankframework.jms.IbisMessageListenerContainer
 
log - Variable in class org.frankframework.jms.MessagingSource
 
log - Variable in class org.frankframework.jms.MessagingSourceFactory
 
log - Variable in class org.frankframework.jndi.JndiBase
 
log - Variable in class org.frankframework.jndi.ObjectFactoryBase
 
log - Variable in class org.frankframework.jndi.TomcatJndiProxy
 
log - Variable in class org.frankframework.jta.StatusRecordingTransactionManager
 
log - Variable in class org.frankframework.jta.TransactionConnector
 
log - Static variable in class org.frankframework.jta.TransactionConnectorCoordinator
 
log - Variable in class org.frankframework.jwt.JwtSecurityHandler
 
log - Static variable in class org.frankframework.ldap.LdapClient
 
log - Variable in class org.frankframework.lifecycle.ApplicationMessageEvent
 
log - Variable in class org.frankframework.lifecycle.ConfigurableLifecyleBase
 
log - Variable in class org.frankframework.management.bus.endpoints.BusEndpointBase
 
log - Variable in class org.frankframework.monitoring.Monitor
 
log - Variable in class org.frankframework.monitoring.MonitorDestinationBase
 
log - Variable in class org.frankframework.monitoring.Trigger
 
log - Variable in class org.frankframework.processors.PipeLineProcessorBase
 
log - Variable in class org.frankframework.processors.PipeProcessorBase
 
log - Variable in class org.frankframework.processors.SenderWrapperProcessorBase
 
log - Variable in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
log - Variable in class org.frankframework.receivers.JavaListener
 
log - Variable in class org.frankframework.receivers.PullingListenerContainer
 
log - Variable in class org.frankframework.receivers.ServiceDispatcher
 
log - Variable in class org.frankframework.scheduler.BaseJob
 
log - Variable in class org.frankframework.scheduler.SchedulerAdapter
 
log - Static variable in class org.frankframework.scheduler.SchedulerHelper
 
log - Variable in class org.frankframework.senders.IsolatedServiceCaller
 
log - Variable in class org.frankframework.senders.SenderBase
 
log - Variable in class org.frankframework.soap.SoapWrapper
 
log - Variable in class org.frankframework.soap.WsdlGenerator
 
log - Variable in class org.frankframework.statistics.MetricsInitializer
 
log - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
log - Variable in class org.frankframework.stream.ContentHandlerOutputStream
 
log - Variable in class org.frankframework.stream.JsonEventHandlerOutputStream
 
log - Static variable in class org.frankframework.stream.MessageOutputStream
 
log - Variable in class org.frankframework.stream.ThreadConnector
 
log - Variable in class org.frankframework.task.TimeoutGuard
 
log - Variable in class org.frankframework.unmanaged.AbstractJmsConfigurator
 
log - Variable in class org.frankframework.unmanaged.DefaultIbisManager
 
log - Static variable in class org.frankframework.util.DB2DocumentWriter
 
log - Static variable in class org.frankframework.util.DB2XMLWriter
 
log - Static variable in class org.frankframework.util.Dir2Xml
 
log - Variable in class org.frankframework.util.DirectoryCleaner
 
log - Variable in class org.frankframework.util.FileHandler
 
log - Static variable in class org.frankframework.util.flow.DotFlowGenerator
 
log - Variable in class org.frankframework.util.GlobalListItem
 
log - Variable in class org.frankframework.util.MessageKeeper
 
log - Variable in class org.frankframework.util.RunStateManager
 
log - Static variable in class org.frankframework.util.StreamCaptureUtils
 
log - Static variable in class org.frankframework.util.TransformerPool
 
log - Variable in class org.frankframework.util.XmlBuilder
Deprecated.
 
log - Static variable in class org.frankframework.validation.AbstractXmlValidator
 
log - Variable in class org.frankframework.validation.IntraGrammarPoolEntityResolver
 
log - Variable in class org.frankframework.validation.RootValidation
 
log - Variable in class org.frankframework.validation.RootValidations
 
log - Variable in class org.frankframework.xml.ClassLoaderEntityResolver
 
log - Variable in class org.frankframework.xml.ClassLoaderURIResolver
 
log - Variable in class org.frankframework.xml.FullXmlFilter
 
log - Variable in class org.frankframework.xml.XmlWriter
 
log(int, Uid, Set<String>) - Method in class org.frankframework.jta.btm.BtmDiskJournal
 
log(String) - Method in class org.frankframework.configuration.Configuration
Log a message to the MessageKeeper that corresponds to this configuration
log(String, Exception) - Method in class org.frankframework.configuration.Configuration
Log a message to the MessageKeeper that corresponds to this configuration
log(String, MessageKeeper.MessageKeeperLevel) - Method in class org.frankframework.configuration.Configuration
Log a message to the MessageKeeper that corresponds to this configuration
log(String, MessageKeeper.MessageKeeperLevel, Exception) - Method in class org.frankframework.configuration.IbisContext
 
log(Level, String, Throwable) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
 
LOG - Static variable in class org.frankframework.validation.SchemaUtils
 
LOG_PREFIX - Static variable in class org.frankframework.logging.IbisLoggerConfigurationFactory
 
log2SecurityLog(String, String) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
 
LOG4J_PROPERTY_REGEX - Static variable in class org.frankframework.logging.IbisLoggerConfigurationFactory
 
logConfigurationMessage(String) - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
LogContextPipe - Class in org.frankframework.pipes
Pipe that stores all its parameter values in the ThreadContext, formerly known as Mapped Diagnostic Context (MDC), to be used in logging.
LogContextPipe() - Constructor for class org.frankframework.pipes.LogContextPipe
 
LogDefinitionDAO(String, Level) - Constructor for class org.frankframework.management.bus.endpoints.UpdateLogDefinitions.LogDefinitionDAO
 
logger - Variable in class org.frankframework.senders.LogSender
 
logMessageDetails(Message, MessageProducer) - Method in class org.frankframework.jms.JMSFacade
 
logPrefix - Variable in class org.frankframework.validation.AbstractXmlValidator
 
LogSender - Class in org.frankframework.senders
Sender that just logs its message.
LogSender() - Constructor for class org.frankframework.senders.LogSender
 
logToMessageLogWithMessageContentsOrSize(Level, String, String, Message) - Method in class org.frankframework.core.Adapter
 
LogUtil - Class in org.frankframework.util
Log4j can now be started from any LogManager.getLogger() call
LogUtil() - Constructor for class org.frankframework.util.LogUtil
 
LONG_DURATION_MONITORING_EVENT - Static variable in interface org.frankframework.core.IPipe
 
lookup(String) - Method in class org.frankframework.jndi.ObjectLocator
 
lookup(String, Properties) - Method in class org.frankframework.jndi.JndiObjectFactory
Performs the actual JNDI lookup
lookup(String, Properties) - Method in class org.frankframework.jndi.ObjectFactoryBase
Perform the actual lookup
lookup(String, Properties) - Method in class org.frankframework.jndi.ResourceBasedObjectFactory
Performs the actual lookup
lookup(String, Properties, Class<L>) - Static method in class org.frankframework.jndi.ObjectLocator
Directly return a JNDI Object
lookupDestination(String) - Method in class org.frankframework.jms.JmsMessagingSource
 
lookupMigratorDatasource() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
loopkupDirContext(Map<String, Object>) - Method in class org.frankframework.ldap.LdapSender
Retrieves the DirContext from the JNDI environment and sets the providerURL back to ldapProviderURL if specified.
LOWERCASE - Enum constant in enum org.frankframework.pipes.CsvParserPipe.HeaderCase
 
LowerCasePropertySourcePostProcessor - Class in org.frankframework.configuration
Make a lower case variant of the instance.name property (instance.name.lc) available to the Ibis configuration and the Spring configuration.
LowerCasePropertySourcePostProcessor() - Constructor for class org.frankframework.configuration.LowerCasePropertySourcePostProcessor
 

M

MAIL_MESSAGE_ID - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
MailAttachmentBase() - Constructor for class org.frankframework.senders.MailSenderBase.MailAttachmentBase
 
MailAttachmentStream() - Constructor for class org.frankframework.senders.MailSenderBase.MailAttachmentStream
 
MailFileSystemBase<M,A,C extends AutoCloseable> - Class in org.frankframework.filesystem
Baseclass for MailFileSystems.
MailFileSystemBase() - Constructor for class org.frankframework.filesystem.MailFileSystemBase
 
MailFileSystemUtils - Class in org.frankframework.filesystem
 
MailFileSystemUtils() - Constructor for class org.frankframework.filesystem.MailFileSystemUtils
 
MailListener<M,A,S extends IMailFileSystem<M,A>> - Class in org.frankframework.filesystem
Implementation of a FileSystemListener that enables a Receiver to look in a folder for received mails.
MailListener() - Constructor for class org.frankframework.filesystem.MailListener
 
MailSender - Class in org.frankframework.senders
sender that sends a mail specified by an XML message.
MailSender() - Constructor for class org.frankframework.senders.MailSender
 
MailSender.MailSession - Class in org.frankframework.senders
 
MailSenderBase - Class in org.frankframework.senders
 
MailSenderBase() - Constructor for class org.frankframework.senders.MailSenderBase
 
MailSenderBase.EMail - Class in org.frankframework.senders
Generic mail class
MailSenderBase.MailAttachmentBase<T> - Class in org.frankframework.senders
Generic mail attachment class
MailSenderBase.MailAttachmentStream - Class in org.frankframework.senders
 
MailSenderBase.MailSessionBase - Class in org.frankframework.senders
Generic email class
MailSenderPipe - Class in org.frankframework.pipes
Pipe that sends a mail-message using a MailSender as its sender.
MailSenderPipe() - Constructor for class org.frankframework.pipes.MailSenderPipe
 
MailSession() - Constructor for class org.frankframework.senders.MailSender.MailSession
 
MailSessionBase() - Constructor for class org.frankframework.senders.MailSenderBase.MailSessionBase
 
main(String[]) - Static method in class org.frankframework.cmdline.StartIbis
 
makeAddRootNamespaceXslt(String, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
 
makeBackups(File, int) - Static method in class org.frankframework.util.FileUtils
 
makeChangeRootXslt(String, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
 
makeCopyOfSelectXslt(String, boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
 
makeDetectXsltVersionXslt() - Static method in class org.frankframework.util.XmlUtils
 
makeEncapsulatingXslt(String, String, int, String) - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
makeGetRootNamespaceXslt() - Static method in class org.frankframework.util.XmlUtils
 
makeGetXsltConfigXslt() - Static method in class org.frankframework.util.XmlUtils
 
makeQName(String, String) - Method in class org.frankframework.configuration.filters.ElementRoleFilter
 
makeRemoveNamespacesXsltTemplates() - Static method in class org.frankframework.util.XmlUtils
 
makeRemoveUnusedNamespacesXslt(boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
 
makeRemoveUnusedNamespacesXslt2(boolean, boolean) - Static method in class org.frankframework.util.XmlUtils
 
makeStylesheet(String, String) - Method in class org.frankframework.pipes.XmlIf
 
makeXml(String, EventType, Severity, String, MonitorEvent) - Method in class org.frankframework.monitoring.MonitorDestinationBase
 
manageConfiguration(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ConfigManagement
header configuration The name of the Configuration to manage header version The version of the Configuration to find header activate Whether the configuration should be activated header autoreload Whether the configuration should be reloaded (on the next ReloadJob interval) header datasourceName The name of the datasource where the configurations are located.
ManagedStateException - Exception in org.frankframework.core
Exception thrown if a ManagedObject like an Adapter or Receiver is in an unexpected or illegal state.
ManagedStateException() - Constructor for exception org.frankframework.core.ManagedStateException
 
ManagedStateException(String) - Constructor for exception org.frankframework.core.ManagedStateException
 
ManagedStateException(String, Throwable) - Constructor for exception org.frankframework.core.ManagedStateException
 
ManagedStateException(Throwable) - Constructor for exception org.frankframework.core.ManagedStateException
 
manageScheduler(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ManageScheduler
 
ManageScheduler - Class in org.frankframework.management.bus.endpoints
 
ManageScheduler() - Constructor for class org.frankframework.management.bus.endpoints.ManageScheduler
 
ManageScheduler.JobAction - Enum in org.frankframework.management.bus.endpoints
 
ManageScheduler.ScheduleAction - Enum in org.frankframework.management.bus.endpoints
 
MANDATORY - Enum constant in enum org.frankframework.core.TransactionAttribute
Support a current transaction; throw an exception if no current transaction exists.
MANUAL_RETRY_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
MAP - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Deprecated.
Map2Xml<K,V,N,M extends Map<K,V>> - Class in org.frankframework.align
Base class for XML Schema guided Map to XML conversion; ToXml Container C: Map M<K,V> ToXml Node N: N
Map2Xml(ValidatorHandler, List<XSModel>) - Constructor for class org.frankframework.align.Map2Xml
 
MapContentContainer<V> - Class in org.frankframework.align.content
 
MapContentContainer(Map<String, List<V>>) - Constructor for class org.frankframework.align.content.MapContentContainer
 
mapMultipleAttributes(NamingEnumeration<SearchResult>, Callback<Attribute, Object>) - Method in class org.frankframework.ldap.LdapClient
runs a set of attribute values through a Mapper.
mapMultiValuedAttribute(NamingEnumeration<SearchResult>, Callback<Attribute, Object>) - Method in class org.frankframework.ldap.LdapClient
 
mapParameterTypeToSqlType(IDbmsSupport, Parameter.ParameterType) - Static method in class org.frankframework.util.JdbcUtil
 
MARK_FULL - Enum constant in enum org.frankframework.statistics.HasStatistics.Action
 
MARK_MAIN - Enum constant in enum org.frankframework.statistics.HasStatistics.Action
 
matchAny(IMessageBrowsingIteratorItem) - Method in class org.frankframework.util.MessageBrowsingFilter
 
matchMessage(IMessageBrowsingIteratorItem) - Method in class org.frankframework.util.MessageBrowsingFilter
 
max - Variable in class org.frankframework.statistics.Basics
 
max - Variable in class org.frankframework.statistics.MicroMeterBasics.MicroMeterSnapshot
 
max() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
MAX_ITEMS_REACHED - Enum constant in enum org.frankframework.pipes.IteratingPipe.StopReason
 
MAX_ITEMS_REACHED_FORWARD - Static variable in class org.frankframework.pipes.IteratingPipe
 
MAX_RETRY_INTERVAL - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
MAX_RETRY_INTERVAL - Static variable in class org.frankframework.receivers.Receiver
 
MAXCIDLEN - Static variable in class org.frankframework.jdbc.JdbcTransactionalStorage
 
MAXCOMMENTLEN - Static variable in interface org.frankframework.core.ITransactionalStorage
 
maxIdle - Variable in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
MAXIDLEN - Static variable in class org.frankframework.jdbc.JdbcTransactionalStorage
 
MAXLABELLEN - Static variable in class org.frankframework.jdbc.JdbcTransactionalStorage
 
maxLifeTime - Variable in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
maxPoolSize - Variable in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
MD5 - Enum constant in enum org.frankframework.pipes.ChecksumPipe.ChecksumType
 
MDC_ADAPTER_KEY - Static variable in class org.frankframework.util.LogUtil
 
MDC_CORRELATION_ID_KEY - Static variable in class org.frankframework.util.LogUtil
 
MDC_EXIT_CODE_KEY - Static variable in class org.frankframework.util.LogUtil
 
MDC_EXIT_STATE_KEY - Static variable in class org.frankframework.util.LogUtil
 
MDC_MESSAGE_ID_KEY - Static variable in class org.frankframework.util.LogUtil
 
MediaTypes - Enum in org.frankframework.http.rest
 
mergeAttributes(StartElement, Iterator<? extends Attribute>, Iterator<? extends Namespace>, XMLEventFactory) - Static method in class org.frankframework.util.XmlUtils
Like XMLStreamUtils.mergeAttributes(javax.xml.stream.events.StartElement, java.util.Iterator, javax.xml.stream.XMLEventFactory) but it can also merge namespaces
mergeRootXsdsGroupedByNamespaceToSchemasWithIncludes(Map<String, Set<IXSD>>, XMLStreamWriter) - Static method in class org.frankframework.validation.SchemaUtils
 
mergeToParentSession(String, Map<String, Object>) - Method in class org.frankframework.core.PipeLineSession
Copy specified keys from the from PipeLineSession to the parent PipeLineSession or Map to.
mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes(IScopeProvider, Map<String, Set<IXSD>>, XMLStreamWriter) - Static method in class org.frankframework.validation.SchemaUtils
Returns XSDs when xmlStreamWriter is null, otherwise write to xmlStreamWriter.
MermaidFlowGenerator - Class in org.frankframework.util.flow
Flow generator to create MERMAID files
MermaidFlowGenerator() - Constructor for class org.frankframework.util.flow.MermaidFlowGenerator
 
message(XMLStreamWriter, String, Collection<QName>) - Method in class org.frankframework.soap.WsdlGenerator
 
Message - Class in org.frankframework.stream
 
Message(byte[]) - Constructor for class org.frankframework.stream.Message
 
Message(byte[], String) - Constructor for class org.frankframework.stream.Message
 
Message(byte[], MessageContext) - Constructor for class org.frankframework.stream.Message
 
Message(InputStream) - Constructor for class org.frankframework.stream.Message
 
Message(InputStream, String) - Constructor for class org.frankframework.stream.Message
 
Message(InputStream, MessageContext) - Constructor for class org.frankframework.stream.Message
 
Message(Reader) - Constructor for class org.frankframework.stream.Message
 
Message(Reader, MessageContext) - Constructor for class org.frankframework.stream.Message
 
Message(String) - Constructor for class org.frankframework.stream.Message
 
Message(String, MessageContext) - Constructor for class org.frankframework.stream.Message
 
Message(ThrowingSupplier<InputStream, Exception>, MessageContext, Class<?>) - Constructor for class org.frankframework.stream.Message
Constructor for Message using InputStream supplier.
Message(SerializableFileReference, MessageContext, Class<?>) - Constructor for class org.frankframework.stream.Message
Constructor for Message using a SerializableFileReference.
Message(Node) - Constructor for class org.frankframework.stream.Message
 
Message(Node, MessageContext) - Constructor for class org.frankframework.stream.Message
 
MESSAGE_ID_HEADER - Static variable in class org.frankframework.http.HttpSenderBase
 
MESSAGE_ID_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
MESSAGE_KEY - Static variable in class org.frankframework.scheduler.ServiceJob
 
MESSAGE_LOG_NAME_PREFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
MESSAGE_LOG_NAME_SUFFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
MESSAGE_LOGGER - Static variable in class org.frankframework.util.LogUtil
 
MESSAGE_MAX_IN_MEMORY_DEFAULT - Static variable in class org.frankframework.stream.Message
 
MESSAGE_PARAM - Variable in class org.frankframework.http.HttpListenerServlet
 
MESSAGE_SIZE_MONITORING_EVENT - Static variable in interface org.frankframework.core.IPipe
 
MESSAGE_SIZE_UNKNOWN - Static variable in class org.frankframework.stream.Message
 
MESSAGE_SIZE_WARN_BY_DEFAULT_KEY - Static variable in class org.frankframework.util.Misc
 
MessageBrowseException - Exception in org.frankframework.core
 
MessageBrowseException() - Constructor for exception org.frankframework.core.MessageBrowseException
 
MessageBrowseException(String) - Constructor for exception org.frankframework.core.MessageBrowseException
 
MessageBrowseException(String, Throwable) - Constructor for exception org.frankframework.core.MessageBrowseException
 
MessageBrowseException(Throwable) - Constructor for exception org.frankframework.core.MessageBrowseException
 
MessageBrowsingFilter - Class in org.frankframework.util
 
MessageBrowsingFilter() - Constructor for class org.frankframework.util.MessageBrowsingFilter
 
MessageBrowsingFilter(int, int) - Constructor for class org.frankframework.util.MessageBrowsingFilter
 
MessageBrowsingUtil - Class in org.frankframework.util
 
MessageBrowsingUtil() - Constructor for class org.frankframework.util.MessageBrowsingUtil
 
MessageContentBody - Class in org.frankframework.http.mime
 
MessageContentBody(Message) - Constructor for class org.frankframework.http.mime.MessageContentBody
 
MessageContentBody(Message, MimeType) - Constructor for class org.frankframework.http.mime.MessageContentBody
 
MessageContentBody(Message, MimeType, String) - Constructor for class org.frankframework.http.mime.MessageContentBody
 
MessageContext - Class in org.frankframework.stream
 
MessageContext() - Constructor for class org.frankframework.stream.MessageContext
 
MessageContext(String) - Constructor for class org.frankframework.stream.MessageContext
 
MessageContext(Map<String, ?>) - Constructor for class org.frankframework.stream.MessageContext
 
MessageContext(MessageContext) - Constructor for class org.frankframework.stream.MessageContext
 
MessageDataSource - Class in org.frankframework.util
 
MessageDataSource(Message) - Constructor for class org.frankframework.util.MessageDataSource
 
MessageDataSource(Message, String) - Constructor for class org.frankframework.util.MessageDataSource
 
MessageDispatcher - Class in org.frankframework.management.bus
 
MessageDispatcher() - Constructor for class org.frankframework.management.bus.MessageDispatcher
 
MessageEventListener - Class in org.frankframework.lifecycle
 
MessageEventListener() - Constructor for class org.frankframework.lifecycle.MessageEventListener
 
MESSAGEID - Enum constant in enum org.frankframework.jms.JmsSender.LinkMethod
use the generated messageId as the correlationId in the selector for response messages
MESSAGEID - Enum constant in enum org.frankframework.pipes.MessageSendingPipe.LinkMethod
 
MESSAGEID - Enum constant in enum org.frankframework.receivers.Receiver.CheckForDuplicatesMethod
 
MessageKeeper - Class in org.frankframework.util
Keeps a list of MessageKeeperMessages.
MessageKeeper() - Constructor for class org.frankframework.util.MessageKeeper
 
MessageKeeper(int) - Constructor for class org.frankframework.util.MessageKeeper
 
MessageKeeper.MessageKeeperLevel - Enum in org.frankframework.util
 
MessageKeeperMessage - Class in org.frankframework.util
A message for the MessageKeeper.
MessageKeeperMessage(String, Date, MessageKeeper.MessageKeeperLevel) - Constructor for class org.frankframework.util.MessageKeeperMessage
Set the messagetext and -date of this message.
MessageKeeperMessage(String, MessageKeeper.MessageKeeperLevel) - Constructor for class org.frankframework.util.MessageKeeperMessage
Set the messagetext of this message.
MESSAGELOG_PIPE - Enum constant in enum org.frankframework.core.IMessageBrowser.StorageType
 
MESSAGELOG_RECEIVER - Enum constant in enum org.frankframework.core.IMessageBrowser.StorageType
 
MessageOutputStream - Class in org.frankframework.stream
 
MessageOutputStream(INamedObject, OutputStream, IForwardTarget) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, OutputStream, IForwardTarget, String) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, OutputStream, MessageOutputStream) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, OutputStream, MessageOutputStream, String) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, Writer, IForwardTarget) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, Writer, IForwardTarget, String) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, Writer, MessageOutputStream) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, Writer, MessageOutputStream, String) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, IForwardTarget, String) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, JsonEventHandler, MessageOutputStream, ThreadLifeCycleEventListener<T>, IThreadConnectableTransactionManager, PipeLineSession, ThreadConnector<?>) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, MessageOutputStream, String) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStream(INamedObject, ContentHandler, MessageOutputStream, ThreadLifeCycleEventListener<T>, IThreadConnectableTransactionManager, PipeLineSession, ThreadConnector<?>) - Constructor for class org.frankframework.stream.MessageOutputStream
 
MessageOutputStreamCap - Class in org.frankframework.stream
 
MessageOutputStreamCap(INamedObject, IForwardTarget) - Constructor for class org.frankframework.stream.MessageOutputStreamCap
 
MessageProvider - Class in org.frankframework.http.cxf
A JAX-WS wired message provider for handling soap messages
MessageProvider(PushingListenerAdapter, String) - Constructor for class org.frankframework.http.cxf.MessageProvider
 
messages(XMLStreamWriter) - Method in class org.frankframework.soap.WsdlGenerator
Outputs the 'messages' section.
MESSAGES - Enum constant in enum org.frankframework.management.bus.endpoints.AdapterStatus.Expanded
 
MessageSendingPipe - Class in org.frankframework.pipes
Sends a message using a sender and optionally receives a reply from the same sender, or from a listener.
MessageSendingPipe() - Constructor for class org.frankframework.pipes.MessageSendingPipe
 
MessageSendingPipe.LinkMethod - Enum in org.frankframework.pipes
 
MESSAGESTORAGE - Enum constant in enum org.frankframework.core.IMessageBrowser.StorageType
 
MessageStoreListener<M> - Class in org.frankframework.jdbc
Read messages from the IBISSTORE database table previously stored by a MessageStoreSender.
MessageStoreListener() - Constructor for class org.frankframework.jdbc.MessageStoreListener
 
MessageStoreSender - Class in org.frankframework.jdbc
Send messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using a MessageStoreListener.
MessageStoreSender() - Constructor for class org.frankframework.jdbc.MessageStoreSender
 
MessageToStringResolver - Class in org.frankframework.util
 
MessageToStringResolver() - Constructor for class org.frankframework.util.MessageToStringResolver
 
MessageUtils - Class in org.frankframework.util
 
MessageUtils() - Constructor for class org.frankframework.util.MessageUtils
 
messageWillBeRedeliveredOnExitStateError(PipeLineSession) - Method in interface org.frankframework.core.IRedeliveringListener
 
messageWillBeRedeliveredOnExitStateError(PipeLineSession) - Method in class org.frankframework.jms.JmsListenerBase
 
MessageWrapper<M> - Class in org.frankframework.receivers
Wrapper for messages that are not serializable.
MessageWrapper() - Constructor for class org.frankframework.receivers.MessageWrapper
 
MessageWrapper(RawMessageWrapper<M>, Message) - Constructor for class org.frankframework.receivers.MessageWrapper
 
MessageWrapper(RawMessageWrapper<M>, Message, String, String) - Constructor for class org.frankframework.receivers.MessageWrapper
 
MessageWrapper(Message, String, String) - Constructor for class org.frankframework.receivers.MessageWrapper
 
MessageZipEntry - Class in org.frankframework.compression
 
MessageZipEntry(Message) - Constructor for class org.frankframework.compression.MessageZipEntry
 
MessageZipEntry(Message, String) - Constructor for class org.frankframework.compression.MessageZipEntry
 
messagingSource - Variable in class org.frankframework.jms.JMSFacade
 
MessagingSource - Class in org.frankframework.jms
Generic Source for JMS connection, to be shared for JMS Objects that can use the same.
MessagingSource(String, Context, ConnectionFactory, Map<String, MessagingSource>, String, boolean) - Constructor for class org.frankframework.jms.MessagingSource
 
MessagingSourceFactory - Class in org.frankframework.jms
Factory for MessagingSources, to share them for JMS Objects that can use the same.
MessagingSourceFactory() - Constructor for class org.frankframework.jms.MessagingSourceFactory
 
METADATA_CHARSET - Static variable in class org.frankframework.stream.MessageContext
 
METADATA_LOCATION - Static variable in class org.frankframework.stream.MessageContext
 
METADATA_MIMETYPE - Static variable in class org.frankframework.stream.MessageContext
 
METADATA_MODIFICATIONTIME - Static variable in class org.frankframework.stream.MessageContext
 
METADATA_NAME - Static variable in class org.frankframework.stream.MessageContext
 
METADATA_SIZE - Static variable in class org.frankframework.stream.MessageContext
 
meter - Variable in class org.frankframework.statistics.MetricBase
 
MeterRegistryConfigBase() - Constructor for class org.frankframework.metrics.MetricsRegistryConfiguratorBase.MeterRegistryConfigBase
 
METHOD_NAME - Static variable in class org.frankframework.http.HttpReport
 
MetricBase<M extends io.micrometer.core.instrument.Meter> - Class in org.frankframework.statistics
 
MetricBase() - Constructor for class org.frankframework.statistics.MetricBase
 
METRICS_EXPORT_PROPERTY_PREFIX - Static variable in class org.frankframework.metrics.MetricsRegistryConfiguratorBase
 
MetricsInitializer - Class in org.frankframework.statistics
 
MetricsInitializer() - Constructor for class org.frankframework.statistics.MetricsInitializer
 
MetricsInitializer.NodeConfig - Class in org.frankframework.statistics
 
MetricsRegistryConfiguratorBase<C extends io.micrometer.core.instrument.config.MeterRegistryConfig> - Class in org.frankframework.metrics
 
MetricsRegistryConfiguratorBase() - Constructor for class org.frankframework.metrics.MetricsRegistryConfiguratorBase
 
MetricsRegistryConfiguratorBase.MeterRegistryConfigBase - Class in org.frankframework.metrics
 
MetricsRegistryFactoryBean - Class in org.frankframework.metrics
Singleton bean that keeps track of a Spring Application's uptime.
MetricsRegistryFactoryBean() - Constructor for class org.frankframework.metrics.MetricsRegistryFactoryBean
 
MicroMeterBasics - Class in org.frankframework.statistics
Container for basic statistical estimators, based on MicroMeter DistributionSummary.
MicroMeterBasics() - Constructor for class org.frankframework.statistics.MicroMeterBasics
 
MicroMeterBasics.MicroMeterSnapshot - Class in org.frankframework.statistics
 
MicroMeterPercentileEstimator - Class in org.frankframework.statistics.percentiles
Percentile estimator, based on MicroMeter DistributionSummary.
MicroMeterPercentileEstimator(DistributionSummary, double[]) - Constructor for class org.frankframework.statistics.percentiles.MicroMeterPercentileEstimator
 
MicroMeterSnapshot() - Constructor for class org.frankframework.statistics.MicroMeterBasics.MicroMeterSnapshot
 
MIGRATION_REWRITE_LEGACY_CLASS_NAMES_KEY - Static variable in class org.frankframework.configuration.ConfigurationDigester
 
migrationLog - Variable in class org.frankframework.jdbc.migration.LiquibaseMigrator
 
MIME_MESSAGE_TYPE - Static variable in class org.frankframework.filesystem.MailListener
 
min - Variable in class org.frankframework.statistics.Basics
 
min - Variable in class org.frankframework.statistics.MicroMeterBasics.MicroMeterSnapshot
 
min - Variable in class org.frankframework.statistics.MicroMeterBasics
 
MIN_RETRY_INTERVAL - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
minIdle - Variable in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
Misc - Class in org.frankframework.util
Miscellaneous conversion functions.
Misc() - Constructor for class org.frankframework.util.Misc
 
MixedQuerySender() - Constructor for class org.frankframework.jdbc.JdbcIteratingPipeBase.MixedQuerySender
 
MKDIR - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
create a folder/directory, specified by attribute inputFolder, parameter inputFolder or input message
MONGODB_URL_PREFIX - Variable in class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
MongoDbSender - Class in org.frankframework.mongodb
Sender to perform action on a MongoDB database.
MongoDbSender() - Constructor for class org.frankframework.mongodb.MongoDbSender
 
MongoDbSender.MongoAction - Enum in org.frankframework.mongodb
 
Monitor - Class in org.frankframework.monitoring
Example configuration:
Monitor() - Constructor for class org.frankframework.monitoring.Monitor
 
MONITOR_NAME_KEY - Static variable in class org.frankframework.management.bus.endpoints.Monitoring
 
MonitorDestinationBase - Class in org.frankframework.monitoring
Base class for Monitor Destination implementations.
MonitorDestinationBase() - Constructor for class org.frankframework.monitoring.MonitorDestinationBase
 
MonitorDTO - Class in org.frankframework.management.bus.dto
 
MonitorDTO() - Constructor for class org.frankframework.management.bus.dto.MonitorDTO
 
MonitorEvent - Class in org.frankframework.monitoring.events
 
MonitorEvent(EventThrowing, String, Message) - Constructor for class org.frankframework.monitoring.events.MonitorEvent
 
MonitorException - Exception in org.frankframework.monitoring
 
MonitorException() - Constructor for exception org.frankframework.monitoring.MonitorException
 
MonitorException(String) - Constructor for exception org.frankframework.monitoring.MonitorException
 
MonitorException(String, Throwable) - Constructor for exception org.frankframework.monitoring.MonitorException
 
MonitorException(Throwable) - Constructor for exception org.frankframework.monitoring.MonitorException
 
Monitoring - Class in org.frankframework.management.bus.endpoints
 
Monitoring() - Constructor for class org.frankframework.management.bus.endpoints.Monitoring
 
MonitoringFactory - Class in org.frankframework.monitoring
Factory for the MonitorManagers, returns the context's manager This bean is a singleton, not a prototype, which is why the GenericFactory can not be used.
MonitoringFactory() - Constructor for class org.frankframework.monitoring.MonitoringFactory
 
MonitoringPipeProcessor - Class in org.frankframework.processors
 
MonitoringPipeProcessor() - Constructor for class org.frankframework.processors.MonitoringPipeProcessor
 
MonitorManager - Class in org.frankframework.monitoring
Manager for Monitoring.
MonitorManager() - Constructor for class org.frankframework.monitoring.MonitorManager
 
MOVE - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
move a file, specified by attribute filename, parameter filename or input message, to a folder specified by attribute destination or parameter destination
move2fileSessionKey - Variable in class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
moveFile(F, String, boolean, boolean) - Method in interface org.frankframework.filesystem.IBasicFileSystem
Moves the file to a another folder.
moveFile(Message, String, boolean, boolean) - Method in class org.frankframework.filesystem.ImapFileSystem
 
moveFile(File, File, boolean, int, int, long) - Static method in class org.frankframework.util.FileUtils
 
moveFile(File, File, int, long) - Static method in class org.frankframework.util.FileUtils
 
moveFile(File, String, boolean, int) - Static method in class org.frankframework.util.FileUtils
 
moveFile(Path, String, boolean, boolean) - Method in class org.frankframework.filesystem.LocalFileSystem
 
moveFile(SmbFile, String, boolean, boolean) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
moveFile(ExchangeMessageReference, String, boolean, boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
moveFile(IBasicFileSystem<F>, F, String, boolean, int, boolean, boolean) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
moveFile(SmbFileRef, String, boolean, boolean) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
moveFile(FTPFileRef, String, boolean, boolean) - Method in class org.frankframework.filesystem.FtpFileSystem
 
moveFile(SftpFileRef, String, boolean, boolean) - Method in class org.frankframework.filesystem.SftpFileSystem
 
moveFileAfterProcessing(File, String, boolean, boolean, int) - Static method in class org.frankframework.util.FileUtils
 
MoveFilePipe - Class in org.frankframework.pipes
Deprecated.
Please use LocalFileSystemPipe with action="move"
MoveFilePipe() - Constructor for class org.frankframework.pipes.MoveFilePipe
Deprecated.
 
moveInProcessToError(RawMessageWrapper<M>, Map<String, Object>, Instant, String, TransactionDefinition) - Method in class org.frankframework.receivers.Receiver
Move a message from the "in process" state or storage, to the error state or storage.
moveToCurrentRow() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
moveToInsertRow() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
MsalClientAdapter - Class in org.frankframework.filesystem
This class ensures that Microsoft Authentication Library (MSAL) requests are sent through the configured proxy and the correct SSLSocketFactory.
MsalClientAdapter() - Constructor for class org.frankframework.filesystem.MsalClientAdapter
 
MSG_CANNOT_NOT_FIND_ELEMENT_DECLARATION - Static variable in class org.frankframework.align.ToXml
 
MSG_EXPECTED_ELEMENT - Static variable in class org.frankframework.align.ToXml
 
MSG_EXPECTED_SINGLE_ELEMENT - Static variable in class org.frankframework.align.Json2Xml
 
MSG_FULL_INPUT_IN_STRICT_COMPACTING_MODE - Static variable in class org.frankframework.align.Json2Xml
 
MSG_INVALID_CONTENT - Static variable in class org.frankframework.align.ToXml
 
msgLog - Variable in class org.frankframework.core.Adapter
 
msgLog - Variable in class org.frankframework.pipes.MessageSendingPipe
 
msgTransformerPool - Variable in class org.frankframework.pipes.IteratingPipe
 
MTOM - Enum constant in enum org.frankframework.http.HttpSender.PostType
Yields a MTOM multipart/related form entity
MULTIPART - Enum constant in enum org.frankframework.http.rest.MediaTypes
 
MULTIPART - Static variable in class org.frankframework.http.mime.MultipartUtils
 
MULTIPART_FORMDATA - Enum constant in enum org.frankframework.http.rest.MediaTypes
 
MULTIPART_RELATED - Enum constant in enum org.frankframework.http.rest.MediaTypes
 
MultipartEntity - Class in org.frankframework.http.mime
 
MultipartEntityBuilder - Class in org.frankframework.http.mime
Builder for (mtom-)multipart HttpEntitys.
MultipartForm - Class in org.frankframework.http.mime
HttpMultipart represents a collection of MIME multipart encoded content bodies.
MultipartForm(Charset, String, List<FormBodyPart>) - Constructor for class org.frankframework.http.mime.MultipartForm
Creates an instance with the specified settings.
MultipartHttpSender - Class in org.frankframework.http
Deprecated.
MultipartHttpSender() - Constructor for class org.frankframework.http.MultipartHttpSender
Deprecated.
 
MultipartUtils - Class in org.frankframework.http.mime
 
MultipartUtils() - Constructor for class org.frankframework.http.mime.MultipartUtils
 
MULTIPASSWORD_KEYSTORE_SUPPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 

N

name - Variable in class org.frankframework.statistics.MetricsInitializer.NodeConfig
 
NAME - Static variable in class org.frankframework.validation.SchemaUtils
 
NameComparator() - Constructor for class org.frankframework.management.bus.dto.ConfigurationDTO.NameComparator
 
NameComparatorBase<T> - Class in org.frankframework.util
 
NameComparatorBase() - Constructor for class org.frankframework.util.NameComparatorBase
 
NAMED_PARAM_END - Static variable in class org.frankframework.mongodb.MongoDbSender
 
NAMED_PARAM_START - Static variable in class org.frankframework.mongodb.MongoDbSender
 
NamedThreadFactory - Class in org.frankframework.scheduler
 
NamedThreadFactory() - Constructor for class org.frankframework.scheduler.NamedThreadFactory
 
nameOf(ClassLoader) - Static method in class org.frankframework.util.ClassLoaderUtils
If the classLoader is derivable of IConfigurationClassLoader return the className + configurationName, else return the className of the object.
namespace - Variable in enum org.frankframework.soap.SoapVersion
 
NAMESPACE - Static variable in class org.frankframework.validation.SchemaUtils
 
NAMESPACE_AWARE_BY_DEFAULT_KEY - Static variable in class org.frankframework.util.XmlUtils
 
NamespaceAligningFilter - Class in org.frankframework.align
 
NamespaceAligningFilter(XmlAligner, ContentHandler) - Constructor for class org.frankframework.align.NamespaceAligningFilter
 
NamespaceCorrectingXMLStreamWriter - Class in org.frankframework.validation
This writer simply filters an other writer.
NamespaceCorrectingXMLStreamWriter(XMLStreamWriter, Map<String, String>) - Constructor for class org.frankframework.validation.NamespaceCorrectingXMLStreamWriter
 
NamespacedContentsRemovingAttributesWrapper - Class in org.frankframework.xml
AttributesWrapper that removes all attributes that have a namespace, or are of a specific namespace
NamespacedContentsRemovingAttributesWrapper(Attributes) - Constructor for class org.frankframework.xml.NamespacedContentsRemovingAttributesWrapper
 
NamespacedContentsRemovingFilter - Class in org.frankframework.xml
Filter that removes all Elements and attributes that are in a namespace, retaining only non-namespaced content.
NamespacedContentsRemovingFilter(ContentHandler) - Constructor for class org.frankframework.xml.NamespacedContentsRemovingFilter
 
NamespaceRemovingAttributesWrapper - Class in org.frankframework.xml
AttributesWrapper that removes all namespaces, retaining only local names.
NamespaceRemovingAttributesWrapper(Attributes) - Constructor for class org.frankframework.xml.NamespaceRemovingAttributesWrapper
 
NamespaceRemovingFilter - Class in org.frankframework.xml
 
NamespaceRemovingFilter(ContentHandler) - Constructor for class org.frankframework.xml.NamespaceRemovingFilter
 
NAMESPACES_FEATURE_ID - Static variable in class org.frankframework.validation.XercesXmlValidator
Namespaces feature id (http://xml.org/sax/features/namespaces).
NamespaceUriProvider - Class in org.frankframework.http.cxf
Soap Provider that accepts any message and routes it to a listener with a corresponding TargetObjectNamespacURI.
NamespaceUriProvider() - Constructor for class org.frankframework.http.cxf.NamespaceUriProvider
 
NamespaceUriProviderBean - Class in org.frankframework.lifecycle
This bean creates an (CXF) endpoint with the /rpcrouter mapping for older SOAP based requests.
NamespaceUriProviderBean() - Constructor for class org.frankframework.lifecycle.NamespaceUriProviderBean
 
NarayanaConfigurationBean - Class in org.frankframework.jta.narayana
 
NarayanaConfigurationBean() - Constructor for class org.frankframework.jta.narayana.NarayanaConfigurationBean
 
NarayanaConnectionFactoryFactory - Class in org.frankframework.jta.narayana
 
NarayanaConnectionFactoryFactory() - Constructor for class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
NarayanaDataSource - Class in org.frankframework.jta.narayana
DataSource implementation wrapping XADataSource because Narayana doesn't provide their own DataSource.
NarayanaDataSource(XADataSource, String) - Constructor for class org.frankframework.jta.narayana.NarayanaDataSource
 
NarayanaDataSourceFactory - Class in org.frankframework.jta.narayana
 
NarayanaDataSourceFactory() - Constructor for class org.frankframework.jta.narayana.NarayanaDataSourceFactory
 
NarayanaJtaTransactionManager - Class in org.frankframework.jta.narayana
 
NarayanaJtaTransactionManager() - Constructor for class org.frankframework.jta.narayana.NarayanaJtaTransactionManager
 
NarayanaTransactionHelper - Class in org.frankframework.jta.narayana
 
NarayanaTransactionHelper(TransactionManager) - Constructor for class org.frankframework.jta.narayana.NarayanaTransactionHelper
 
NEVER - Enum constant in enum org.frankframework.core.TransactionAttribute
Do not support a current transaction; throw an exception if a current transaction exists.
newDistributionSummary(Meter.Id, DistributionStatisticConfig, double) - Method in class org.frankframework.metrics.LocalStatisticsRegistry
 
newInstance() - Static method in class org.frankframework.logging.IbisNdcPatternConverter
 
newInstance(Configuration, String[]) - Static method in class org.frankframework.logging.IbisThrowablePatternConverter
 
newJob() - Static method in class org.frankframework.scheduler.IbisJobBuilder
 
newLine() - Method in class org.frankframework.align.XmlAligner
 
newLine(int) - Method in class org.frankframework.align.XmlAligner
 
newThread(Runnable) - Method in class org.frankframework.scheduler.NamedThreadFactory
 
next() - Method in interface org.frankframework.core.IDataIterator
 
next() - Method in interface org.frankframework.core.IMessageBrowsingIterator
 
next() - Method in class org.frankframework.core.PeekableDataIterator
 
next() - Method in class org.frankframework.filesystem.FileSystemMessageBrowsingIterator
 
next() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
next() - Method in class org.frankframework.jms.JmsQueueBrowserIterator
 
next() - Method in class org.frankframework.util.ReaderLineIterator
 
NODE - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Renders the CONTENTS of the first node as a nodeset that can be used as such when passed as xslt-parameter (only for XSLT 1.0).
NodeSetFilter - Class in org.frankframework.xml
Filter that copies only a single element type, and/or its contents.
NodeSetFilter(String, ContentHandler) - Constructor for class org.frankframework.xml.NodeSetFilter
 
NodeSetFilter(Map<String, String>, String, boolean, boolean, ContentHandler) - Constructor for class org.frankframework.xml.NodeSetFilter
 
nodeToByteArray(Node) - Static method in class org.frankframework.util.XmlUtils
 
nodeToByteArray(Node, boolean) - Static method in class org.frankframework.util.XmlUtils
 
nodeToString(Node) - Static method in class org.frankframework.util.XmlUtils
 
nodeToString(Node, boolean) - Static method in class org.frankframework.util.XmlUtils
 
NON_PERSISTENT - Enum constant in enum org.frankframework.jms.JMSFacade.DeliveryMode
 
NONE - Enum constant in enum org.frankframework.core.IMessageBrowser.SortOrder
 
NONE - Enum constant in enum org.frankframework.core.IMessageBrowser.StorageType
 
NONE - Enum constant in enum org.frankframework.http.rest.ApiListener.AuthenticationMethods
 
NONE - Enum constant in enum org.frankframework.management.bus.endpoints.AdapterStatus.Expanded
 
NONE - Enum constant in enum org.frankframework.monitoring.SourceFiltering
 
NONE - Enum constant in enum org.frankframework.soap.SoapVersion
No wrapping or unwrapping will be done
NonResolvingExternalEntityResolver - Class in org.frankframework.xml
Entity resolver which resolves external entities to an empty string.
NonResolvingExternalEntityResolver() - Constructor for class org.frankframework.xml.NonResolvingExternalEntityResolver
 
NonResolvingURIResolver - Class in org.frankframework.xml
Entity resolver which resolves external entities to an empty string.
NonResolvingURIResolver() - Constructor for class org.frankframework.xml.NonResolvingURIResolver
 
normalizeAttributeValue(String) - Static method in class org.frankframework.util.XmlUtils
 
normalizedNotation(long) - Static method in class org.frankframework.util.ProcessMetrics
 
normalizeWhitespace(String) - Static method in class org.frankframework.util.XmlUtils
 
NOT_SET - Enum constant in enum org.frankframework.jms.JMSFacade.AcknowledgeMode
 
NOT_SET - Enum constant in enum org.frankframework.jms.JMSFacade.DeliveryMode
 
notationDecl(String, String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter a notation declaration event.
notationDecl(String, String, String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
notationDecl(String, String, String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
notFoundForward - Variable in class org.frankframework.ldap.LdapQueryPipeBase
 
notFoundForward - Variable in class org.frankframework.pipes.GetPrincipalPipe
 
notInRoleForward - Variable in class org.frankframework.pipes.IsUserInRolePipe
 
NOTSUPPORTED - Enum constant in enum org.frankframework.core.TransactionAttribute
Do not support a current transaction; rather always execute non-transactionally.
NTLM - Enum constant in enum org.frankframework.filesystem.Samba2FileSystem.Samba2AuthType
 
nullMessage() - Static method in class org.frankframework.stream.Message
 
nullMessage(MessageContext) - Static method in class org.frankframework.stream.Message
 
NUM_BASIC_ITEMS - Static variable in class org.frankframework.statistics.Basics
 
NUM_BASIC_ITEMS - Static variable in interface org.frankframework.statistics.IBasics
 
NUM_BASIC_ITEMS - Static variable in class org.frankframework.statistics.MicroMeterBasics
 
NUM_INTERVAL_ITEMS - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
NUM_STATIC_ITEMS - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
number(String) - Method in class org.frankframework.stream.document.Json2XmlHandler
 
number(String) - Method in class org.frankframework.stream.json.JsonTee
 
number(String) - Method in class org.frankframework.stream.json.JsonWriter
 
number(String) - Method in interface org.frankframework.stream.JsonEventHandler
 
number(String) - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
NUMBER - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Converts the result to a Number, using decimalSeparator and groupingSeparator.
NUMERIC - Enum constant in enum org.frankframework.align.ScalarType
 
NUMERIC - Enum constant in enum org.frankframework.pipes.UUIDGeneratorPipe.Type
a UUID with fixed length 31 will be generated

O

OAUTH - Enum constant in enum org.frankframework.http.authentication.AuthenticationScheme
 
OAuthAccessTokenManager - Class in org.frankframework.http.authentication
 
OAuthAccessTokenManager(String, String, CredentialFactory, boolean, boolean, HttpSessionBase, int) - Constructor for class org.frankframework.http.authentication.OAuthAccessTokenManager
 
OAuthAuthenticationScheme - Class in org.frankframework.http.authentication
HttpClient AuthScheme that uses OAuthAccessTokenManager to obtain an access token (via Client Credentials flow).
OAuthAuthenticationScheme() - Constructor for class org.frankframework.http.authentication.OAuthAuthenticationScheme
 
OAuthAuthenticationScheme(boolean) - Constructor for class org.frankframework.http.authentication.OAuthAuthenticationScheme
 
OAuthPreferringAuthenticationStrategy - Class in org.frankframework.http.authentication
OAuth prefering AuthenticationStrategy.
OAuthPreferringAuthenticationStrategy() - Constructor for class org.frankframework.http.authentication.OAuthPreferringAuthenticationStrategy
 
OBJECT - Static variable in class org.frankframework.pipes.PutSystemDateInSession
 
ObjectBuilder - Class in org.frankframework.stream.document
 
ObjectBuilder() - Constructor for class org.frankframework.stream.document.ObjectBuilder
 
ObjectCallback<O,K,V> - Class in org.frankframework.ldap
 
ObjectCallback(O) - Constructor for class org.frankframework.ldap.ObjectCallback
 
ObjectFactoryBase<O,L> - Class in org.frankframework.jndi
Baseclass for Object lookups.
ObjectFactoryBase() - Constructor for class org.frankframework.jndi.ObjectFactoryBase
 
ObjectLocator<L> - Class in org.frankframework.jndi
This class doesn't have to be instantiated through Spring.
ObjectLocator(Properties, Class<L>) - Constructor for class org.frankframework.jndi.ObjectLocator
 
objects - Variable in class org.frankframework.jndi.ObjectFactoryBase
 
OCTET - Enum constant in enum org.frankframework.http.rest.MediaTypes
 
of(byte[]) - Static method in class org.frankframework.stream.SerializableFileReference
Create a new SerializableFileReference from the given byte.
of(InputStream) - Static method in class org.frankframework.stream.SerializableFileReference
Create a new SerializableFileReference from the given InputStream.
of(Reader, String) - Static method in class org.frankframework.stream.SerializableFileReference
Create a new SerializableFileReference from the given Reader.
of(String, String) - Static method in class org.frankframework.stream.SerializableFileReference
Create a new SerializableFileReference from the given String.
of(ExchangeObjectReference, EmailMessage) - Static method in class org.frankframework.filesystem.ExchangeMessageReference
 
of(ExchangeObjectReference, Attachment) - Static method in class org.frankframework.filesystem.ExchangeAttachmentReference
 
onApplicationEvent(ApplicationMessageEvent) - Method in class org.frankframework.lifecycle.MessageEventListener
 
onApplicationEvent(FireMonitorEvent) - Method in class org.frankframework.monitoring.Trigger
 
onApplicationEvent(RegisterMonitorEvent) - Method in class org.frankframework.monitoring.MonitorManager
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.frankframework.http.cxf.SoapProviderServlet
 
onEndChildThread(List<ThrowingRunnable<?>>) - Method in class org.frankframework.jta.TransactionConnector
 
onEndChildThread(ThrowingRunnable<E>) - Static method in class org.frankframework.jta.TransactionConnectorCoordinator
Execute an action when the thread ends, if it is guarded by a TransactionConnector
onException(JMSException) - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
OnlyActiveFilter - Class in org.frankframework.configuration.filters
 
OnlyActiveFilter(ContentHandler) - Constructor for class org.frankframework.configuration.filters.OnlyActiveFilter
Filter out elements which have an ACTIVE attribute set to false
OnlyActiveFilter(ContentHandler, Properties) - Constructor for class org.frankframework.configuration.filters.OnlyActiveFilter
Filter out elements which have an ACTIVE attribute set to false.
onMessage(Message, Session) - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
onStartup(ServletContext) - Method in class org.frankframework.lifecycle.FrankApplicationInitializer
 
onStartup(ServletContext) - Method in class org.frankframework.lifecycle.FrankEnvironmentInitializer
 
open() - Method in class org.frankframework.cache.EhCache
 
open() - Method in interface org.frankframework.cache.ICache
 
open() - Method in interface org.frankframework.core.IListener
Prepares the listener for receiving messages.
open() - Method in interface org.frankframework.core.ISender
This method will be called to start the sender.
open() - Method in interface org.frankframework.core.ITransactionalStorage
Prepares the object for operation.
open() - Method in class org.frankframework.filesystem.ConnectedFileSystemBase
 
open() - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
open() - Method in class org.frankframework.filesystem.FileSystemActor
 
open() - Method in class org.frankframework.filesystem.FileSystemBase
 
open() - Method in class org.frankframework.filesystem.FileSystemListener
 
open() - Method in class org.frankframework.filesystem.FileSystemSender
 
open() - Method in class org.frankframework.filesystem.FtpFileSystem
 
open() - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
open() - Method in class org.frankframework.filesystem.Samba1FileSystem
 
open() - Method in class org.frankframework.filesystem.Samba2FileSystem
 
open() - Method in class org.frankframework.filesystem.SftpFileSystem
 
open() - Method in class org.frankframework.http.HttpListener
Deprecated.
 
open() - Method in class org.frankframework.http.HttpSenderBase
 
open() - Method in class org.frankframework.http.PushingListenerAdapter
 
open() - Method in class org.frankframework.http.rest.ApiListener
 
open() - Method in class org.frankframework.http.RestListener
 
open() - Method in class org.frankframework.http.WebServiceListener
 
open() - Method in class org.frankframework.http.WebServiceNtlmSender
 
open() - Method in class org.frankframework.jdbc.JdbcListener
 
open() - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
open() - Method in class org.frankframework.jdbc.JdbcSenderBase
 
open() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
open() - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
open() - Method in class org.frankframework.jms.JMSFacade
Obtains a connection and a serviceQueue.
open() - Method in class org.frankframework.jms.JmsListenerBase
 
open() - Method in class org.frankframework.jms.JmsSender
Starts the sender
open() - Method in class org.frankframework.jms.PushingJmsListener
 
open() - Method in class org.frankframework.ldap.LdapClient
 
open() - Method in class org.frankframework.ldap.LdapSender
 
open() - Method in class org.frankframework.mongodb.MongoDbSender
 
open() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
open() - Method in class org.frankframework.receivers.JavaListener
 
open() - Method in class org.frankframework.scheduler.SchedulerSender
 
open() - Method in class org.frankframework.senders.FileSender
Deprecated.
 
open() - Method in class org.frankframework.senders.IbisLocalSender
 
open() - Method in class org.frankframework.senders.JavascriptSender
 
open() - Method in class org.frankframework.senders.MailSender
Create a session to validate connectivity
open() - Method in class org.frankframework.senders.ReconnectSenderWrapper
 
open() - Method in class org.frankframework.senders.SenderBase
 
open() - Method in class org.frankframework.senders.SenderSeries
 
open() - Method in class org.frankframework.senders.SenderWrapper
 
open() - Method in class org.frankframework.senders.SenderWrapperBase
 
open() - Method in class org.frankframework.senders.SendGridSender
 
open() - Method in class org.frankframework.senders.XmlValidatorSender
 
open() - Method in class org.frankframework.senders.XsltSender
 
open() - Method in class org.frankframework.util.TransformerPool
 
OPEN - Enum constant in enum org.frankframework.collection.CollectorPipeBase.Action
To initiate a new collection
openAllResources() - Method in class org.frankframework.receivers.Receiver
 
openBlock(PipeLineSession) - Method in interface org.frankframework.core.IBlockEnabledSender
open a resource that can be used multiple times when IBlockEnabledSender.sendMessage(Object, Message, PipeLineSession) is called.
openBlock(PipeLineSession) - Method in class org.frankframework.jdbc.DirectQuerySender
 
openBlock(PipeLineSession) - Method in class org.frankframework.jdbc.FixedQuerySender
 
openClient(String) - Method in class org.frankframework.ftp.FtpSession
 
openClient(String) - Method in class org.frankframework.ftp.SftpSession
 
openConnection(URL) - Method in class org.frankframework.configuration.classloaders.BytesURLStreamHandler
 
openGroup(D, String, String) - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
openGroup(MetricsInitializer.NodeConfig, String, String) - Method in class org.frankframework.statistics.MetricsInitializer
 
OpenManagedDataSource<C extends Connection> - Class in org.frankframework.jdbc.datasource
Extension of ManagedDataSource that exposes an extra method to fetch pool statistics.
OpenManagedDataSource(GenericObjectPool<C>, TransactionRegistry) - Constructor for class org.frankframework.jdbc.datasource.OpenManagedDataSource
 
OpenPoolingDataSource<C extends Connection> - Class in org.frankframework.jdbc.datasource
Extension of PoolingDataSource that exposes an extra method to fetch pool statistics.
OpenPoolingDataSource(GenericObjectPool<C>) - Constructor for class org.frankframework.jdbc.datasource.OpenPoolingDataSource
 
openStream() - Method in class org.frankframework.core.BytesResource
 
openStream() - Method in class org.frankframework.core.Resource
 
openStream() - Method in class org.frankframework.core.URLResource
 
openThread() - Method in interface org.frankframework.core.IPullingListener
Prepares a thread for receiving messages.
openThread() - Method in class org.frankframework.filesystem.FileSystemListener
 
openThread() - Method in class org.frankframework.jdbc.JdbcListener
 
openThread() - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
openThread() - Method in class org.frankframework.jms.PullingJmsListener
 
openThread() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
OPERAND1 - Static variable in class org.frankframework.pipes.CompareIntegerPipe
 
OPERAND1 - Static variable in class org.frankframework.pipes.CompareStringPipe
 
OPERAND2 - Static variable in class org.frankframework.pipes.CompareIntegerPipe
 
OPERAND2 - Static variable in class org.frankframework.pipes.CompareStringPipe
 
operation - Variable in class org.frankframework.ldap.LdapSender
 
Options - Class in org.frankframework.util.flow.graphviz
 
OPTIONS - Enum constant in enum org.frankframework.http.rest.ApiListener.HttpMethod
 
ORG_FRANKFRAMEWORK_PACKAGE_NAME - Static variable in class org.frankframework.configuration.ClassNameRewriter
 
org.apache.xalan.transformer - package org.apache.xalan.transformer
 
org.frankframework.align - package org.frankframework.align
 
org.frankframework.align.content - package org.frankframework.align.content
 
org.frankframework.cache - package org.frankframework.cache
 
org.frankframework.cmdline - package org.frankframework.cmdline
 
org.frankframework.collection - package org.frankframework.collection
 
org.frankframework.compression - package org.frankframework.compression
 
org.frankframework.configuration - package org.frankframework.configuration
 
org.frankframework.configuration.classloaders - package org.frankframework.configuration.classloaders
 
org.frankframework.configuration.digester - package org.frankframework.configuration.digester
 
org.frankframework.configuration.extensions - package org.frankframework.configuration.extensions
 
org.frankframework.configuration.filters - package org.frankframework.configuration.filters
 
org.frankframework.core - package org.frankframework.core
 
org.frankframework.encryption - package org.frankframework.encryption
 
org.frankframework.errormessageformatters - package org.frankframework.errormessageformatters
 
org.frankframework.filesystem - package org.frankframework.filesystem
 
org.frankframework.filesystem.smb - package org.frankframework.filesystem.smb
 
org.frankframework.ftp - package org.frankframework.ftp
 
org.frankframework.http - package org.frankframework.http
 
org.frankframework.http.authentication - package org.frankframework.http.authentication
 
org.frankframework.http.cxf - package org.frankframework.http.cxf
 
org.frankframework.http.mime - package org.frankframework.http.mime
 
org.frankframework.http.rest - package org.frankframework.http.rest
 
org.frankframework.javascript - package org.frankframework.javascript
 
org.frankframework.jdbc - package org.frankframework.jdbc
 
org.frankframework.jdbc.datasource - package org.frankframework.jdbc.datasource
 
org.frankframework.jdbc.migration - package org.frankframework.jdbc.migration
 
org.frankframework.jdbc.transformer - package org.frankframework.jdbc.transformer
 
org.frankframework.jms - package org.frankframework.jms
 
org.frankframework.jmx - package org.frankframework.jmx
 
org.frankframework.jndi - package org.frankframework.jndi
 
org.frankframework.jta - package org.frankframework.jta
 
org.frankframework.jta.btm - package org.frankframework.jta.btm
 
org.frankframework.jta.narayana - package org.frankframework.jta.narayana
 
org.frankframework.jwt - package org.frankframework.jwt
 
org.frankframework.ldap - package org.frankframework.ldap
 
org.frankframework.lifecycle - package org.frankframework.lifecycle
 
org.frankframework.lifecycle.servlets - package org.frankframework.lifecycle.servlets
 
org.frankframework.logging - package org.frankframework.logging
 
org.frankframework.management.bus - package org.frankframework.management.bus
 
org.frankframework.management.bus.dto - package org.frankframework.management.bus.dto
 
org.frankframework.management.bus.endpoints - package org.frankframework.management.bus.endpoints
 
org.frankframework.metrics - package org.frankframework.metrics
 
org.frankframework.mongodb - package org.frankframework.mongodb
 
org.frankframework.monitoring - package org.frankframework.monitoring
 
org.frankframework.monitoring.events - package org.frankframework.monitoring.events
 
org.frankframework.parameters - package org.frankframework.parameters
 
org.frankframework.pgp - package org.frankframework.pgp
 
org.frankframework.pipes - package org.frankframework.pipes
 
org.frankframework.processors - package org.frankframework.processors
 
org.frankframework.receivers - package org.frankframework.receivers
 
org.frankframework.scheduler - package org.frankframework.scheduler
 
org.frankframework.scheduler.job - package org.frankframework.scheduler.job
 
org.frankframework.senders - package org.frankframework.senders
 
org.frankframework.soap - package org.frankframework.soap
 
org.frankframework.statistics - package org.frankframework.statistics
 
org.frankframework.statistics.percentiles - package org.frankframework.statistics.percentiles
 
org.frankframework.stream - package org.frankframework.stream
 
org.frankframework.stream.document - package org.frankframework.stream.document
 
org.frankframework.stream.json - package org.frankframework.stream.json
 
org.frankframework.stream.xml - package org.frankframework.stream.xml
 
org.frankframework.task - package org.frankframework.task
 
org.frankframework.unmanaged - package org.frankframework.unmanaged
 
org.frankframework.util - package org.frankframework.util
 
org.frankframework.util.flow - package org.frankframework.util.flow
 
org.frankframework.util.flow.graphviz - package org.frankframework.util.flow.graphviz
 
org.frankframework.validation - package org.frankframework.validation
 
org.frankframework.validation.xsd - package org.frankframework.validation.xsd
 
org.frankframework.webcontrol - package org.frankframework.webcontrol
 
org.frankframework.xml - package org.frankframework.xml
 
ORIGINAL_FILENAME_KEY - Static variable in class org.frankframework.filesystem.FileSystemListener
 
ORIGINAL_MESSAGE_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
OTHER - Enum constant in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
For queries that return no data
output - Variable in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
 
OUTPUT - Enum constant in enum org.frankframework.parameters.Parameter.ParameterMode
 
OUTPUT_FACTORY - Static variable in class org.frankframework.util.XmlUtils
 
OUTPUT_VALIDATOR_NAME - Static variable in class org.frankframework.core.PipeLine
 
OUTPUT_VALIDATOR_NAME_PREFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
OUTPUT_VALIDATOR_NAME_SUFFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
OUTPUT_WRAPPER_NAME - Static variable in class org.frankframework.core.PipeLine
 
OUTPUT_WRAPPER_NAME_PREFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
OUTPUT_WRAPPER_NAME_SUFFIX - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
outputType - Variable in class org.frankframework.util.FileHandler
 
OverridesMap<V> - Class in org.frankframework.align
 
OverridesMap() - Constructor for class org.frankframework.align.OverridesMap
 
OverwritePropertySourcePostProcessor - Class in org.frankframework.configuration
Overwrite a property available to the Ibis configuration and the Spring configuration.
OverwritePropertySourcePostProcessor() - Constructor for class org.frankframework.configuration.OverwritePropertySourcePostProcessor
 
owner - Variable in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
owner - Variable in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 

P

P - Enum constant in enum org.frankframework.ftp.FtpSession.Prot
Private
P - Enum constant in enum org.frankframework.util.Locker.LockType
Permanent
PACKAGE - Enum constant in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
To execute Oracle PL/SQL package
ParallelSenderExecutor - Class in org.frankframework.senders
 
ParallelSenderExecutor(ISender, Message, PipeLineSession, Guard, StatisticsKeeper) - Constructor for class org.frankframework.senders.ParallelSenderExecutor
 
ParallelSenderExecutor(ISender, Message, PipeLineSession, Semaphore, Guard, StatisticsKeeper) - Constructor for class org.frankframework.senders.ParallelSenderExecutor
 
ParallelSenders - Class in org.frankframework.senders
Collection of Senders, that are executed all at the same time.
ParallelSenders() - Constructor for class org.frankframework.senders.ParallelSenders
 
PARAM_COLLECTION - Static variable in class org.frankframework.mongodb.MongoDbSender
 
PARAM_DATABASE - Static variable in class org.frankframework.mongodb.MongoDbSender
 
PARAM_FILTER - Static variable in class org.frankframework.mongodb.MongoDbSender
 
PARAM_LIMIT - Static variable in class org.frankframework.mongodb.MongoDbSender
 
PARAM_MESSAGEID - Static variable in class org.frankframework.jdbc.MessageStoreSender
 
Parameter - Class in org.frankframework.parameters
Generic parameter definition.
Parameter() - Constructor for class org.frankframework.parameters.Parameter
 
Parameter(String, String) - Constructor for class org.frankframework.parameters.Parameter
utility constructor, useful for unit testing
PARAMETER_ACTION - Static variable in class org.frankframework.filesystem.FileSystemActor
 
PARAMETER_CONTENTS1 - Static variable in class org.frankframework.filesystem.FileSystemActor
 
PARAMETER_CONTENTS2 - Static variable in class org.frankframework.filesystem.FileSystemActor
 
PARAMETER_DESTINATION - Static variable in class org.frankframework.filesystem.FileSystemActor
 
PARAMETER_FILENAME - Static variable in class org.frankframework.filesystem.FileSystemActor
 
PARAMETER_INPUTFOLDER - Static variable in class org.frankframework.filesystem.FileSystemActor
 
PARAMETER_SIGNATURE - Static variable in class org.frankframework.pipes.SignaturePipe
 
Parameter.DefaultValueMethods - Enum in org.frankframework.parameters
 
Parameter.ParameterMode - Enum in org.frankframework.parameters
 
Parameter.ParameterType - Enum in org.frankframework.parameters
 
ParameterException - Exception in org.frankframework.core
Exception thrown by the ISender (implementation) to notify that the sending did not succeed.
ParameterException(String) - Constructor for exception org.frankframework.core.ParameterException
 
ParameterException(String, String) - Constructor for exception org.frankframework.core.ParameterException
 
ParameterException(String, String, Throwable) - Constructor for exception org.frankframework.core.ParameterException
 
ParameterException(String, Throwable) - Constructor for exception org.frankframework.core.ParameterException
 
ParameterList - Class in org.frankframework.parameters
List of parameters.
ParameterList() - Constructor for class org.frankframework.parameters.ParameterList
 
parameterNamesMustBeUnique - Variable in class org.frankframework.pipes.AbstractPipe
 
parameterNamesMustBeUnique - Variable in class org.frankframework.senders.SenderWithParametersBase
 
parametersToSkipWhenEmptySet - Variable in class org.frankframework.http.HttpSenderBase
 
ParameterValue - Class in org.frankframework.parameters
 
ParameterValue(Parameter, Object) - Constructor for class org.frankframework.parameters.ParameterValue
 
ParameterValueList - Class in org.frankframework.parameters
ParameterValueList() - Constructor for class org.frankframework.parameters.ParameterValueList
 
paramList - Variable in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
 
paramList - Variable in class org.frankframework.http.HttpSenderBase
 
paramList - Variable in class org.frankframework.jdbc.JdbcSenderBase
 
paramList - Variable in class org.frankframework.jms.JmsSender
 
paramList - Variable in class org.frankframework.ldap.LdapSender
 
paramList - Variable in class org.frankframework.parameters.Parameter
 
paramList - Variable in class org.frankframework.senders.FileSender
Deprecated.
 
paramList - Variable in class org.frankframework.senders.SenderWithParametersBase
 
parse(int) - Static method in enum org.frankframework.jms.JMSFacade.DeliveryMode
 
parse(String) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
parse(String, JsonParser) - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
parse(String, JsonParser) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
parse(AttachmentPart) - Static method in class org.frankframework.util.MessageUtils
 
parse(Message) - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
 
parse(InputSource) - Method in class org.frankframework.align.ToXml
Start the parse, obtain the container to parse from the InputSource when set by ToXml.asSource(Object).
parse(InputSource) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
parseAge(String, long) - Static method in class org.frankframework.util.Misc
 
parseAndResolveEntitiesAndProperties(ContentHandler, Configuration, Resource, PropertyLoader) - Method in class org.frankframework.configuration.ConfigurationDigester
Performs an Identity-transform, which resolves entities with content from files found on the ClassPath.
parseContentAsMessage(HttpServletRequest) - Static method in class org.frankframework.util.MessageUtils
If content is present (POST/PUT) one of the following headers must be set:
Content-Length / Transfer-Encoding
If neither header is present a nullMessage will be returned.
parseJson(JsonParser, JsonEventHandler) - Static method in class org.frankframework.stream.json.JsonUtils
 
parseJson(InputStream, JsonEventHandler) - Static method in class org.frankframework.stream.json.JsonUtils
 
parseJson(Reader, JsonEventHandler) - Static method in class org.frankframework.stream.json.JsonUtils
 
parseJson(String, JsonEventHandler) - Static method in class org.frankframework.stream.json.JsonUtils
 
parseMessage(Message) - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
 
parseNodeSet(String, ContentHandler) - Static method in class org.frankframework.util.XmlUtils
like XmlUtils.parseXml(String source, ContentHandler handler), but skips startDocument() and endDocument().
PARSER_ERROR - Enum constant in enum org.frankframework.validation.AbstractXmlValidator.ValidationResult
 
parseString(String) - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
 
parseToNode(String, ChangeLogParameters, ResourceAccessor) - Method in class org.frankframework.jdbc.migration.LiquibaseXmlChangeLogParser
 
parseToRecords(String) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
Parse a String to an Iterator with objects (records).
parseXml(String, ContentHandler) - Static method in class org.frankframework.util.XmlUtils
 
parseXml(Resource, ContentHandler) - Static method in class org.frankframework.util.XmlUtils
 
parseXml(InputSource, ContentHandler) - Static method in class org.frankframework.util.XmlUtils
 
parseXml(InputSource, ContentHandler, ErrorHandler) - Static method in class org.frankframework.util.XmlUtils
 
parseXmlDateTime(String) - Static method in class org.frankframework.util.XmlUtils
Parses a string to a Date using XML Schema dateTime data type (GDate)
PARSING_FEATURE_DISALLOW_INLINE_DOCTYPE - Static variable in class org.frankframework.validation.JavaxXmlValidator
 
PARSING_FEATURE_EXTERNAL_GENERAL_ENTITIES - Static variable in class org.frankframework.validation.JavaxXmlValidator
 
PARSING_FEATURE_EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.frankframework.validation.JavaxXmlValidator
 
PARSING_FEATURE_SECURE - Static variable in class org.frankframework.validation.JavaxXmlValidator
 
PartMessage - Class in org.frankframework.http
 
PartMessage(Part) - Constructor for class org.frankframework.http.PartMessage
 
PartMessage(Part, String) - Constructor for class org.frankframework.http.PartMessage
 
PartMessage(Part, MessageContext) - Constructor for class org.frankframework.http.PartMessage
 
password() - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase.MeterRegistryConfigBase
 
PASSWORD_KEY - Variable in class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
PasswordGeneratorPipe - Class in org.frankframework.pipes
Returns random password.
PasswordGeneratorPipe() - Constructor for class org.frankframework.pipes.PasswordGeneratorPipe
 
PasswordHash - Class in org.frankframework.util
PBKDF2 salted password hashing.
PasswordHash() - Constructor for class org.frankframework.util.PasswordHash
 
PasswordHashPipe - Class in org.frankframework.pipes
Hash a password or validate a password against a hash using PasswordHash.java from https://crackstation.net/hashing-security.htm.
PasswordHashPipe() - Constructor for class org.frankframework.pipes.PasswordHashPipe
 
PATCH - Enum constant in enum org.frankframework.http.HttpSenderBase.HttpMethod
 
PATCH - Enum constant in enum org.frankframework.http.rest.ApiListener.HttpMethod
 
PathMessage - Class in org.frankframework.stream
 
PathMessage(Path) - Constructor for class org.frankframework.stream.PathMessage
 
PathMessage(Path, MessageContext) - Constructor for class org.frankframework.stream.PathMessage
 
PATTERN - Enum constant in enum org.frankframework.parameters.Parameter.DefaultValueMethods
 
PAUSE - Enum constant in enum org.frankframework.management.bus.endpoints.ManageScheduler.JobAction
 
PAUSE - Enum constant in enum org.frankframework.management.bus.endpoints.ManageScheduler.ScheduleAction
 
PBKDF2_ALGORITHM - Static variable in class org.frankframework.util.PasswordHash
 
PBKDF2_INDEX - Static variable in class org.frankframework.util.PasswordHash
 
PBKDF2_ITERATIONS - Static variable in class org.frankframework.util.PasswordHash
 
PDF - Enum constant in enum org.frankframework.http.rest.MediaTypes
 
peek() - Method in class org.frankframework.core.PeekableDataIterator
Returns object that will be returned by PeekableDataIterator.next() if present, or null if not.
PeekableDataIterator<I> - Class in org.frankframework.core
Wrapper for IDataIterator, that allows to peek the object that will be returned by next().
PeekableDataIterator(IDataIterator<I>) - Constructor for class org.frankframework.core.PeekableDataIterator
 
PEM - Enum constant in enum org.frankframework.encryption.KeystoreType
 
PENDING - Enum constant in enum org.frankframework.jta.StatusRecordingTransactionManager.Status
 
pendingRelease(InputStream, C) - Method in class org.frankframework.filesystem.ConnectedFileSystemBase
Postpone the release of the connection to after the stream is closed.
PERCENTILE_PRECISION_KEY - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
PERCENTILE_PUBLISH_KEY - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
percentileConfigKey - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
PercentileEstimator - Interface in org.frankframework.statistics.percentiles
Interface to define estimators for percentiles.
PercentileEstimatorBase - Class in org.frankframework.statistics.percentiles
Basic interpolating percentile estimator.
PercentileEstimatorBase(String, String, int) - Constructor for class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
PercentileEstimatorRanked - Class in org.frankframework.statistics.percentiles
 
PercentileEstimatorRanked(String, String, int) - Constructor for class org.frankframework.statistics.percentiles.PercentileEstimatorRanked
 
PERCENTILES_INTERNAL_KEY - Static variable in class org.frankframework.statistics.StatisticsKeeper
 
performAction(HasStatistics.Action) - Method in class org.frankframework.statistics.CounterStatistic
 
performAction(HasStatistics.Action) - Method in class org.frankframework.statistics.StatisticsKeeper
 
performOperation(Message, PipeLineSession) - Method in class org.frankframework.ldap.LdapSender
Performs the specified operation and returns the results.
permissionRules - Static variable in class org.frankframework.management.bus.endpoints.FileViewer
 
PERSISTENT - Enum constant in enum org.frankframework.jms.JMSFacade.DeliveryMode
 
pest - Variable in class org.frankframework.statistics.StatisticsKeeper
 
PGPAction - Class in org.frankframework.pgp
This is an abstraction of general pgp actions such as encryption, verification, etc.
PGPPipe - Class in org.frankframework.pipes
Performs various PGP (Pretty Good Privacy) actions such as Encrypt, Sign, Decrypt, Verify.
PGPPipe() - Constructor for class org.frankframework.pipes.PGPPipe
 
PGPPipe.Action - Enum in org.frankframework.pipes
 
PIPE_CLEAR_TIMEOUT_MONITOR_EVENT - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
PIPE_EXCEPTION_MONITOR_EVENT - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
PIPE_EXCEPTION_MONITORING_EVENT - Static variable in interface org.frankframework.core.IPipe
 
PIPE_TIMEOUT_MONITOR_EVENT - Static variable in class org.frankframework.pipes.MessageSendingPipe
 
PipeForward - Class in org.frankframework.core
Appears inside a pipe and defines what pipe or exit to execute next.
PipeForward() - Constructor for class org.frankframework.core.PipeForward
 
PipeForward(String, String) - Constructor for class org.frankframework.core.PipeForward
 
PipeForwards - Class in org.frankframework.core
Optional element in a pipeline.
PipeForwards() - Constructor for class org.frankframework.core.PipeForwards
 
PipeLine - Class in org.frankframework.core
Required in each Adapter to transform incoming messages.
PipeLine() - Constructor for class org.frankframework.core.PipeLine
 
PIPELINE_DURATION_STATS - Static variable in class org.frankframework.core.PipeLine
 
PIPELINE_SIZE_STATS - Static variable in class org.frankframework.core.PipeLine
 
PIPELINE_WAIT_STATS - Static variable in class org.frankframework.core.PipeLine
 
PipeLine.ExitState - Enum in org.frankframework.core
 
PipeLineExit - Class in org.frankframework.core
The Exit of a Pipeline that specifies the end state of a PipeLine.
PipeLineExit() - Constructor for class org.frankframework.core.PipeLineExit
 
PipeLineExits - Class in org.frankframework.core
Pipeline exit container in which all (required) Exits must be defined.
PipeLineExits() - Constructor for class org.frankframework.core.PipeLineExits
 
pipeLineProcessor - Variable in class org.frankframework.processors.PipeLineProcessorBase
 
PipeLineProcessor - Interface in org.frankframework.processors
 
PipeLineProcessorBase - Class in org.frankframework.processors
Baseclass for PipelineProcessors.
PipeLineProcessorBase() - Constructor for class org.frankframework.processors.PipeLineProcessorBase
 
PipeLineResult - Class in org.frankframework.core
The PipeLineResult is a type to store both the result of the PipeLine processing as well as an exit state.
PipeLineResult() - Constructor for class org.frankframework.core.PipeLineResult
 
PipeLineSession - Class in org.frankframework.core
Basic implementation of PipeLineSession.
PipeLineSession() - Constructor for class org.frankframework.core.PipeLineSession
 
PipeLineSession(int) - Constructor for class org.frankframework.core.PipeLineSession
 
PipeLineSession(int, float) - Constructor for class org.frankframework.core.PipeLineSession
 
PipeLineSession(Map<String, Object>) - Constructor for class org.frankframework.core.PipeLineSession
Create new PipeLineSession from existing map or session.
PipeProcessor - Interface in org.frankframework.processors
 
PipeProcessorBase - Class in org.frankframework.processors
Baseclass for PipeProcessors.
PipeProcessorBase() - Constructor for class org.frankframework.processors.PipeProcessorBase
 
PipeRunException - Exception in org.frankframework.core
Exception thrown when the doPipe() method of a Pipe runs in error.
PipeRunException(IPipe, String) - Constructor for exception org.frankframework.core.PipeRunException
 
PipeRunException(IPipe, String, Throwable) - Constructor for exception org.frankframework.core.PipeRunException
 
PipeRunResult - Class in org.frankframework.core
The PipeRunResult is a type to store both the result of the processing of a message in doPipe() as well as the exitState.
PipeRunResult() - Constructor for class org.frankframework.core.PipeRunResult
 
PipeRunResult(PipeForward, Object) - Constructor for class org.frankframework.core.PipeRunResult
 
PIPES - Enum constant in enum org.frankframework.management.bus.endpoints.AdapterStatus.Expanded
 
PipeStartException - Exception in org.frankframework.core
Exception that indicates that the starting of a Pipe did not succeed.
PipeStartException() - Constructor for exception org.frankframework.core.PipeStartException
PipeStartException constructor comment.
PipeStartException(String) - Constructor for exception org.frankframework.core.PipeStartException
PipeStartException constructor comment.
PipeStartException(String, Throwable) - Constructor for exception org.frankframework.core.PipeStartException
 
PipeStartException(Throwable) - Constructor for exception org.frankframework.core.PipeStartException
 
PKCS12 - Enum constant in enum org.frankframework.encryption.KeystoreType
 
PkiUtil - Class in org.frankframework.encryption
 
PkiUtil() - Constructor for class org.frankframework.encryption.PkiUtil
 
PLAIN - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
PLAIN_EXT - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
PNG - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
PollGuard - Class in org.frankframework.unmanaged
 
PollGuard() - Constructor for class org.frankframework.unmanaged.PollGuard
 
PoolingDataSourceJDBCAccess - Class in org.frankframework.jta.narayana
Alternative to DataSourceJDBCAccess that adds connection pooling, instead of doing a JNDI lookup each time a connection is called.
PoolingDataSourceJDBCAccess() - Constructor for class org.frankframework.jta.narayana.PoolingDataSourceJDBCAccess
 
PoolingJndiDataSourceFactory - Class in org.frankframework.jndi
Factory through which (TX-enabled) Pooling DataSources can be retrieved.
PoolingJndiDataSourceFactory() - Constructor for class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
populateThreadContextProperties(String, Properties) - Static method in class org.frankframework.logging.IbisLoggerConfigurationFactory
 
portType(XMLStreamWriter) - Method in class org.frankframework.soap.WsdlGenerator
 
POST - Enum constant in enum org.frankframework.http.HttpSenderBase.HttpMethod
 
POST - Enum constant in enum org.frankframework.http.rest.ApiListener.HttpMethod
 
PostboxRetrieverPipe - Class in org.frankframework.pipes
Deprecated.
PostboxRetrieverPipe() - Constructor for class org.frankframework.pipes.PostboxRetrieverPipe
Deprecated.
 
PostedSessionKey() - Constructor for class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
postProcess(String) - Method in class org.frankframework.util.flow.graphviz.Options
 
postProcess(String, double) - Method in enum org.frankframework.util.flow.graphviz.Format
 
postProcessAfterInitialization(Object, String) - Method in class org.frankframework.lifecycle.ServletRegisteringPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.frankframework.lifecycle.CustomPropertySourcePostProcessor
 
postServiceListeners(Message<?>) - Method in class org.frankframework.management.bus.endpoints.ServiceListener
 
preAuthenticate() - Method in class org.frankframework.http.HttpSessionBase
 
PrefixMapping - Class in org.frankframework.xml
 
PrefixMapping(String, String) - Constructor for class org.frankframework.xml.PrefixMapping
 
prepare(Xid) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
prepareDestination(IBasicFileSystem<F>, F, String, boolean, int, boolean, FileSystemActor.FileSystemAction) - Static method in class org.frankframework.filesystem.FileSystemUtils
Prepares the destination folder, e.g.
prepareDestination(IWritableFileSystem<F>, F, boolean, int, FileSystemActor.FileSystemAction) - Static method in class org.frankframework.filesystem.FileSystemUtils
Prepares the destination of a file: - if the file exists, checks overwrite, or performs rollover
prepareQuery(Connection, String, JdbcQuerySenderBase.QueryType) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
prepareQueryWithColumnsReturned(Connection, String, String[]) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
prepareQueryWithColumnsReturned(Connection, String, String[]) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
 
prepareQueryWithResultSet(Connection, String, int) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
 
prepareQueryWithResultSet(Connection, String, int) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
 
prepareReply(Message, Map<String, Object>) - Method in class org.frankframework.jms.JmsListenerBase
 
prepareReply(Message, Map<String, Object>, String) - Method in class org.frankframework.jms.JmsListenerBase
 
prepareStatementSet(Connection, Message) - Method in class org.frankframework.jdbc.DirectQuerySender
 
preserve() - Method in class org.frankframework.stream.Message
Notify the message object that the request object will be used multiple times.
preserve(Message) - Method in class org.frankframework.pipes.MessageSendingPipe
Call Message.preserve() so it can be consumed multiple times, and wrap potential IOException in a PipeRunException.
PrettyPrintFilter - Class in org.frankframework.xml
 
PrettyPrintFilter(ContentHandler) - Constructor for class org.frankframework.xml.PrettyPrintFilter
 
PrettyPrintFilter(ContentHandler, boolean) - Constructor for class org.frankframework.xml.PrettyPrintFilter
 
previous() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
primitive(Object) - Method in class org.frankframework.stream.document.Json2XmlHandler
 
primitive(Object) - Method in class org.frankframework.stream.json.JsonTee
 
primitive(Object) - Method in class org.frankframework.stream.json.JsonWriter
 
primitive(Object) - Method in interface org.frankframework.stream.JsonEventHandler
 
primitive(Object) - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
PRINT_FORMAT_COUNT - Static variable in interface org.frankframework.statistics.ItemList
 
PRINT_FORMAT_PERC - Static variable in interface org.frankframework.statistics.ItemList
 
PRINT_FORMAT_TIME - Static variable in interface org.frankframework.statistics.ItemList
 
process(String, Message, PipeLineSession) - Method in class org.frankframework.core.PipeLine
The process method does the processing of a message.
It retrieves the first pipe to execute from the firstPipe</code field, the call results in a PipRunResult, containing the next pipe to activate.
PROCESS_STATE_ERROR - Static variable in class org.frankframework.core.Adapter
 
PROCESS_STATE_OK - Static variable in class org.frankframework.core.Adapter
 
processChildElement(JsonValue, String, XSElementDeclaration, boolean, Set<String>) - Method in class org.frankframework.align.Json2Xml
 
processChildElement(N, String, XSElementDeclaration, boolean, Set<String>) - Method in class org.frankframework.align.ToXml
 
processingInstruction(String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter a processing instruction event.
processingInstruction(String, String) - Method in class org.frankframework.stream.xml.XmlTee
 
processingInstruction(String, String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
processingInstruction(String, String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
processingInstruction(String, String) - Method in class org.frankframework.xml.XmlWriter
 
processMessage(String, Message, PipeLineSession) - Method in class org.frankframework.core.Adapter
 
processMessage(String, Message, PipeLineSession) - Method in interface org.frankframework.core.IAdapter
 
processMessageWithExceptions(String, Message, PipeLineSession) - Method in class org.frankframework.core.Adapter
 
processMessageWithExceptions(String, Message, PipeLineSession) - Method in interface org.frankframework.core.IAdapter
 
ProcessMetrics - Class in org.frankframework.util
Utility class to report process parameters like memory usage as an xml-element.
ProcessMetrics() - Constructor for class org.frankframework.util.ProcessMetrics
 
processMultiConfigZipFile(ApplicationContext, String, boolean, boolean, InputStream, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
 
processPipe(PipeLine, IPipe, Message, PipeLineSession) - Method in class org.frankframework.processors.CheckSemaphorePipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession) - Method in class org.frankframework.processors.CorePipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession) - Method in class org.frankframework.processors.InputOutputPipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession) - Method in interface org.frankframework.processors.PipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession) - Method in class org.frankframework.processors.PipeProcessorBase
 
processPipe(PipeLine, IPipe, Message, PipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException>) - Method in class org.frankframework.processors.CheckMessageSizePipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException>) - Method in class org.frankframework.processors.CheckSemaphorePipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException>) - Method in class org.frankframework.processors.ExceptionHandlingPipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException>) - Method in class org.frankframework.processors.InputOutputPipeProcessor
Processes the pipe in the pipeline.
processPipe(PipeLine, IPipe, Message, PipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException>) - Method in class org.frankframework.processors.LockerPipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException>) - Method in class org.frankframework.processors.MonitoringPipeProcessor
 
processPipe(PipeLine, IPipe, Message, PipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException>) - Method in class org.frankframework.processors.PipeProcessorBase
 
processPipe(PipeLine, IPipe, Message, PipeLineSession, ThrowingFunction<Message, PipeRunResult, PipeRunException>) - Method in class org.frankframework.processors.TransactionAttributePipeProcessor
 
processPipeLine(PipeLine, String, Message, PipeLineSession, String) - Method in class org.frankframework.processors.CachePipeLineProcessor
 
processPipeLine(PipeLine, String, Message, PipeLineSession, String) - Method in class org.frankframework.processors.CheckSemaphorePipeLineProcessor
 
processPipeLine(PipeLine, String, Message, PipeLineSession, String) - Method in class org.frankframework.processors.CorePipeLineProcessor
 
processPipeLine(PipeLine, String, Message, PipeLineSession, String) - Method in class org.frankframework.processors.InputOutputPipeLineProcessor
 
processPipeLine(PipeLine, String, Message, PipeLineSession, String) - Method in class org.frankframework.processors.LockerPipeLineProcessor
 
processPipeLine(PipeLine, String, Message, PipeLineSession, String) - Method in interface org.frankframework.processors.PipeLineProcessor
 
processPipeLine(PipeLine, String, Message, PipeLineSession, String) - Method in class org.frankframework.processors.TransactionAttributePipeLineProcessor
 
processRawMessage(IListener<M>, RawMessageWrapper<M>, PipeLineSession, boolean) - Method in interface org.frankframework.core.IMessageHandler
processRawMessage(IListener<M>, RawMessageWrapper<M>, PipeLineSession, boolean) - Method in class org.frankframework.receivers.Receiver
 
processRawMessage(IListener<M>, RawMessageWrapper<M>, PipeLineSession, long, boolean) - Method in interface org.frankframework.core.IMessageHandler
processRawMessage(IListener<M>, RawMessageWrapper<M>, PipeLineSession, long, boolean) - Method in class org.frankframework.receivers.Receiver
 
processRequest(String, String, HashMap) - Method in class org.frankframework.receivers.JavaListener
 
processRequest(IListener<M>, RawMessageWrapper<M>, Message, PipeLineSession) - Method in interface org.frankframework.core.IMessageHandler
processRequest(IListener<M>, RawMessageWrapper<M>, Message, PipeLineSession) - Method in class org.frankframework.receivers.Receiver
processRequest(Message, PipeLineSession) - Method in class org.frankframework.http.PushingListenerAdapter
 
processRequest(Message, PipeLineSession) - Method in class org.frankframework.http.RestListener
 
processRequest(Message, PipeLineSession) - Method in class org.frankframework.http.WebServiceListener
 
processRequest(Message, PipeLineSession) - Method in class org.frankframework.receivers.JavaListener
 
processRequest(Message, PipeLineSession) - Method in interface org.frankframework.receivers.ServiceClient
Method to implement for processing a request.
ProcessState - Enum in org.frankframework.core
 
ProcessStateDTO - Class in org.frankframework.management.bus.dto
 
ProcessStateDTO(ProcessState) - Constructor for class org.frankframework.management.bus.dto.ProcessStateDTO
 
ProcessUtil - Class in org.frankframework.util
Process execution utilities.
ProcessUtil() - Constructor for class org.frankframework.util.ProcessUtil
 
PrometheusMeterServlet - Class in org.frankframework.metrics
 
PrometheusMeterServlet() - Constructor for class org.frankframework.metrics.PrometheusMeterServlet
 
PrometheusRegistryConfigurator - Class in org.frankframework.metrics
 
PrometheusRegistryConfigurator() - Constructor for class org.frankframework.metrics.PrometheusRegistryConfigurator
 
propagateName() - Method in class org.frankframework.pipes.MessageSendingPipe
 
propagateName() - Method in class org.frankframework.receivers.Receiver
 
Properties2Xml - Class in org.frankframework.align
XML Schema guided JSON to XML converter;
Properties2Xml(ValidatorHandler, List<XSModel>, String) - Constructor for class org.frankframework.align.Properties2Xml
 
Properties2Xml.PropertyNode - Class in org.frankframework.align
 
PROPERTY_ASSUME_PRIMARY_KEY_UNIQUE - Static variable in class org.frankframework.jdbc.JdbcMessageBrowser
 
PROPERTY_USE_PARAMETERS - Static variable in class org.frankframework.jdbc.JdbcMessageBrowser
 
PropertyNode() - Constructor for class org.frankframework.align.Properties2Xml.PropertyNode
 
protocol - Variable in class org.frankframework.encryption.AuthSSLContextFactory
 
provideFirstRowsHintAfterFirstKeyword(IDbmsSupport) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
provideIndexHintAfterFirstKeyword(IDbmsSupport) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
provideTrailingFirstRowsHint(IDbmsSupport) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
PS - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
PS2 - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
publishEvent(ApplicationEvent) - Method in class org.frankframework.configuration.Configuration
 
PullingJmsListener - Class in org.frankframework.jms
A true multi-threaded Listener-class.
PullingJmsListener() - Constructor for class org.frankframework.jms.PullingJmsListener
 
PullingListenerContainer<M> - Class in org.frankframework.receivers
Container that provides threads to execute pulling listeners.
PushingJmsListener - Class in org.frankframework.jms
JMSListener re-implemented as a pushing listener rather than a pulling listener.
PushingJmsListener() - Constructor for class org.frankframework.jms.PushingJmsListener
 
PushingListenerAdapter - Class in org.frankframework.http
Baseclass of a IPushingListener that enables a Receiver to receive messages from Servlets.
PushingListenerAdapter() - Constructor for class org.frankframework.http.PushingListenerAdapter
 
put(String, Object) - Method in class org.frankframework.core.PipeLineSession
 
put(String, Object) - Method in class org.frankframework.http.rest.ApiEhcache
 
put(String, Object) - Method in class org.frankframework.http.rest.ApiMemcached
 
put(String, Object) - Method in interface org.frankframework.http.rest.IApiCache
Place an object in the cache
put(String, Object) - Method in class org.frankframework.stream.MessageContext
 
put(String, Object, int) - Method in class org.frankframework.http.rest.ApiEhcache
 
put(String, Object, int) - Method in class org.frankframework.http.rest.ApiMemcached
 
put(String, Object, int) - Method in interface org.frankframework.http.rest.IApiCache
Place an object in the cache
put(String, String) - Method in class org.frankframework.util.AppConstants
Add property to global (all) AppConstants
put(String, V) - Method in class org.frankframework.cache.CacheAdapterBase
 
put(K, V) - Method in interface org.frankframework.cache.ICache
store a value in the cache, that can be retrieved later using get().
PUT - Enum constant in enum org.frankframework.http.HttpSenderBase.HttpMethod
 
PUT - Enum constant in enum org.frankframework.http.rest.ApiListener.HttpMethod
 
putAll(Map<? extends String, ?>) - Method in class org.frankframework.core.PipeLineSession
 
putAll(Map<String, ?>) - Method in class org.frankframework.stream.MessageContext
 
putElement(String, V) - Method in class org.frankframework.cache.CacheAdapterBase
 
putElement(String, V) - Method in class org.frankframework.cache.EhCache
 
putInEnvelope(Message, String) - Method in class org.frankframework.soap.SoapWrapper
 
putInEnvelope(Message, String, String) - Method in class org.frankframework.soap.SoapWrapper
 
putInEnvelope(Message, String, String, String) - Method in class org.frankframework.soap.SoapWrapper
 
putInEnvelope(Message, String, String, String, String) - Method in class org.frankframework.soap.SoapWrapper
 
putInEnvelope(Message, String, String, String, String, String, CredentialFactory, boolean) - Method in class org.frankframework.soap.SoapWrapper
 
PutInSession - Class in org.frankframework.pipes
Puts the input or the value in the PipeLineSession, under the key specified by sessionKey.
PutInSession() - Constructor for class org.frankframework.pipes.PutInSession
 
putMessageOnQueue(Message<?>) - Method in class org.frankframework.management.bus.endpoints.SendJmsMessage
 
PutParametersInSession - Class in org.frankframework.pipes
Deprecated.
PutParametersInSession() - Constructor for class org.frankframework.pipes.PutParametersInSession
Deprecated.
 
PutSystemDateInSession - Class in org.frankframework.pipes
Puts the system date/time under a key in the pipeLineSession.
PutSystemDateInSession() - Constructor for class org.frankframework.pipes.PutSystemDateInSession
 

Q

QUERY - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
QueryExecutionContext - Class in org.frankframework.jdbc
 
QueryExecutionContext(String, String, JdbcQuerySenderBase.QueryType, ParameterList, Connection, PreparedStatement, PreparedStatement) - Constructor for class org.frankframework.jdbc.QueryExecutionContext
 
QueryOutputToCSV - Class in org.frankframework.jdbc.transformer
 
QueryOutputToCSV() - Constructor for class org.frankframework.jdbc.transformer.QueryOutputToCSV
 
QueryOutputToCSV(XMLReader) - Constructor for class org.frankframework.jdbc.transformer.QueryOutputToCSV
 
QueryOutputToJson - Class in org.frankframework.jdbc.transformer
 
QueryOutputToJson() - Constructor for class org.frankframework.jdbc.transformer.QueryOutputToJson
 
QueryOutputToJson(XMLReader) - Constructor for class org.frankframework.jdbc.transformer.QueryOutputToJson
 
QueryOutputToListOfMaps - Class in org.frankframework.jdbc.transformer
 
QueryOutputToListOfMaps() - Constructor for class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
 
QueryOutputToListOfMaps(XMLReader) - Constructor for class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
 
querySender - Variable in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
QUEUE - Enum constant in enum org.frankframework.jms.JMSFacade.DestinationType
 

R

RAW - Enum constant in enum org.frankframework.http.HttpSender.PostType
The input message is sent unchanged as character data, like text, XML or JSON, with possibly parameter data appended
rawMessage - Variable in class org.frankframework.receivers.RawMessageWrapper
 
RawMessageWrapper<M> - Class in org.frankframework.receivers
 
RawMessageWrapper() - Constructor for class org.frankframework.receivers.RawMessageWrapper
 
RawMessageWrapper(M) - Constructor for class org.frankframework.receivers.RawMessageWrapper
Create a new instance with just message data, and no ID or Correlation ID.
RawMessageWrapper(M, String, String) - Constructor for class org.frankframework.receivers.RawMessageWrapper
Create new instance with raw message, id and correlation ID.
RawMessageWrapper(M, Map<String, Object>) - Constructor for class org.frankframework.receivers.RawMessageWrapper
Create a new instance with raw message data and existing context.
RCV_CONFIGURATIONEXCEPTION_MONITOR_EVENT - Static variable in class org.frankframework.receivers.Receiver
 
RCV_CONFIGURED_MONITOR_EVENT - Static variable in class org.frankframework.receivers.Receiver
 
RCV_MESSAGE_LOG_COMMENTS - Static variable in class org.frankframework.receivers.Receiver
 
RCV_MESSAGE_TO_ERRORSTORE_EVENT - Static variable in class org.frankframework.receivers.Receiver
 
RCV_RESUMED_MONITOR_EVENT - Static variable in class org.frankframework.receivers.Receiver
 
RCV_SHUTDOWN_MONITOR_EVENT - Static variable in class org.frankframework.receivers.Receiver
 
RCV_STARTED_RUNNING_MONITOR_EVENT - Static variable in class org.frankframework.receivers.Receiver
 
RCV_SUSPENDED_MONITOR_EVENT - Static variable in class org.frankframework.receivers.Receiver
 
RCV_SUSPENSION_MESSAGE_THRESHOLD - Static variable in class org.frankframework.receivers.Receiver
 
RCV_THREAD_EXIT_MONITOR_EVENT - Static variable in class org.frankframework.receivers.Receiver
 
read() - Method in class org.frankframework.jms.BytesMessageInputStream
 
read() - Method in class org.frankframework.util.EncapsulatingReader
 
read(byte[]) - Method in class org.frankframework.jms.BytesMessageInputStream
 
read(byte[], int, int) - Method in class org.frankframework.jms.BytesMessageInputStream
 
read(char[], int, int) - Method in class org.frankframework.util.EncapsulatingReader
 
read(String) - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
READ - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
read a file, specified by attribute filename, parameter filename or input message
READ - Enum constant in enum org.frankframework.ldap.LdapSender.Operation
Read the contents of an entry.
readAllowed(String, String, FileUtils.Authenticator) - Static method in class org.frankframework.util.FileUtils
 
readAllowed(String, HttpServletRequest, String) - Static method in class org.frankframework.util.FileUtils
 
readAttachment(A) - Method in interface org.frankframework.filesystem.IWithAttachments
 
readAttachment(MimeBodyPart) - Method in class org.frankframework.filesystem.ImapFileSystem
 
readAttachment(ExchangeAttachmentReference) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
readClassDescriptor() - Method in class org.frankframework.util.RenamingObjectInputStream
 
READDELETE - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
like read, but deletes the file after it has been read
ReaderLineIterator - Class in org.frankframework.util
Iterator that iterates over all lines in a Reader.
ReaderLineIterator(Reader) - Constructor for class org.frankframework.util.ReaderLineIterator
 
readFile(F, String) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
readFile(Message, String) - Method in class org.frankframework.filesystem.ImapFileSystem
 
readFile(Path, String) - Method in class org.frankframework.filesystem.LocalFileSystem
 
readFile(SmbFile, String) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
readFile(ExchangeMessageReference, String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
readFile(SmbFileRef, String) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
readFile(FTPFileRef, String) - Method in class org.frankframework.filesystem.FtpFileSystem
 
readFile(SftpFileRef, String) - Method in class org.frankframework.filesystem.SftpFileSystem
 
readLog4jConfiguration(InputStream) - Static method in class org.frankframework.logging.IbisLoggerConfigurationFactory
 
readResources(byte[]) - Method in class org.frankframework.configuration.classloaders.JarBytesClassLoader
 
readResources(InputStream) - Method in class org.frankframework.configuration.classloaders.JarBytesClassLoader
 
ready() - Method in class org.frankframework.util.EncapsulatingReader
 
receiveAndExecute(Object, Session, MessageConsumer) - Method in class org.frankframework.jms.IbisMessageListenerContainer
 
Receiver<M> - Class in org.frankframework.receivers
Wrapper for a listener that specifies a channel for the incoming messages of a specific Adapter.
Receiver() - Constructor for class org.frankframework.receivers.Receiver
 
Receiver.CheckForDuplicatesMethod - Enum in org.frankframework.receivers
 
Receiver.OnError - Enum in org.frankframework.receivers
 
ReceiverAware<M> - Interface in org.frankframework.receivers
When a listener implements this interface it will get a reference to it's parent receiver.
RECEIVERS - Enum constant in enum org.frankframework.management.bus.endpoints.AdapterStatus.Expanded
 
ReconnectSenderWrapper - Class in org.frankframework.senders
Wrapper for senders, that opens the wrapped sender at runtime before each sender action, and closes it afterwards.
ReconnectSenderWrapper() - Constructor for class org.frankframework.senders.ReconnectSenderWrapper
 
recordNonNegative(double) - Method in class org.frankframework.metrics.LocalDistributionSummary
 
recover(int) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
RECOVER - Enum constant in enum org.frankframework.receivers.Receiver.OnError
If an error occurs (eg.
RECOVER_ADAPTERS - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
RecoverAdaptersJob - Class in org.frankframework.scheduler.job
 
RecoverAdaptersJob() - Constructor for class org.frankframework.scheduler.job.RecoverAdaptersJob
 
REDEFINE - Static variable in class org.frankframework.validation.SchemaUtils
 
RedirectIndexProxy - Class in org.frankframework.webcontrol
 
RedirectIndexProxy() - Constructor for class org.frankframework.webcontrol.RedirectIndexProxy
 
refresh() - Method in class org.frankframework.configuration.Configuration
Don't manually call this method.
refreshRow() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
regex - Variable in class org.frankframework.logging.IbisThreadFilter
 
register(ApiListener.HttpMethod, ApiListener) - Method in class org.frankframework.http.rest.ApiDispatchConfig
 
register(ServletConfiguration) - Method in class org.frankframework.lifecycle.ServletManager
 
registerAdapter(Adapter) - Method in class org.frankframework.configuration.AdapterManager
 
registerAdapter(Adapter) - Method in class org.frankframework.configuration.Configuration
Add adapter.
registerAdapterFilter(AdapterFilter) - Method in interface org.frankframework.monitoring.ITrigger
 
registerAdapterFilter(AdapterFilter) - Method in class org.frankframework.monitoring.Trigger
 
registerAt(CompositeMeterRegistry) - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase
 
registerCallback(ISender, PipeLineSession) - Method in class org.frankframework.javascript.J2V8
 
registerCallback(ISender, PipeLineSession) - Method in interface org.frankframework.javascript.JavascriptEngine
Only used by J2V8, allows for senders to be called by the javascript function.
registerConnector(TransactionConnector) - Method in class org.frankframework.jta.TransactionConnectorCoordinator
 
registerDestination(IMonitorDestination) - Method in class org.frankframework.monitoring.MonitorManager
 
registerEvent(String) - Method in interface org.frankframework.core.IPipe
Register an event for flexible monitoring.
registerEvent(String) - Method in class org.frankframework.pipes.AbstractPipe
 
registerEvent(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
registerEvent(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
registerEvent(EventThrowing, String) - Method in class org.frankframework.monitoring.EventPublisher
 
registerExitHandler(IPipeLineExitHandler) - Method in class org.frankframework.core.PipeLine
 
registerForward(PipeForward) - Method in interface org.frankframework.core.IPipe
Register a PipeForward object to this Pipe.
registerForward(PipeForward) - Method in class org.frankframework.core.PipeForwards
Defines what pipe or exit to execute next.
registerForward(PipeForward) - Method in class org.frankframework.core.PipeLine
Deprecated.
registerForward(PipeForward) - Method in class org.frankframework.pipes.AbstractPipe
Forwards are used to determine the next Pipe to execute in the Pipeline
registerForward(PipeForward) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
registerForward(PipeForward) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
registerInclude(Include) - Method in class org.frankframework.configuration.Configuration
Include the referenced Module in this configuration
registerItem(Object) - Method in interface org.frankframework.configuration.extensions.ISapSystem
 
registerItem(Object) - Method in class org.frankframework.util.GlobalListItem
Register an item in the list
registerJmsRealm(JmsRealm) - Method in class org.frankframework.configuration.Configuration
Deprecated.
registerJmsRealm(JmsRealm) - Method in class org.frankframework.jms.JmsRealmFactory
Register a Realm
RegisterMonitorEvent - Class in org.frankframework.monitoring.events
 
RegisterMonitorEvent(EventThrowing, String) - Constructor for class org.frankframework.monitoring.events.RegisterMonitorEvent
 
registerMonitoring(MonitorManager) - Method in class org.frankframework.configuration.Configuration
Deprecated.
registerParent(String, String) - Method in class org.frankframework.align.OverridesMap
 
registerPipeLineExit(PipeLineExit) - Method in class org.frankframework.core.PipeLine
Deprecated.
registerPipeLineExit(PipeLineExit) - Method in class org.frankframework.core.PipeLineExits
PipeLine exits.
registerReceiver(Receiver<?>) - Method in class org.frankframework.core.Adapter
Receives incoming messages.
registerSapSystem(ISapSystem) - Method in class org.frankframework.configuration.extensions.SapSystems
 
registerScheduledJob(IJob) - Method in class org.frankframework.configuration.Configuration
Deprecated.
registerScheduledJob(IJob) - Method in class org.frankframework.configuration.ScheduleManager
Job that is executed periodically.
registerSender(ISender) - Method in class org.frankframework.senders.JavascriptSender
 
registerSender(ISender) - Method in class org.frankframework.senders.ParallelSenders
one or more specifications of senders.
registerSender(ISender) - Method in class org.frankframework.senders.SenderSeries
one or more specifications of senders that will be executed one after another.
registerServiceClient(String, ServiceClient) - Method in class org.frankframework.receivers.ServiceDispatcher
 
registerServiceClient(ApiListener) - Method in class org.frankframework.http.rest.ApiServiceDispatcher
 
registerServiceClient(ServiceClient, String, String, String, String, boolean) - Method in class org.frankframework.http.RestServiceDispatcher
 
registerSharedResource(SharedResource<?>) - Method in class org.frankframework.configuration.SharedResources
 
registerSubObject(String) - Method in class org.frankframework.monitoring.AdapterFilter
Register the name of a SubObject (such as a Pipe) to be included in the filter.
registerSubstitute(String[], int, V) - Method in class org.frankframework.align.OverridesMap
 
registerSubstitute(String[], int, V) - Method in class org.frankframework.align.SubstitutionNode
 
registerSubstitute(String, V) - Method in class org.frankframework.align.SubstitutionNode
 
registerSubstitutes(Map<String, V>) - Method in class org.frankframework.align.SubstitutionNode
 
registerTrigger(ITrigger) - Method in class org.frankframework.monitoring.Monitor
 
registerXAResourceRecoveryHelper(XAResourceRecoveryHelper) - Method in class org.frankframework.jta.narayana.NarayanaJtaTransactionManager
 
REJECTED - Enum constant in enum org.frankframework.core.PipeLine.ExitState
 
relative(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
release() - Method in class org.frankframework.util.Semaphore
Increments internal counter, possibly awakening the thread wait()ing in acquire()
release(String) - Method in class org.frankframework.util.Locker
 
releaseConnection(C, boolean) - Method in class org.frankframework.filesystem.ConnectedFileSystemBase
Release the connection, return it to the pool or invalidate it.
releaseConnection(ExchangeService, boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
ReleaseConnectionAfterReadInputStream - Class in org.frankframework.http
 
ReleaseConnectionAfterReadInputStream(HttpResponseHandler, InputStream) - Constructor for class org.frankframework.http.ReleaseConnectionAfterReadInputStream
 
releaseDynamicReplyQueue(Queue) - Method in class org.frankframework.jms.MessagingSource
 
releaseReceiver(MessageConsumer, String) - Method in class org.frankframework.jms.PullingJmsListener
 
releaseResource() - Method in class org.frankframework.util.Guard
decrements internal counter, possibly awakening the thread waiting for release wait()ing in acquire()
releaseSession(Session) - Method in class org.frankframework.jms.MessagingSource
 
releaseSession(Session) - Method in class org.frankframework.jms.PullingJmsListener
 
releaseTransformer(Transformer) - Method in class org.frankframework.util.TransformerPool
 
reload() - Method in class org.frankframework.configuration.classloaders.BytesClassLoader
Tries to load new resources, upon success, clears all resources, calls it's super.reload() and sets the new resources
reload() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
reload() - Method in interface org.frankframework.configuration.classloaders.IConfigurationClassLoader
Unload the current IConfigurationClassLoader and load again upon successful unload.
reload(ClassLoader) - Method in class org.frankframework.configuration.ClassLoaderManager
Reuse class loader as it is difficult to have all references to the class loader removed (see also http://zeroturnaround.com/rebellabs/rjc201/).
reload(String) - Method in class org.frankframework.configuration.ClassLoaderManager
Reloads a configuration if it exists.
reload(String) - Method in class org.frankframework.configuration.IbisContext
Reloads the given configuration.
ReloadSender - Class in org.frankframework.senders
Performs a reload on database configuration.
ReloadSender() - Constructor for class org.frankframework.senders.ReloadSender
 
remove(String) - Method in class org.frankframework.cache.CacheAdapterBase
 
remove(String) - Method in class org.frankframework.http.rest.ApiEhcache
 
remove(String) - Method in class org.frankframework.http.rest.ApiMemcached
 
remove(String) - Method in interface org.frankframework.http.rest.IApiCache
Remove an object from the cache
remove(String) - Method in class org.frankframework.parameters.ParameterValueList
Deprecated.
remove(String, String) - Method in class org.frankframework.xml.AttributesWrapper
 
remove(ApiListener.HttpMethod) - Method in class org.frankframework.http.rest.ApiDispatchConfig
 
removeAdapter(Adapter) - Method in class org.frankframework.configuration.AdapterLifecycleWrapperBase
 
removeAdapter(Adapter) - Method in class org.frankframework.jmx.JmxAdapterWrapper
 
removeAdapter(Adapter) - Method in class org.frankframework.util.flow.FlowDiagramAdapterWrapper
 
RemoveCacheKeyPipe - Class in org.frankframework.cache
Remove specified cache key from cache with specified name.
RemoveCacheKeyPipe() - Constructor for class org.frankframework.cache.RemoveCacheKeyPipe
 
removeConfigFromDatabase(ApplicationContext, String, String, String) - Static method in class org.frankframework.configuration.ConfigurationUtils
 
removeElement(Object) - Method in class org.frankframework.cache.CacheAdapterBase
 
removeElement(Object) - Method in class org.frankframework.cache.EhCache
 
removeFolder(String, boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
removeFolder(String, boolean) - Method in class org.frankframework.filesystem.FtpFileSystem
 
removeFolder(String, boolean) - Method in interface org.frankframework.filesystem.IBasicFileSystem
 
removeFolder(String, boolean) - Method in class org.frankframework.filesystem.ImapFileSystem
 
removeFolder(String, boolean) - Method in class org.frankframework.filesystem.LocalFileSystem
 
removeFolder(String, boolean) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
removeFolder(String, boolean) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
removeFolder(String, boolean) - Method in class org.frankframework.filesystem.SftpFileSystem
 
removeFromGlobalReplace(String) - Static method in class org.frankframework.logging.IbisMaskingLayout
 
RemoveFromSession - Class in org.frankframework.pipes
Removes a key specified by sessionKey from the pipeLineSession.
RemoveFromSession() - Constructor for class org.frankframework.pipes.RemoveFromSession
 
removeFromThreadLocalReplace(String) - Static method in class org.frankframework.logging.IbisMaskingLayout
Remove regex to hide locally, meaning for specific threads/adapters.
removeInstance() - Static method in class org.frankframework.configuration.ApplicationWarnings
 
removeInstance() - Static method in class org.frankframework.util.AppConstants
 
removeInstance(ClassLoader) - Static method in class org.frankframework.util.AppConstants
 
removeMonitor(Monitor) - Method in class org.frankframework.monitoring.MonitorManager
 
removeNamespaces(String) - Static method in class org.frankframework.util.XmlUtils
 
removeNamespaces(Message) - Static method in class org.frankframework.util.XmlUtils
 
removeStartAdapterThread(Runnable) - Method in class org.frankframework.configuration.AdapterManager
 
removeStartAdapterThread(Runnable) - Method in class org.frankframework.configuration.Configuration
 
removeStopAdapterThread(Runnable) - Method in class org.frankframework.configuration.AdapterManager
 
removeStopAdapterThread(Runnable) - Method in class org.frankframework.configuration.Configuration
 
removeThreadLocalReplace() - Static method in class org.frankframework.logging.IbisMaskingLayout
 
removeTrigger(ITrigger) - Method in class org.frankframework.monitoring.Monitor
 
removeValuesFromAttributes(Attributes) - Method in class org.frankframework.ldap.LdapSender
Strips all the values from the attributes in input.
RENAME - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
change the name of a file, specified by attribute filename, parameter filename or input message, to the value specified by attribute destination or parameter destination
renameFile(F, F) - Method in interface org.frankframework.filesystem.IWritableFileSystem
Renames the file to a new name, possibly in a another folder.
renameFile(Path, Path) - Method in class org.frankframework.filesystem.LocalFileSystem
 
renameFile(SmbFile, SmbFile) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
renameFile(IWritableFileSystem<F>, F, F, boolean, int) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
renameFile(SmbFileRef, SmbFileRef) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
renameFile(FTPFileRef, FTPFileRef) - Method in class org.frankframework.filesystem.FtpFileSystem
 
renameFile(SftpFileRef, SftpFileRef) - Method in class org.frankframework.filesystem.SftpFileSystem
 
RenamingObjectInputStream - Class in org.frankframework.util
 
RenamingObjectInputStream(InputStream) - Constructor for class org.frankframework.util.RenamingObjectInputStream
 
renderResult(FindIterable<Document>, MessageOutputStream) - Method in class org.frankframework.mongodb.MongoDbSender
 
renderResult(DeleteResult, MessageOutputStream) - Method in class org.frankframework.mongodb.MongoDbSender
 
renderResult(InsertManyResult, MessageOutputStream) - Method in class org.frankframework.mongodb.MongoDbSender
 
renderResult(InsertOneResult, MessageOutputStream) - Method in class org.frankframework.mongodb.MongoDbSender
 
renderResult(UpdateResult, MessageOutputStream) - Method in class org.frankframework.mongodb.MongoDbSender
 
renderResult(Document, MessageOutputStream) - Method in class org.frankframework.mongodb.MongoDbSender
 
REPAIR_NAMESPACES_OUTPUT_FACTORY - Static variable in class org.frankframework.util.XmlUtils
 
ReplacerPipe - Class in org.frankframework.pipes
Replaces all occurrences of one string with another.
ReplacerPipe() - Constructor for class org.frankframework.pipes.ReplacerPipe
 
reply - Variable in class org.frankframework.core.RequestReplyExecutor
 
REPLY_ADDRESS_FIELDS_DEFAULT - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
REPLY_TO_RECEPIENTS_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
REPORT - Enum constant in enum org.frankframework.http.HttpSenderBase.HttpMethod
 
request - Variable in class org.frankframework.core.RequestReplyExecutor
 
requestOrBodyParamsSet - Variable in class org.frankframework.http.HttpSenderBase
 
RequestReplyExecutor - Class in org.frankframework.core
Runnable object for calling a request reply service.
RequestReplyExecutor() - Constructor for class org.frankframework.core.RequestReplyExecutor
 
requestStream - Variable in class org.frankframework.stream.MessageOutputStream
 
REQUIRED - Enum constant in enum org.frankframework.core.TransactionAttribute
Support a current transaction; create a new one if none exists.
requiresInputValueForResolution() - Method in class org.frankframework.parameters.Parameter
if this returns true, then the input value must be repeatable, as it might be used multiple times.
requiresInputValueOrContextForResolution() - Method in class org.frankframework.parameters.Parameter
 
REQUIRESNEW - Enum constant in enum org.frankframework.core.TransactionAttribute
Create a new transaction, suspending the current transaction if one exists.
requiresStream() - Method in class org.frankframework.stream.Message
If true, the Message should preferably be read using a streaming method, i.e.
requiresTypeConversion - Variable in enum org.frankframework.parameters.Parameter.ParameterType
 
resend(Message<?>) - Method in class org.frankframework.management.bus.endpoints.BrowseMessageBrowsers
 
reset() - Method in class org.frankframework.statistics.Basics
 
reset() - Method in class org.frankframework.statistics.BigBasics
 
reset() - Method in class org.frankframework.util.EncapsulatingReader
 
resetNumberOfExceptionsCaughtWithoutMessageBeingReceived() - Method in class org.frankframework.receivers.Receiver
 
resetRetryInterval() - Method in class org.frankframework.receivers.Receiver
 
resolve(String, String) - Method in class org.frankframework.xml.ClassLoaderURIResolver
 
resolve(String, String) - Method in class org.frankframework.xml.NonResolvingURIResolver
 
resolve(String, Map<?, ?>, Map<?, ?>, Set<String>, String, String, boolean) - Method in class org.frankframework.util.MessageToStringResolver
 
resolveEntity(String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter an external entity resolution.
resolveEntity(String, String) - Method in class org.frankframework.xml.ClassLoaderEntityResolver
 
resolveEntity(String, String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
resolveEntity(String, String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
resolveEntity(String, String) - Method in class org.frankframework.xml.NonResolvingExternalEntityResolver
 
resolveEntity(String, String, String, String) - Method in class org.frankframework.xml.NonResolvingExternalEntityResolver
 
resolveEntity(XMLResourceIdentifier) - Method in class org.frankframework.validation.IntraGrammarPoolEntityResolver
 
resolveForward(IPipe, PipeForward) - Method in class org.frankframework.core.PipeLine
Find the destination of the forward, i.e.
resolveToResource(String, String) - Method in class org.frankframework.xml.ClassLoaderURIResolver
 
resolveValue(String) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
 
Resource - Class in org.frankframework.core
Reference to a resource, for instance on the classpath.
Resource(IScopeProvider) - Constructor for class org.frankframework.core.Resource
 
RESOURCE_INTERNAL_REFERENCE_PREFIX - Static variable in class org.frankframework.pipes.WsdlXmlValidator
 
Resource.GlobalScopeProvider - Class in org.frankframework.core
 
ResourceBasedMongoClientFactory - Class in org.frankframework.mongodb
 
ResourceBasedMongoClientFactory() - Constructor for class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
ResourceBasedObjectFactory<O,L> - Class in org.frankframework.jndi
Baseclass for Jndi lookups, using property files on the classpath.
ResourceBasedObjectFactory() - Constructor for class org.frankframework.jndi.ResourceBasedObjectFactory
 
ResourceXsd - Class in org.frankframework.validation.xsd
XSD based on a reference to a resource on the classPath.
ResourceXsd() - Constructor for class org.frankframework.validation.xsd.ResourceXsd
 
ResponseValidatorWrapper(ValidatorBase) - Constructor for class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
ResponseValidatorWrapper(XmlValidator) - Constructor for class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
RestListener - Class in org.frankframework.http
Listener that allows a Receiver to receive messages as a REST webservice.
RestListener() - Constructor for class org.frankframework.http.RestListener
 
RestListener.MediaTypes - Enum in org.frankframework.http
 
RestListenerServlet - Class in org.frankframework.http
Servlet that listens for REST requests, and handles them over to the RestServiceDispatcher.
RestListenerServlet() - Constructor for class org.frankframework.http.RestListenerServlet
 
RestListenerUtils - Class in org.frankframework.http
Some utilities for working with RestListener.
RestListenerUtils() - Constructor for class org.frankframework.http.RestListenerUtils
 
restoreThreadContext() - Method in class org.frankframework.stream.ThreadConnector
 
RestPublicListenerServlet - Class in org.frankframework.http
 
RestPublicListenerServlet() - Constructor for class org.frankframework.http.RestPublicListenerServlet
 
RestSender - Class in org.frankframework.http
Deprecated.
RestSender() - Constructor for class org.frankframework.http.RestSender
Deprecated.
 
RestServiceDispatcher - Class in org.frankframework.http
Singleton class that knows about the RestListeners that are active.
RestServiceDispatcher() - Constructor for class org.frankframework.http.RestServiceDispatcher
 
RESULT_SET_HOLDABILITY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
ResultHandler - Class in org.frankframework.util.flow
 
ResultHandler() - Constructor for class org.frankframework.util.flow.ResultHandler
 
ResultSet2FileSender - Class in org.frankframework.jdbc
QuerySender that writes each row in a ResultSet to a file.
ResultSet2FileSender() - Constructor for class org.frankframework.jdbc.ResultSet2FileSender
 
ResultSetIteratingPipe - Class in org.frankframework.jdbc
Pipe that iterates over rows in in ResultSet.
ResultSetIteratingPipe() - Constructor for class org.frankframework.jdbc.ResultSetIteratingPipe
 
RESUME - Enum constant in enum org.frankframework.management.bus.endpoints.ManageScheduler.JobAction
 
resumeTransaction() - Method in class org.frankframework.jta.TransactionConnectorCoordinator
 
resumeTransaction(Object, Object) - Method in class org.frankframework.jta.SpringTxManagerProxy
 
resumeTransaction(Object, Object) - Method in class org.frankframework.jta.ThreadConnectableDataSourceTransactionManager
 
resumeTransaction(Object, Object) - Method in class org.frankframework.jta.ThreadConnectableJtaTransactionManager
 
resumeTransaction(T, R) - Method in interface org.frankframework.jta.IThreadConnectableTransactionManager
 
resumeTransactionInChildThread(TransactionConnector<T, R>) - Method in class org.frankframework.jta.TransactionConnectorCoordinator
 
retrieveAccessToken(Credentials) - Method in class org.frankframework.http.authentication.OAuthAccessTokenManager
 
retrieveAllConfigNames() - Method in class org.frankframework.configuration.IbisContext
Helper method to create stubbed configurations used in JunitTests
retrieveAllConfigNames(ApplicationContext) - Static method in class org.frankframework.configuration.ConfigurationUtils
 
retrieveAllConfigNames(ApplicationContext, boolean, boolean) - Static method in class org.frankframework.configuration.ConfigurationUtils
 
retrieveConfigNamesFromDatabase(ApplicationContext) - Static method in class org.frankframework.configuration.ConfigurationUtils
 
retrieveConnectionFactoryName() - Method in class org.frankframework.jms.JmsRealm
 
retrieveObject(String, ResultSet, int) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
retrieveObject(String, ResultSet, int) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
retrieveObject(String, ResultSet, int) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
retrieveRawMessage(String, Map<String, Object>) - Method in interface org.frankframework.core.IPostboxListener
Retrieves the first message found from queue or other channel, that matches the specified messageSelector.
retrieveRawMessage(String, Map<String, Object>) - Method in class org.frankframework.jms.PullingJmsListener
 
retrieveRequestURL(PipeLineSession) - Static method in class org.frankframework.http.RestListenerUtils
 
retrieveTransactionManager() - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
retrieveUrl(String, int, String, boolean) - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
retrieveUserTransaction() - Method in class org.frankframework.jta.btm.BtmJtaTransactionManager
 
retrieveUserTransaction() - Method in class org.frankframework.jta.narayana.NarayanaJtaTransactionManager
 
RETRY_FLAG_SESSION_KEY - Static variable in class org.frankframework.receivers.Receiver
 
retryMessage(String) - Method in class org.frankframework.receivers.Receiver
 
retryRequest(IOException, int, HttpContext) - Method in class org.frankframework.http.HttpRequestRetryHandler
 
RETURN_PATH_HEADER - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
returnJson(HttpServletResponse, int, JsonObject) - Method in class org.frankframework.http.rest.ApiListenerServlet
 
RMDIR - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
remove a folder/directory, specified by attribute inputFolder, parameter inputFolder or input message
rollback(Xid) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
rollback(TransactionStatus) - Method in class org.frankframework.jta.SpringTxManagerProxy
 
rolloverByDay(IWritableFileSystem<F>, F, String, int) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
rolloverByNumber(IWritableFileSystem<F>, F, int) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
rolloverBySize(IWritableFileSystem<F>, F, int, int) - Static method in class org.frankframework.filesystem.FileSystemUtils
 
RootElementToSessionKeyFilter - Class in org.frankframework.xml
 
RootElementToSessionKeyFilter(PipeLineSession, String, String, ContentHandler) - Constructor for class org.frankframework.xml.RootElementToSessionKeyFilter
 
RootValidation - Class in org.frankframework.validation
 
RootValidation(String...) - Constructor for class org.frankframework.validation.RootValidation
 
RootValidations - Class in org.frankframework.validation
 
RootValidations() - Constructor for class org.frankframework.validation.RootValidations
 
RootValidations(String...) - Constructor for class org.frankframework.validation.RootValidations
 
RootValidations(RootValidation) - Constructor for class org.frankframework.validation.RootValidations
 
rowDeleted() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
rowInserted() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
rowUpdated() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
run() - Method in class org.frankframework.configuration.IbisContextRunnable
 
run() - Method in class org.frankframework.senders.IsolatedServiceExecutor
 
run() - Method in class org.frankframework.senders.ParallelSenderExecutor
 
run() - Method in class org.frankframework.unmanaged.PollGuard
 
run(InputStream, OutputStream) - Method in class org.frankframework.pgp.Decrypt
 
run(InputStream, OutputStream) - Method in class org.frankframework.pgp.Encrypt
 
run(InputStream, OutputStream) - Method in class org.frankframework.pgp.PGPAction
Runs the given action (which may be any extensions of this abstract class).
run(InputStream, OutputStream) - Method in class org.frankframework.pgp.Sign
 
run(InputStream, OutputStream) - Method in class org.frankframework.pgp.Verify
 
runMigrator() - Method in class org.frankframework.configuration.Configuration
Execute any database changes before calling Configuration.configure().
runState - Variable in class org.frankframework.receivers.Receiver
 
RunState - Enum in org.frankframework.util
Enumeration of states for IManagable
RunStateEnquirer - Interface in org.frankframework.util
Interface to support enquiries about the run state.
RunStateEnquiring - Interface in org.frankframework.util
Interface to support enquiries about the run state.
RunStateManager - Class in org.frankframework.util
Utility class to support run-state management.
RunStateManager() - Constructor for class org.frankframework.util.RunStateManager
 
runTestPipeline(Message<?>) - Method in class org.frankframework.management.bus.endpoints.TestPipeline
 

S

S - Enum constant in enum org.frankframework.ftp.FtpSession.Prot
Safe(SSL protocol only)
SALT_BYTE_SIZE - Static variable in class org.frankframework.util.PasswordHash
 
SALT_INDEX - Static variable in class org.frankframework.util.PasswordHash
 
Samba1FileSystem - Class in org.frankframework.filesystem
Uses the (old) SMB 1 protocol.
Samba1FileSystem() - Constructor for class org.frankframework.filesystem.Samba1FileSystem
 
Samba1FileSystemDelegator - Interface in org.frankframework.filesystem.smb
 
Samba1Pipe - Class in org.frankframework.pipes
Uses the (old) SMB 1 protocol.
Samba1Pipe() - Constructor for class org.frankframework.pipes.Samba1Pipe
 
Samba1Sender - Class in org.frankframework.senders
Uses the (old) SMB 1 protocol.
Samba1Sender() - Constructor for class org.frankframework.senders.Samba1Sender
 
Samba2FileSystem - Class in org.frankframework.filesystem
Uses the (newer) SMB 2 and 3 protocol.
Samba2FileSystem() - Constructor for class org.frankframework.filesystem.Samba2FileSystem
 
Samba2FileSystem.Samba2AuthType - Enum in org.frankframework.filesystem
 
Samba2FileSystemDelegator - Interface in org.frankframework.filesystem.smb
 
Samba2Listener - Class in org.frankframework.receivers
 
Samba2Listener() - Constructor for class org.frankframework.receivers.Samba2Listener
 
Samba2Pipe - Class in org.frankframework.pipes
 
Samba2Pipe() - Constructor for class org.frankframework.pipes.Samba2Pipe
 
Samba2Sender - Class in org.frankframework.senders
Uses the (newer) SMB 2 and 3 protocol.
Samba2Sender() - Constructor for class org.frankframework.senders.Samba2Sender
 
SambaFileSystemUtils - Class in org.frankframework.filesystem.smb
 
SambaFileSystemUtils() - Constructor for class org.frankframework.filesystem.smb.SambaFileSystemUtils
 
SambaListener - Class in org.frankframework.receivers
 
SambaListener() - Constructor for class org.frankframework.receivers.SambaListener
 
SambaPipe - Class in org.frankframework.pipes
 
SambaPipe() - Constructor for class org.frankframework.pipes.SambaPipe
 
SapSystems - Class in org.frankframework.configuration.extensions
 
SapSystems() - Constructor for class org.frankframework.configuration.extensions.SapSystems
 
saveThreadContext() - Method in class org.frankframework.stream.ThreadConnector
 
SaxAbortException - Exception in org.frankframework.stream
SAXException thrown to signal that the consumer of a stream does not want to receive more of it.
SaxAbortException() - Constructor for exception org.frankframework.stream.SaxAbortException
 
SaxAbortException(Exception) - Constructor for exception org.frankframework.stream.SaxAbortException
 
SaxAbortException(String) - Constructor for exception org.frankframework.stream.SaxAbortException
 
SaxAbortException(String, Exception) - Constructor for exception org.frankframework.stream.SaxAbortException
 
SaxDocumentBuilder - Class in org.frankframework.xml
 
SaxDocumentBuilder(String) - Constructor for class org.frankframework.xml.SaxDocumentBuilder
 
SaxDocumentBuilder(String, Writer) - Constructor for class org.frankframework.xml.SaxDocumentBuilder
 
SaxDocumentBuilder(String, Writer, boolean) - Constructor for class org.frankframework.xml.SaxDocumentBuilder
 
SaxDocumentBuilder(String, ContentHandler, boolean) - Constructor for class org.frankframework.xml.SaxDocumentBuilder
 
SaxElementBuilder - Class in org.frankframework.xml
 
SaxElementBuilder() - Constructor for class org.frankframework.xml.SaxElementBuilder
 
SaxElementBuilder(Writer) - Constructor for class org.frankframework.xml.SaxElementBuilder
 
SaxElementBuilder(String) - Constructor for class org.frankframework.xml.SaxElementBuilder
 
SaxElementBuilder(String, Writer) - Constructor for class org.frankframework.xml.SaxElementBuilder
 
SaxElementBuilder(String, ContentHandler) - Constructor for class org.frankframework.xml.SaxElementBuilder
 
SaxElementBuilder(ContentHandler) - Constructor for class org.frankframework.xml.SaxElementBuilder
 
SaxException - Exception in org.frankframework.xml
 
SaxException() - Constructor for exception org.frankframework.xml.SaxException
 
SaxException(Exception) - Constructor for exception org.frankframework.xml.SaxException
 
SaxException(String) - Constructor for exception org.frankframework.xml.SaxException
 
SaxException(String, Exception) - Constructor for exception org.frankframework.xml.SaxException
 
SaxTimeoutException - Exception in org.frankframework.stream
SAXException thrown to signal that a timeout occurred in consuming the stream.
SaxTimeoutException() - Constructor for exception org.frankframework.stream.SaxTimeoutException
 
SaxTimeoutException(Exception) - Constructor for exception org.frankframework.stream.SaxTimeoutException
 
SaxTimeoutException(String) - Constructor for exception org.frankframework.stream.SaxTimeoutException
 
SaxTimeoutException(String, Exception) - Constructor for exception org.frankframework.stream.SaxTimeoutException
 
ScalarMetricBase<M extends io.micrometer.core.instrument.Meter> - Class in org.frankframework.statistics
 
ScalarMetricBase() - Constructor for class org.frankframework.statistics.ScalarMetricBase
 
ScalarType - Enum in org.frankframework.align
 
scan() - Method in class org.frankframework.configuration.classloaders.ScanningDirectoryClassLoader
 
ScanningDirectoryClassLoader - Class in org.frankframework.configuration.classloaders
Actively scans the configuration directory for file changes.
ScanningDirectoryClassLoader(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.ScanningDirectoryClassLoader
 
scheduleCloseOnSessionExit(AutoCloseable, String) - Method in class org.frankframework.core.PipeLineSession
 
scheduleJob(IJob) - Method in class org.frankframework.scheduler.SchedulerHelper
 
scheduleJob(JobDetail, long) - Method in class org.frankframework.scheduler.SchedulerHelper
Schedule a new job
scheduleJob(JobDetail, String) - Method in class org.frankframework.scheduler.SchedulerHelper
Schedule a new job
scheduleJob(JobDetail, String, long, boolean) - Method in class org.frankframework.scheduler.SchedulerHelper
Schedule a new job
ScheduleManager - Class in org.frankframework.configuration
Container for jobs that are scheduled for periodic execution.
ScheduleManager() - Constructor for class org.frankframework.configuration.ScheduleManager
 
SchedulerAdapter - Class in org.frankframework.scheduler
The SchedulerAdapter is an adapter for the Quartz scheduler
It transforms the information from the scheduler to XML.
SchedulerAdapter() - Constructor for class org.frankframework.scheduler.SchedulerAdapter
 
SchedulerFactoryBean - Class in org.frankframework.scheduler
Extending the Spring SchedulerFactoryBean because it starts the Quartz scheduler instance.
SchedulerFactoryBean() - Constructor for class org.frankframework.scheduler.SchedulerFactoryBean
 
SchedulerHelper - Class in org.frankframework.scheduler
The SchedulerHelper encapsulates the quarz scheduler.
SchedulerHelper() - Constructor for class org.frankframework.scheduler.SchedulerHelper
 
SchedulerSender - Class in org.frankframework.scheduler
Registers a trigger in the scheduler so that the message is send to a javalistener at a scheduled time.
SchedulerSender() - Constructor for class org.frankframework.scheduler.SchedulerSender
 
Schema - Interface in org.frankframework.validation
 
SCHEMA - Static variable in class org.frankframework.validation.SchemaUtils
 
SCHEMA_DEFINITION_PATH - Static variable in class org.frankframework.align.XmlTypeToJsonSchemaConverter
 
SCHEMA_FULL_CHECKING_FEATURE_ID - Static variable in class org.frankframework.validation.XercesXmlValidator
Schema full checking feature id (http://apache.org/xml/features/validation/schema-full-checking).
SCHEMA_VALIDATION_FEATURE_ID - Static variable in class org.frankframework.validation.XercesXmlValidator
Schema validation feature id (http://apache.org/xml/features/validation/schema).
SCHEMALOCATION - Static variable in class org.frankframework.validation.SchemaUtils
 
schemasProvider - Variable in class org.frankframework.validation.AbstractXmlValidator
 
SchemasProvider - Interface in org.frankframework.validation
 
SchemaUtils - Class in org.frankframework.validation
 
SchemaUtils() - Constructor for class org.frankframework.validation.SchemaUtils
 
SCHEME_NAME_AUTO - Static variable in class org.frankframework.http.authentication.OAuthAuthenticationScheme
 
SCHEME_NAME_FORCE_REFRESH - Static variable in class org.frankframework.http.authentication.OAuthAuthenticationScheme
 
scopeProvider - Variable in class org.frankframework.core.Resource
 
scoreRequestMethodMatch(ApiListener.HttpMethod, ApiDispatchConfig) - Static method in class org.frankframework.http.rest.ApiServiceDispatcher
Calculate a numerical score for how well a given HTTP request ApiListener.HttpMethod is matched by the given ApiDispatchConfig.
scoreUriPattern(String) - Static method in class org.frankframework.http.rest.ApiServiceDispatcher
Calculate a numerical score for a URI pattern indicating how specific it is, based on the number of segments and wildcards.
search(String, boolean) - Method in class org.frankframework.jdbc.migration.LiquibaseResourceAccessor
This method is primarily used by Liquibase to get the xsd (/www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.3.xsd) to validate against.
search(DirContext, String, String, String[], int) - Method in class org.frankframework.ldap.LdapClient
 
search(DirContext, String, String, String, int) - Method in class org.frankframework.ldap.LdapClient
 
search(DirContext, String, String, Set<String>, int) - Method in class org.frankframework.ldap.LdapClient
 
SEARCH - Enum constant in enum org.frankframework.ldap.LdapSender.Operation
Search for an entry in the direct children of the specified root.
searchInObject(DirContext, String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
searchObjectForMultipleAttributes(String, String, Set<String>) - Method in class org.frankframework.ldap.LdapClient
Search LDAP without filter, for example to find attributes of a specific user/object.
searchObjectForMultipleMultiValuedAttributes(String, String, Set<String>) - Method in class org.frankframework.ldap.LdapClient
 
searchObjectForMultiValuedAttribute(String, String, String) - Method in class org.frankframework.ldap.LdapClient
Search LDAP without filter, for example to find attributes of a specific user/object.
searchObjectForMultiValuedAttribute(DirContext, String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
searchObjectForMultiValuedAttributeWithCache(DirContext, String, String, String, boolean) - Method in class org.frankframework.ldap.LdapClient
 
searchObjectForSingleAttribute(String, String, String) - Method in class org.frankframework.ldap.LdapClient
Search LDAP without filter, for example to find attributes of a specific user/object.
searchObjectForSingleAttribute(DirContext, String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
searchObjectForSingleAttributeWithCache(String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
searchObjectForSingleAttributeWithCache(DirContext, String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
searchRecursivelyViaAttributes(String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
searchSubtree(DirContext, String, String, Object[], String) - Method in class org.frankframework.ldap.LdapClient
 
searchSubtree(DirContext, String, String, Object[], String[]) - Method in class org.frankframework.ldap.LdapClient
 
searchSubtree(DirContext, String, String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
searchSubtree(DirContext, String, String, String, Set<String>) - Method in class org.frankframework.ldap.LdapClient
 
searchSubtreeForMultipleAttributes(String, String, String, Set<String>) - Method in class org.frankframework.ldap.LdapClient
Search LDAP for an object in some group (specified by the filter), for example to search for a user/object.
searchSubtreeForMultipleMultiValuedAttributes(String, String, String, Set<String>) - Method in class org.frankframework.ldap.LdapClient
 
searchSubtreeForMultiValuedAttribute(String, String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
searchSubtreeForSingleAttribute(String, String, String, String) - Method in class org.frankframework.ldap.LdapClient
 
secLog - Variable in class org.frankframework.http.RestServiceDispatcher
 
secLog - Variable in class org.frankframework.management.bus.endpoints.TestPipeline
 
secLog - Variable in class org.frankframework.processors.InputOutputPipeProcessor
 
secLog - Variable in class org.frankframework.unmanaged.DefaultIbisManager
 
SECURITY_HANDLER_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
SECURITY_MANAGER_PROPERTY_ID - Static variable in class org.frankframework.validation.XercesXmlValidator
 
SecurityItems - Class in org.frankframework.management.bus.endpoints
 
SecurityItems() - Constructor for class org.frankframework.management.bus.endpoints.SecurityItems
 
SecurityItems.SecurityRolesDTO - Class in org.frankframework.management.bus.endpoints
 
SecurityRolesDTO(String) - Constructor for class org.frankframework.management.bus.endpoints.SecurityItems.SecurityRolesDTO
 
select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in class org.frankframework.http.authentication.OAuthPreferringAuthenticationStrategy
 
SELECT - Enum constant in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
For queries that return data
selectContextQuery - Variable in class org.frankframework.jdbc.JdbcMessageBrowser
 
selectDataQuery - Variable in class org.frankframework.jdbc.JdbcMessageBrowser
 
selectDataQuery2 - Variable in class org.frankframework.jdbc.JdbcTransactionalStorage
 
selectKeyQuery - Variable in class org.frankframework.jdbc.JdbcTransactionalStorage
 
selectKeyQueryIsDbmsSupported - Variable in class org.frankframework.jdbc.JdbcMessageBrowser
 
Semaphore - Class in org.frankframework.util
A semaphore is a flag used to check whether a resource is currently being used by another thread or process and wait for the other process to release it.
Semaphore() - Constructor for class org.frankframework.util.Semaphore
 
Semaphore(int) - Constructor for class org.frankframework.util.Semaphore
 
send(HttpRequest) - Method in class org.frankframework.filesystem.MsalClientAdapter
 
send(MessageProducer, Message) - Method in class org.frankframework.jms.JMSFacade
Send a message
send(MessageProducer, Message, boolean) - Method in class org.frankframework.jms.JMSFacade
 
send(Session, Destination, String, Message, String, long, int, int) - Method in class org.frankframework.jms.JMSFacade
 
send(Session, Destination, String, Message, String, long, int, int, boolean) - Method in class org.frankframework.jms.JMSFacade
 
send(Session, Destination, String, Message, String, long, int, int, boolean, Map<String, Object>) - Method in class org.frankframework.jms.JMSFacade
 
send(Session, Destination, Message) - Method in class org.frankframework.jms.JMSFacade
Send a message
send(Session, Destination, Message, boolean) - Method in class org.frankframework.jms.JMSFacade
 
SEND_MESSAGE - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
sendByQueue(QueueSession, Queue, Message) - Method in class org.frankframework.jms.JMSFacade
 
sendByTopic(TopicSession, Topic, Message) - Method in class org.frankframework.jms.JMSFacade
 
sendEmail(MailSenderBase.MailSessionBase) - Method in class org.frankframework.senders.MailSender
 
sendEmail(MailSenderBase.MailSessionBase) - Method in class org.frankframework.senders.MailSenderBase
 
sendEmail(MailSenderBase.MailSessionBase) - Method in class org.frankframework.senders.SendGridSender
 
SENDER_ADDRESS_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
SenderBase - Class in org.frankframework.senders
Baseclass for senders.
SenderBase() - Constructor for class org.frankframework.senders.SenderBase
 
SenderException - Exception in org.frankframework.core
Exception thrown by the ISender (implementation) to notify that the sending did not succeed.
SenderException() - Constructor for exception org.frankframework.core.SenderException
 
SenderException(String) - Constructor for exception org.frankframework.core.SenderException
 
SenderException(String, Throwable) - Constructor for exception org.frankframework.core.SenderException
 
SenderException(Throwable) - Constructor for exception org.frankframework.core.SenderException
 
SenderMonitorAdapter - Class in org.frankframework.monitoring
IMonitorAdapter that uses a sender to send its message.
SenderMonitorAdapter() - Constructor for class org.frankframework.monitoring.SenderMonitorAdapter
 
SenderPipe - Class in org.frankframework.pipes
Plain extension to MessageSendingPipe that can be used directly in configurations.
SenderPipe() - Constructor for class org.frankframework.pipes.SenderPipe
 
SenderResult - Class in org.frankframework.core
The SenderResult is a type to store both the result of the processing of a message by a Sender, as well as the exitState.
SenderResult(boolean, Message, String, String) - Constructor for class org.frankframework.core.SenderResult
 
SenderResult(String) - Constructor for class org.frankframework.core.SenderResult
 
SenderResult(Message) - Constructor for class org.frankframework.core.SenderResult
 
SenderResult(Message, String) - Constructor for class org.frankframework.core.SenderResult
 
SenderSeries - Class in org.frankframework.senders
Series of Senders, that are executed one after another.
SenderSeries() - Constructor for class org.frankframework.senders.SenderSeries
 
SenderWithParametersBase - Class in org.frankframework.senders
Provides a base class for senders with parameters.
SenderWithParametersBase() - Constructor for class org.frankframework.senders.SenderWithParametersBase
 
SenderWrapper - Class in org.frankframework.senders
Wrapper for senders, that allows to get input from a session variable, and to store output in a session variable.
SenderWrapper() - Constructor for class org.frankframework.senders.SenderWrapper
 
SenderWrapperBase - Class in org.frankframework.senders
Baseclass for Wrappers for senders, that allows to get input from a session variable, and to store output in a session variable.
SenderWrapperBase() - Constructor for class org.frankframework.senders.SenderWrapperBase
 
senderWrapperProcessor - Variable in class org.frankframework.processors.SenderWrapperProcessorBase
 
senderWrapperProcessor - Variable in class org.frankframework.senders.SenderWrapperBase
 
SenderWrapperProcessor - Interface in org.frankframework.processors
Interface for handlers in SenderWrapper processor chain.
SenderWrapperProcessorBase - Class in org.frankframework.processors
Baseclass for SenderWrapperProcessor.
SenderWrapperProcessorBase() - Constructor for class org.frankframework.processors.SenderWrapperProcessorBase
 
SendGridSender - Class in org.frankframework.senders
Sender that sends a mail via SendGrid v3 (cloud-based SMTP provider).
SendGridSender() - Constructor for class org.frankframework.senders.SendGridSender
 
SendGridSender.GridMailSession - Class in org.frankframework.senders
 
SendJmsMessage - Class in org.frankframework.management.bus.endpoints
 
SendJmsMessage() - Constructor for class org.frankframework.management.bus.endpoints.SendJmsMessage
 
sendMessage(H, Message, PipeLineSession) - Method in interface org.frankframework.core.IBlockEnabledSender
 
sendMessage(Connection, Message, PipeLineSession) - Method in class org.frankframework.jdbc.DirectQuerySender
 
sendMessage(QueryExecutionContext, Message, PipeLineSession) - Method in class org.frankframework.jdbc.FixedQuerySender
 
sendMessage(SenderWrapperBase, Message, PipeLineSession) - Method in class org.frankframework.processors.CacheSenderWrapperProcessor
 
sendMessage(SenderWrapperBase, Message, PipeLineSession) - Method in class org.frankframework.processors.CoreSenderWrapperProcessor
 
sendMessage(SenderWrapperBase, Message, PipeLineSession) - Method in class org.frankframework.processors.InputOutputSenderWrapperProcessor
 
sendMessage(SenderWrapperBase, Message, PipeLineSession) - Method in interface org.frankframework.processors.SenderWrapperProcessor
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.collection.CollectorSenderBase
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.compression.ZipWriterSender
 
sendMessage(Message, PipeLineSession) - Method in interface org.frankframework.core.ISender
Send a message to some destination (as configured in the Sender object).
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.filesystem.FileSystemSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.filesystem.FileSystemSenderWithAttachments
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.http.HttpSenderBase
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.http.WebServiceNtlmSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.jdbc.JdbcSenderBase
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.jdbc.MessageStoreSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.jms.JmsSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.jms.XmlJmsBrowserSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.ldap.LdapSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.mongodb.MongoDbSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.scheduler.SchedulerSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.BlockEnabledSenderBase
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.CommandSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.DelaySender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.EchoSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.FileSender
Deprecated.
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.FixedResultSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.IbisJavaSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.IbisLocalSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.JavascriptSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.LogSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.MailSenderBase
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.ReloadSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.SenderWrapperBase
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.ShadowSender
We override this from the parallel sender as we should only execute the original and shadowsenders here!
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.XmlValidatorSender
 
sendMessage(Message, PipeLineSession) - Method in class org.frankframework.senders.XsltSender
alternative implementation of send message, that should do the same as the original, but reuses the streaming content handler
sendMessage(Message, PipeLineSession, String) - Method in class org.frankframework.jms.JmsSender
 
sendMessage(Message, PipeLineSession, ISender, Map<String, Object>) - Method in class org.frankframework.pipes.IteratingPipe
 
sendMessage(Message, PipeLineSession, ISender, Map<String, Object>) - Method in class org.frankframework.pipes.MessageSendingPipe
 
SendMessageJob - Class in org.frankframework.scheduler.job
 
SendMessageJob() - Constructor for class org.frankframework.scheduler.job.SendMessageJob
 
sendMessageOnConnection(Connection, Message, PipeLineSession, IForwardTarget) - Method in class org.frankframework.jdbc.DirectQuerySender
 
sendMessageOnConnection(Connection, Message, PipeLineSession, IForwardTarget) - Method in class org.frankframework.jdbc.XmlQuerySender
 
sendMessageOrThrow(Message, PipeLineSession) - Method in interface org.frankframework.core.ISender
 
sendReply(PipeLineResult, Destination, String, long, boolean, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.jms.JmsListenerBase
 
sendReply(PipeLineResult, Destination, String, long, boolean, PipeLineSession, Map<String, Object>) - Method in class org.frankframework.jms.PullingJmsListener
 
sendString(String) - Method in class org.frankframework.align.ToXml
 
SerializableFileReference - Class in org.frankframework.stream
A reference to a file Path that can be serialized.
SerializableFileReference(String, Path) - Constructor for class org.frankframework.stream.SerializableFileReference
Create a character-data SerializableFileReference for the file at given path.
SerializableFileReference(Path, boolean) - Constructor for class org.frankframework.stream.SerializableFileReference
Create a binary SerializableFileReference for the file at given path.
serializeEvent(LogEvent) - Method in class org.frankframework.logging.IbisMaskingLayout
Mutable LogEvent which masks messages using global and local regex strings, and shortens the message to a maximum length, if necessary.
serializeEvent(LogEvent) - Method in class org.frankframework.logging.IbisPatternLayout
 
ServerStatistics - Class in org.frankframework.management.bus.endpoints
 
ServerStatistics() - Constructor for class org.frankframework.management.bus.endpoints.ServerStatistics
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.frankframework.http.rest.ApiListenerServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.frankframework.http.RestListenerServlet
 
service(XMLStreamWriter, String) - Method in class org.frankframework.soap.WsdlGenerator
 
SERVICE_ID_PARAM - Variable in class org.frankframework.http.HttpListenerServlet
 
ServiceClient - Interface in org.frankframework.receivers
The interface clients (users) of a service may use.
ServiceDispatcher - Class in org.frankframework.receivers
Singleton class that knows about the ServiceListeners that are active.
ServiceDispatcher() - Constructor for class org.frankframework.receivers.ServiceDispatcher
 
ServiceJob - Class in org.frankframework.scheduler
Job, generated by SchedulerSender, for sending messages to a javalistener.
ServiceJob() - Constructor for class org.frankframework.scheduler.ServiceJob
 
ServiceListener - Class in org.frankframework.management.bus.endpoints
 
ServiceListener() - Constructor for class org.frankframework.management.bus.endpoints.ServiceListener
 
SERVLET_CONTEXT_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
ServletManager - Class in org.frankframework.lifecycle
Enables the use of programmatically adding servlets to the given ServletContext.
Run during the ApplicationServers contextInitialized phase, before starting servlets.
ServletManager(ServletContext) - Constructor for class org.frankframework.lifecycle.ServletManager
 
ServletRegisteringPostProcessor - Class in org.frankframework.lifecycle
 
ServletRegisteringPostProcessor() - Constructor for class org.frankframework.lifecycle.ServletRegisteringPostProcessor
 
SESSIONKEY - Enum constant in enum org.frankframework.parameters.Parameter.DefaultValueMethods
 
sessionsArePooled() - Method in class org.frankframework.jms.MessagingSource
 
SET - Enum constant in enum org.frankframework.pipes.EtagHandlerPipe.EtagAction
Deprecated.
 
setAcceptNamespacelessXml(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true, all XML is allowed to be without namespaces.
setAcceptNamespaceLessXml(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
Deprecated.
setAcknowledgeMode(JMSFacade.AcknowledgeMode) - Method in class org.frankframework.jms.JMSFacade
If not transacted, the way the application informs the JMS provider that it has successfully received a message.
setAction(String) - Method in class org.frankframework.http.rest.ApiPrincipalPipe
 
setAction(CollectorPipeBase.Action) - 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.
setAction(FileSystemActor.FileSystemAction) - Method in class org.frankframework.filesystem.FileSystemActor
If parameter ["action"] is set, then the attribute action value will be overridden with the value of the parameter.
setAction(FileSystemActor.FileSystemAction) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setAction(FileSystemActor.FileSystemAction) - Method in class org.frankframework.filesystem.FileSystemSender
 
setAction(MongoDbSender.MongoAction) - Method in class org.frankframework.mongodb.MongoDbSender
Action
setAction(EtagHandlerPipe.EtagAction) - Method in class org.frankframework.pipes.EtagHandlerPipe
Deprecated.
 
setAction(PGPPipe.Action) - Method in class org.frankframework.pipes.PGPPipe
Action to be taken when pipe is executed.
setAction(SignaturePipe.Action) - Method in class org.frankframework.pipes.SignaturePipe
Action to be taken when pipe is executed.
setAction(IbisActionJob.Action) - Method in class org.frankframework.scheduler.job.IbisActionJob
 
setActions(String) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setActions(String) - Method in class org.frankframework.util.FileHandler
Sets actions the pipe has to perform.
setAdapter(String) - Method in class org.frankframework.monitoring.AdapterFilter
Set the name of the Adapter that this AdapterFilter filters on.
setAdapter(Adapter) - Method in class org.frankframework.core.PipeLine
Register the adapterName of this Pipelineprocessor.
setAdapter(Adapter) - Method in class org.frankframework.receivers.Receiver
 
setAdapter(IAdapter) - Method in class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
 
setAdapterLifecycleWrappers(List<? extends AdapterLifecycleWrapperBase>) - Method in class org.frankframework.configuration.AdapterManager
 
setAdapterManager(AdapterManager) - Method in class org.frankframework.configuration.Configuration
 
setAdapterManager(AdapterManager) - Method in class org.frankframework.processors.CorePipeLineProcessor
 
setAdapterManager(AdapterManager) - Method in class org.frankframework.scheduler.job.IbisActionJob
 
setAdapterName(String) - Method in class org.frankframework.scheduler.job.DatabaseJob
 
setAdapterName(String) - Method in class org.frankframework.scheduler.job.IbisActionJob
Adapter on which job operates
setAdapters(List<String>) - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
setAdapterToRunBeforeOnEmptyInput(String) - Method in class org.frankframework.core.PipeLine
Deprecated.
setAddInputToResult(boolean) - Method in class org.frankframework.pipes.IteratingPipe
When true the input is added to the result in an input element
setAdditionalHitCount(int) - Method in class org.frankframework.monitoring.Monitor
 
setAddNamespaceToSchema(boolean) - Method in class org.frankframework.pipes.XmlValidator
If set true, the namespace from schemalocation is added to the schema document as targetnamespace
setAddNamespaceToSchema(boolean) - Method in class org.frankframework.validation.XSD
 
setAddress(String) - Method in class org.frankframework.http.WebServiceListener
The address to listen to, e.g the part <address> in https://mydomain.com/ibis4something/services/<address>, where mydomain.com and ibis4something refer to 'your ibis'.
setAddXmlRootElement(boolean) - Method in class org.frankframework.pipes.JsonPipe
When direction is JSON2XML, it wraps a root element around the converted message.
setAlarmSeverity(Severity) - Method in class org.frankframework.monitoring.Monitor
 
setAlgorithm(String) - Method in class org.frankframework.pipes.SignaturePipe
The signing algorithm
setAlgorithm(HashPipe.HashAlgorithm) - Method in class org.frankframework.pipes.HashPipe
Hash Algorithm to use
setAliasFor(String) - Method in class org.frankframework.util.GlobalListItem
If this attribute is set, the item is only an alias for another item.
setAliasForRealm(String) - Method in class org.frankframework.jms.JmsRealm
Includes another realm into this one
setAllowCustomClasses(boolean) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
setAllowJson(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
Allow JSON input
setAllowPlainXml(boolean) - Method in class org.frankframework.soap.SoapValidator
Allow plain XML, without a SOAP Envelope, too.
setAllowPlainXml(boolean) - Method in class org.frankframework.soap.SoapWrapperPipe
For direction=unwrap only: if true, allow unwrapped xml too
setAllowSelfSignedCertificates(boolean) - Method in interface org.frankframework.encryption.HasTruststore
If true, self signed certificates are accepted
setAllowSelfSignedCertificates(boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setAllowSelfSignedCertificates(boolean) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setAllowSelfSignedCertificates(boolean) - Method in class org.frankframework.ftp.FtpSession
(ftps) If true, self signed certificates are accepted
setAllowSelfSignedCertificates(boolean) - Method in class org.frankframework.http.HttpSessionBase
 
setAllowSelfSignedCertificates(boolean) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setAllowSelfSignedCertificates(boolean) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setAllowSelfSignedCertificates(boolean) - Method in class org.frankframework.senders.SendGridSender
 
setAllowUnicodeSupplementaryCharacters(boolean) - Method in class org.frankframework.pipes.ReplacerPipe
Whether to allow Unicode supplementary characters (like a smiley) during replaceNonValidXmlCharacters
setAntiVirusFailureAsSoapFault(boolean) - Method in class org.frankframework.pipes.StreamPipe
(only used for parameter httprequest and when checkantivirus=true) when true and the antivirusfailed forward is specified and the antivirus scan did not pass, a soap fault is returned instead of only a plain error message
setAntiVirusFailureReasonSessionKey(String) - Method in class org.frankframework.pipes.StreamPipe
(only used for parameter httprequest and when checkantivirus=true) if not empty and the antivirusfailed forward is specified and the antivirus scan did not pass, the error message (or soap fault) is stored in this session key and the first string part is returned to the pipeline
setAntiVirusMessagePartName(String) - Method in class org.frankframework.pipes.StreamPipe
(only used for parameter httprequest and when checkantivirus=true) name of antivirus scan message parts
setAntiVirusPartName(String) - Method in class org.frankframework.pipes.StreamPipe
(only used for parameter httprequest and when checkantivirus=true) name of antivirus scan status parts
setAntiVirusPassedMessage(String) - Method in class org.frankframework.pipes.StreamPipe
(only used for parameter httprequest and when checkantivirus=true) message of antivirus scan parts which indicates the antivirus scan passed
setAnyMatchClaims(String) - Method in class org.frankframework.http.rest.ApiListener
Comma separated key value pairs to one-of match with JWT payload.
setAppend(boolean) - Method in class org.frankframework.jdbc.ResultSet2FileSender
If set true and the file already exists, the resultset rows are written to the end of the file.
setAppend(boolean) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
when set true and the destination file already exists, the content of the file to move is written to the end of the destination file.
setAppenders(Set<String>) - Method in class org.frankframework.management.bus.endpoints.UpdateLogDefinitions.LogDefinitionDAO
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.cache.CacheAdapterBase
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.AdapterManager
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.ApplicationWarningsBase
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.Configuration
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.ConfigurationDigester
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.digester.DigesterRulesParser
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.digester.FrankDigesterRules
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.configuration.ScheduleManager
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.core.Adapter
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.core.PipeLine
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.filesystem.FileSystemListener
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.ftp.FtpSession
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.ftp.SftpSession
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.http.HttpSessionBase
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.http.PushingListenerAdapter
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.jdbc.JdbcPropertySourceFactory
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.jndi.JndiBase
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.jndi.JndiObjectFactory
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.jta.narayana.NarayanaConfigurationBean
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.lifecycle.NamespaceUriProviderBean
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.lifecycle.ServletManager
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.lifecycle.ServletRegisteringPostProcessor
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.lifecycle.VerifyDatabaseConnectionBean
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.management.bus.endpoints.BusEndpointBase
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.management.bus.MessageDispatcher
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.monitoring.Monitor
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.monitoring.MonitorDestinationBase
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.monitoring.MonitorManager
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.parameters.Parameter
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.pipes.AbstractPipe
final method to ensure nobody overrides this...
setApplicationContext(ApplicationContext) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.receivers.JavaListener
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.receivers.Receiver
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.scheduler.JobDef
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.senders.SenderBase
final method to ensure nobody overrides this...
setApplicationContext(ApplicationContext) - Method in class org.frankframework.statistics.MetricsInitializer
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.unmanaged.DefaultIbisManager
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.util.FileHandler
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.util.flow.FlowDiagramManager
 
setApplicationContext(ApplicationContext) - Method in class org.frankframework.validation.AbstractXmlValidator
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.frankframework.monitoring.EventPublisher
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.frankframework.unmanaged.DefaultIbisManager
 
setApplicationFaultsAsExceptions(boolean) - Method in class org.frankframework.http.PushingListenerAdapter
 
setApplicationFaultsAsSoapFaults(boolean) - Method in class org.frankframework.http.WebServiceListener
 
setApplicationWarnings(ApplicationWarnings) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
 
setAssumeDirectoryExists(boolean) - Method in class org.frankframework.pipes.UnzipPipe
If set true, validation of directory is ignored
setAttachmentList(List<MailSenderBase.MailAttachmentStream>) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setAttachmentSessionKeys(String) - Method in class org.frankframework.http.WebServiceListener
Comma separated list of session keys to hold contents of attachments of the request
setAttachmentXmlSessionKey(String) - Method in class org.frankframework.http.cxf.SOAPProviderBase
SessionKey containing attachment information, or null if no attachments
setAttribute(String, String, XSSimpleTypeDefinition) - Method in interface org.frankframework.align.content.ElementContainer
 
setAttribute(String, String, XSSimpleTypeDefinition) - Method in class org.frankframework.align.content.JsonElementContainer
 
setAttribute(String, String, XSSimpleTypeDefinition) - Method in class org.frankframework.align.content.MapContentContainer
 
setAttribute(String, String, XSSimpleTypeDefinition) - Method in class org.frankframework.align.content.TreeContentContainer
 
setAttributes(FileAllInformation) - Method in class org.frankframework.filesystem.smb.SmbFileRef
 
setAttributesToReturn(String) - Method in class org.frankframework.ldap.LdapSender
Comma separated list of attributes to return.
setAttrs(SftpATTRS) - Method in class org.frankframework.ftp.SftpFileRef
 
setAuditTrailNamespaceDefs(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Namespace defintions for auditTrailXPath.
setAuditTrailSessionKey(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Key of a PipelineSession-variable.
setAuditTrailXPath(String) - Method in class org.frankframework.pipes.MessageSendingPipe
XPath expression to extract audit trail from message
setAuthAlias(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
Alias used to obtain client ID and secret or username and password for authentication to Exchange mail server.
setAuthAlias(String) - Method in class org.frankframework.filesystem.MailFileSystemBase
Alias used to obtain accessToken or username and password for authentication to Exchange mail server.
setAuthAlias(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
Alias used to obtain credentials for the SMB share
setAuthAlias(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
alias used to obtain credentials for the smb share
setAuthAlias(String) - Method in interface org.frankframework.filesystem.smb.Samba1FileSystemDelegator
 
setAuthAlias(String) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setAuthAlias(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setAuthAlias(String) - Method in class org.frankframework.ftp.FtpSession
Name of the alias to obtain credentials to authenticatie on remote server
setAuthAlias(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setAuthAlias(String) - Method in class org.frankframework.ftp.SftpSession
Name of the alias to obtain credentials to authenticatie on remote server
setAuthAlias(String) - Method in class org.frankframework.http.HttpSessionBase
Authentication alias used for authentication to the host
setAuthAlias(String) - Method in class org.frankframework.http.WebServiceNtlmSender
alias used to obtain credentials for authentication to host
setAuthAlias(String) - Method in class org.frankframework.jdbc.JdbcFacade
Authentication alias used to authenticate when connecting to database
setAuthAlias(String) - Method in class org.frankframework.jms.JMSFacade
Alias used to obtain credentials for authentication to JMS server
setAuthAlias(String) - Method in class org.frankframework.jms.JmsRealm
 
setAuthAlias(String) - Method in class org.frankframework.jms.MessagingSource
 
setAuthAlias(String) - Method in class org.frankframework.ldap.LdapQueryPipeBase
Alias used to obtain credentials to connect to ldap server
setAuthAlias(String) - Method in class org.frankframework.parameters.Parameter
Alias used to obtain username and password, used when a pattern containing {username} or {password} is specified
setAuthAlias(String) - Method in class org.frankframework.pipes.CredentialCheckingPipe
 
setAuthAlias(String) - Method in class org.frankframework.pipes.HashPipe
authAlias to retrieve the secret from (password field).
setAuthAlias(String) - Method in class org.frankframework.pipes.JwtPipe
Auth Alias for the SharedSecret to be used when signing the JWT (using the HmacSHA256 algorithm)
setAuthAlias(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setAuthAlias(String) - Method in class org.frankframework.receivers.ImapListener
 
setAuthAlias(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setAuthAlias(String) - Method in class org.frankframework.senders.ImapSender
 
setAuthAlias(String) - Method in class org.frankframework.senders.MailSenderBase
authAlias used to obtain credentials for authentication
setAuthDomain(String) - Method in class org.frankframework.http.HttpSessionBase
Deprecated.
setAuthDomain(String) - Method in class org.frankframework.http.WebServiceNtlmSender
 
setAuthenticatedTokenRequest(boolean) - Method in class org.frankframework.http.HttpSessionBase
if set true, clientId and clientSecret will be added as Basic Authentication header to the tokenRequest, instead of as request parameters
setAuthentication(String) - Method in class org.frankframework.jms.JmsRealm
 
setAuthentication(String) - Method in class org.frankframework.jndi.JndiBase
maps to the field context.security_authentication
setAuthenticationMethod(String) - Method in class org.frankframework.http.rest.ApiPrincipalPipe
 
setAuthenticationMethod(ApiListener.AuthenticationMethods) - Method in class org.frankframework.http.rest.ApiListener
Enables security for this listener.
setAuthenticationRoles(String) - Method in class org.frankframework.http.rest.ApiListener
Only active when AuthenticationMethod=AUTHROLE.
setAuthRoles(String) - Method in class org.frankframework.http.RestListener
Comma separated list of authorization roles which are granted for this rest service
setAuthType(Samba2FileSystem.Samba2AuthType) - Method in class org.frankframework.filesystem.Samba2FileSystem
Type of the authentication either 'NTLM' or 'SPNEGO'.
setAuthType(Samba2FileSystem.Samba2AuthType) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setAutoFormat(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true, the format on 'output' is set to the same as the format of the input message on 'input'.
setAutoStart(boolean) - Method in class org.frankframework.configuration.Configuration
If the Configuration should automatically start all Adapters and Scheduled Jobs.
setAutoStart(boolean) - Method in class org.frankframework.core.Adapter
AutoStart indicates that the adapter should be started when the configuration is started.
setAvoidLocking(boolean) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setAvoidLocking(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
If true, then select queries are executed in a way that avoids taking locks, e.g.
setAvoidLocking(boolean) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setBackwardsCompatibility(boolean) - Method in class org.frankframework.compression.ZipWriterPipe
Deprecated.
setBackwardsCompatibility(boolean) - Method in class org.frankframework.compression.ZipWriterSender
Deprecated.
setBaseDN(String) - Method in class org.frankframework.ldap.LdapQueryPipeBase
BaseDN, e.g.
setBaseFolder(String) - Method in class org.frankframework.filesystem.MailFileSystemBase
Folder (subfolder of root or of inbox) to look for mails.
setBaseFolder(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setBaseFolder(String) - Method in class org.frankframework.receivers.ImapListener
 
setBaseFolder(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setBaseFolder(String) - Method in class org.frankframework.senders.ImapSender
 
setBaseFolderId(FolderId) - Method in class org.frankframework.filesystem.ExchangeObjectReference
 
setBasePath(String) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
Sets the path prefix used when getLocalResource() is called.
setBatchSize(int) - Method in class org.frankframework.jdbc.FixedQuerySender
When set larger than 0 and used as a child of an IteratingPipe, then the database calls are made in batches of this size.
setBeanClass(String) - Method in class org.frankframework.configuration.digester.DigesterRule
The class to use when creating the bean through Spring.
setBeanFactory(BeanFactory) - Method in class org.frankframework.lifecycle.servlets.HttpSecurityConfigurer
 
setBeanFactory(BeanFactory) - Method in class org.frankframework.management.bus.MessageDispatcher
 
setBeanFactory(BeanFactory) - Method in class org.frankframework.receivers.Receiver
 
setBeanFactory(BeanFactory) - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
setBeanName(String) - Method in class org.frankframework.configuration.Configuration
Overwrite the DisplayName created by the super.setBeanName which prepends 'ApplicationContext'.
setBinaryToTextEncoding(HashPipe.HashEncoding) - Method in class org.frankframework.pipes.HashPipe
Deprecated.
setBlobBase64Direction(Base64Pipe.Direction) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
controls whether the streamed blobdata will need to be base64 encode or decode or not.
setBlobBase64Direction(Base64Pipe.Direction) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setBlobCharset(String) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
Deprecated.
setBlobCharset(String) - Method in class org.frankframework.jdbc.JdbcListener
Deprecated.
setBlobCharset(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Charset that is used to read and write BLOBs.
setBlobCharset(String) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setBlobCharset(String) - Method in class org.frankframework.util.DB2DocumentWriter
 
setBlobCharset(String) - Method in class org.frankframework.util.DB2XMLWriter
 
setBlobColumn(int) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Only for querytype 'updateBlob': column that contains the BLOB to be updated
setBlobColumn(int) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setBlobsCompressed(boolean) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setBlobsCompressed(boolean) - Method in class org.frankframework.jdbc.JdbcListener
Controls whether BLOB is considered stored compressed in the database
setBlobsCompressed(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
controls whether blobdata is stored compressed in the database
setBlobsCompressed(boolean) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
If set to true, the messages are stored compressed
setBlobsCompressed(boolean) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setBlobSessionKey(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
For querytype 'updateBlob': key of session variable that contains the data (String or InputStream) to be loaded to the BLOB.
setBlobSessionKey(String) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setBlobSmartGet(boolean) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setBlobSmartGet(boolean) - Method in class org.frankframework.jdbc.JdbcListener
Controls automatically whether blobdata is stored compressed and/or serialized in the database.
setBlobSmartGet(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Controls automatically whether blobdata is stored compressed and/or serialized in the database
setBlobSmartGet(boolean) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setBlobSmartGet(boolean) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setBlockPrefix(String) - Method in class org.frankframework.pipes.StringIteratorPipe
If combineBlocks = true, this string is inserted at the start of each block.
setBlockSize(int) - Method in class org.frankframework.pipes.IteratingPipe
Controls multiline behaviour.
setBlockSize(int) - Method in class org.frankframework.pipes.StringIteratorPipe
Controls multiline behaviour.
setBlockSuffix(String) - Method in class org.frankframework.pipes.StringIteratorPipe
If combineBlocks = true, this string is inserted at the end of the set of lines.
setBounceAddress(String) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setBounceAddress(String) - Method in class org.frankframework.senders.MailSenderBase
NDR return address when mail cannot be delivered.
setBoundary(String) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
 
setBus(Bus) - Method in class org.frankframework.http.cxf.SoapProviderServlet
 
setCache(ICache<String, String>) - Method in class org.frankframework.core.PipeLine
Cache of results
setCache(ICache<String, String>) - Method in class org.frankframework.senders.SenderWrapperBase
 
setCache(ICache<String, Set<String>>) - Method in class org.frankframework.ldap.LdapClient
 
setCache(ICache<String, Set<String>>) - Method in class org.frankframework.ldap.LdapFindGroupMembershipsPipe
 
setCache(ICache<K, V>) - Method in interface org.frankframework.cache.ICacheEnabled
optional cache definition
setCacheEmptyKeys(boolean) - Method in class org.frankframework.cache.CacheAdapterBase
controls whether empty keys are used for caching.
setCacheEmptyValues(boolean) - Method in class org.frankframework.cache.CacheAdapterBase
controls whether empty values will be cached.
setCacheMode(IListenerConnector.CacheMode) - Method in class org.frankframework.jms.PushingJmsListener
 
setCacheName(String) - Method in class org.frankframework.cache.RemoveCacheKeyPipe
Name of the cache from which items are to be removed
setCdataValue(String) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
setCertificate(String) - Method in class org.frankframework.http.HttpSenderBase
Deprecated.
setCertificateAuthAlias(String) - Method in class org.frankframework.http.HttpSenderBase
Deprecated.
setCertificatePassword(String) - Method in class org.frankframework.http.HttpSenderBase
Deprecated.
setCertificateType(KeystoreType) - Method in class org.frankframework.http.HttpSenderBase
Deprecated.
setCharacterEncoding(String) - Method in class org.frankframework.http.rest.ApiListener
The specified character encoding on the response contentType header.
setCharset(String) - Method in class org.frankframework.compression.ZipIteratorPipe
Charset used when reading the contents of the entry (only used if streamingContents=false)
setCharset(String) - Method in class org.frankframework.filesystem.FileSystemActor
Charset to be used for "read" and "write" action
setCharset(String) - Method in class org.frankframework.filesystem.FileSystemListener
Charset to be used for extracting the contents
setCharset(String) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setCharset(String) - Method in class org.frankframework.filesystem.FileSystemSender
 
setCharset(String) - Method in class org.frankframework.pipes.Base64Pipe
Character encoding to be used to when reading input from strings for direction=encode or writing data for direction=decode.
setCharset(String) - Method in class org.frankframework.pipes.ChecksumPipe
Character encoding to be used to encode message before calculating checksum.
setCharset(String) - Method in class org.frankframework.pipes.FileLineIteratorPipe
Deprecated.
Default charset attribute
setCharset(String) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setCharset(String) - Method in class org.frankframework.pipes.HashPipe
Character set to use for converting the secret from String to bytes
setCharset(String) - Method in class org.frankframework.pipes.XmlValidator
 
setCharset(String) - Method in class org.frankframework.util.FileHandler
the charset to be used when transforming a string to a byte array and/or the other way around
setCharset(String) - Method in class org.frankframework.validation.AbstractXmlValidator
Characterset used for reading file, only used when validateFile is true
setCharset(Charset) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
 
setCharSet(String) - Method in class org.frankframework.http.HttpSenderBase
Charset of the request.
setCharSet(String) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setCheckAntiVirus(boolean) - Method in class org.frankframework.pipes.StreamPipe
(only used for parameter httprequest) when true parts are checked for antivirus scan returncode.
setCheckDependency(boolean) - Method in class org.frankframework.senders.IbisLocalSender
If true, the sender waits upon open until the called JavaListener is opened
setCheckDirectory(boolean) - Method in class org.frankframework.pipes.UnzipPipe
Deprecated.
setCheckForDuplicates(boolean) - Method in class org.frankframework.receivers.Receiver
If set to true, each message is checked for presence in the messageLog.
setCheckForDuplicatesMethod(Receiver.CheckForDuplicatesMethod) - Method in class org.frankframework.receivers.Receiver
(Only used when checkForDuplicates=true) Indicates whether the messageid or the correlationid is used for checking presence in the message log
setCheckIfTableExists(boolean) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
Deprecated.
setCheckRootTag(String) - Method in class org.frankframework.pipes.MessageSendingPipe
If set, besides the XML Well-Formedness the root element of the result is checked to be equal to the value set
setCheckTable(boolean) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
If set to true, checks are performed if the table exists and is properly created
setCheckXmlWellFormed(boolean) - Method in class org.frankframework.pipes.MessageSendingPipe
If set true, the XML Well-Formedness of the result is checked
setChompCharSize(String) - Method in interface org.frankframework.core.IPipe
If set (>=0) and the character data length inside a xml element exceeds this size, the character data is chomped (with a clear comment)
setChompCharSize(String) - Method in class org.frankframework.pipes.AbstractPipe
 
setChompCharSize(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setChompCharSize(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setChompCharSize(String) - Method in class org.frankframework.receivers.Receiver
If set (>=0) and the character data length inside a xml element exceeds this size, the character data is chomped (with a clear comment)
setChompCharSize(String) - Method in class org.frankframework.util.CompactSaxHandler
 
setChompLength(int) - Method in class org.frankframework.util.CompactSaxHandler
 
setClientAlias(String) - Method in class org.frankframework.http.HttpSessionBase
Alias used to obtain client_id and client_secret for authentication to tokenEndpoint
setClientId(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
Client ID that represents a registered application in Azure AD which could be found at Azure AD -> App Registrations -> MyApp -> Overview.
setClientId(String) - Method in class org.frankframework.http.HttpSessionBase
Client_id used in authentication to tokenEndpoint
setClientId(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setClientId(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setClientSecret(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
Client secret that belongs to registered application in Azure AD which could be found at Azure AD -> App Registrations -> MyApp -> Certificates and Secrets
setClientSecret(String) - Method in class org.frankframework.http.HttpSessionBase
Client_secret used in authentication to tokenEndpoint
setClientSecret(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setClientSecret(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setClobColumn(int) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Only for querytype 'updateClob': column that contains the CLOB to be updated
setClobColumn(int) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setClobSessionKey(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
For querytype 'updateClob': key of session variable that contains the CLOB (String or InputStream) to be loaded to the CLOB.
setClobSessionKey(String) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setCloseInputstreamOnExit(boolean) - Method in class org.frankframework.compression.ZipIteratorPipe
If set to false, the inputstream is not closed after it has been used
setCloseInputstreamOnExit(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Deprecated.
setCloseInputstreamOnExit(boolean) - Method in class org.frankframework.pipes.StreamLineIteratorPipe
If set to false, the inputstream is not closed after it has been used
setCloseIteratorOnExit(boolean) - Method in class org.frankframework.pipes.IteratingPipe
 
setCloseOutputstreamOnExit(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
When set to false, the Outputstream is not closed after BLOB or CLOB has been written to it
setCloseWriterOnEndDocument(boolean) - Method in class org.frankframework.xml.XmlWriter
 
setCode(int) - Method in class org.frankframework.core.PipeLineExit
HTTP statusCode e.g.
setCollectFileContents(boolean) - Method in class org.frankframework.pipes.UnzipPipe
If set true, the contents of the files in the zip are returned in the result xml message of this pipe.
setCollectFileContentsBase64Encoded(String) - Method in class org.frankframework.pipes.UnzipPipe
Comma separated list of file extensions.
setCollection(String) - Method in class org.frankframework.mongodb.MongoDbSender
Collection to act upon.
setCollectionName(String) - Method in class org.frankframework.collection.CollectorPipeBase
Session key used to refer to collection.
setCollectionName(String) - Method in class org.frankframework.collection.CollectorSenderBase
Session key used to refer to collection.
setCollectResults(boolean) - Method in class org.frankframework.pipes.IteratingPipe
Controls whether all the results of each iteration will be collected in one result message.
setCollectResults(boolean) - Method in class org.frankframework.pipes.UnzipPipe
If set false, only a small summary (count of items in zip) is returned
setColumnsReturned(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Comma separated list of columns whose values are to be returned.
setColumnsReturned(String) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setCombineBlocks(boolean) - Method in class org.frankframework.pipes.StringIteratorPipe
If true, all items in a block are sent at once.
setCommand(String) - Method in class org.frankframework.senders.CommandSender
The command to be executed.
setCommandWithArguments(boolean) - Method in class org.frankframework.senders.CommandSender
In case the command that will be executed contains arguments then this flag should be set to true
setCommentField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
The name of the column comments are stored in
setCommentField(String) - Method in class org.frankframework.jdbc.JdbcTableListener
(optional) Field used to store the reason of the last change of the statusField
setCommentField(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setCommentMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setCompactJsonArrays(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true assume arrays in JSON do not have the element containers like in XML
setCompleteFileHeader(boolean) - Method in class org.frankframework.compression.ZipWriterPipe
Only for action='write': If set to true, the fields 'crc-32', 'compressed size' and 'uncompressed size' in the zip entry file header are set explicitly (note: compression ratio is zero)
setCompress(boolean) - Method in class org.frankframework.pipes.CompressPipe
if true the pipe compresses, otherwise it decompress
setConfiguration(Configuration) - Method in class org.frankframework.core.Adapter
the configuration this adapter belongs to
setConfiguration(Configuration) - Method in interface org.frankframework.core.IAdapter
 
setConfigurationException(ConfigurationException) - Method in class org.frankframework.configuration.Configuration
 
setConfigurationFile(String) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
setConfigurationName(String) - Method in class org.frankframework.scheduler.job.IbisActionJob
Configuration on which job operates
setConfigurationWarnings(ConfigurationWarnings) - Method in class org.frankframework.configuration.ConfigurationDigester
 
setConfigurationWarnings(ConfigurationWarnings) - Method in class org.frankframework.configuration.digester.DigesterRuleBase
 
setConnectionCheckInterval(int) - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
setConnectionCheckInterval(int) - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
setConnectionFactory(ConnectionFactory) - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
 
setConnectionFactoryFactory(IConnectionFactoryFactory) - Method in class org.frankframework.jms.JMSFacade
 
setConnectionIdleTimeout(int) - Method in class org.frankframework.http.HttpSessionBase
Maximum Time for connection to stay idle in the pool.
setConnectionPooling(boolean) - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
setConnectionsArePooled(boolean) - Method in class org.frankframework.jdbc.JdbcFacade
informs the sender that the obtained connection is from a pool (and thus connections are reused and never closed)
setConnectionTimeToLive(int) - Method in class org.frankframework.http.HttpSessionBase
Maximum Time to Live for connections in the pool.
setConnectTimeout(int) - Method in class org.frankframework.jwt.JwtValidator
 
setConsumes(MediaTypes) - Method in class org.frankframework.http.rest.ApiListener
The required contentType on requests, if it doesn't match the request will fail
setConsumes(RestListener.MediaTypes) - Method in class org.frankframework.http.RestListener
Mediatype (e.g.
setContainerElement(String) - Method in class org.frankframework.pipes.ForEachChildElementPipe
Element name (not an XPath-expression), qualified via attribute namespaceDefs, used to determine the 'root' of elements to be iterated over, i.e.
setContent(String) - Method in class org.frankframework.align.content.JsonElementContainer
 
setContent(T) - Method in class org.frankframework.senders.MailSenderBase.MailAttachmentBase
 
setContentDispositionHeaderSessionKey(String) - Method in class org.frankframework.http.rest.ApiListener
Session key that provides the Content-Disposition header in the response
setContentEncoding(String) - Method in class org.frankframework.http.HttpMessageEntity
 
setContentHandler(XmlValidatorContentHandler) - Method in class org.frankframework.validation.ValidationContext
 
setContentHandler(ContentHandler) - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
setContentHandler(ContentHandler) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
setContentHandler(ContentHandler) - Method in class org.frankframework.xml.FullXmlFilter
 
setContentsSessionKey(String) - Method in class org.frankframework.compression.ZipIteratorPipe
Session key used to store contents of each zip entry
setContentType(String) - Method in class org.frankframework.http.HttpSenderBase
Content-Type (superset of mimetype + charset) of the request, for POST, PUT and PATCH methods
setContentType(String) - Method in class org.frankframework.http.WebServiceNtlmSender
content-type of the request
setContentType(ContentType) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
 
setContentTypeSessionKey(String) - Method in class org.frankframework.http.RestListener
Key of Session variable that determines requested content type, overrides produces
setContext(Map<String, Object>) - Method in class org.frankframework.util.CompactSaxHandler
 
setContextKey(String) - Method in class org.frankframework.parameters.Parameter
key of message context variable to use as source, instead of the message found from input message or sessionKey itself
setContinueOnError(boolean) - Method in class org.frankframework.pipes.LogContextPipe
If set true the pipe will never forward to the ExceptionForward even if an error occurred during execution.
setCorrelationIdField(String) - Method in class org.frankframework.jdbc.JdbcListener
Field containing the correlationId.
setCorrelationIdField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
The name of the column correlation-ids are stored in
setCorrelationIdField(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setCorrelationIdHeader(String) - Method in class org.frankframework.http.rest.ApiListener
Name of the header which contains the Correlation-Id.
setCorrelationIdMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setCorrelationIdMaxLength(int) - Method in class org.frankframework.jms.JMSFacade
If set (>=0) and the length of the correlationId exceeds this maximum length, the correlationId is trimmed from the left side of a string to this maximum length
setCorrelationIDNamespaceDefs(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Namespace defintions for correlationIDXPath.
setCorrelationIDNamespaceDefs(String) - Method in class org.frankframework.receivers.Receiver
Namespace defintions for correlationIDXPath.
setCorrelationIDSessionKey(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Key of a PipelineSession-variable.
setCorrelationIDStyleSheet(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Stylesheet to extract correlationid from message
setCorrelationIDStyleSheet(String) - Method in class org.frankframework.receivers.Receiver
Stylesheet to extract correlationID from message
setCorrelationIdToHex(boolean) - Method in class org.frankframework.jms.JMSFacade
Transform the value of the correlationid to a hexadecimal value if it starts with id: (preserving the id: part).
setCorrelationIdToHexPrefix(String) - Method in class org.frankframework.jms.JMSFacade
Prefix to check before executing correlationIdToHex.
setCorrelationIDXPath(String) - Method in class org.frankframework.pipes.MessageSendingPipe
XPath expression to extract correlationid from message
setCorrelationIDXPath(String) - Method in class org.frankframework.receivers.Receiver
XPath expression to extract correlationid from message
setCountOnly(boolean) - Method in class org.frankframework.mongodb.MongoDbSender
Only for find operation: return only the count and not the full document(s)
setCreateDirectory(boolean) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setCreateDirectory(boolean) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
when set to true, the directory to move to is created if it does not exist
setCreateDirectory(boolean) - Method in class org.frankframework.util.FileHandler
when set to true, the directory to read from or write to is created if it does not exist
setCreateFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemActor
If set true, the folder to create, write, move or copy the file to is created if it does not exist
setCreateFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setCreateFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemSender
 
setCreateFolders(boolean) - Method in class org.frankframework.filesystem.FileSystemListener
If set to true, the folders to look for files and to move files to when being processed and after being processed are created if they are specified and do not exist
setCreateSubDirectories(boolean) - Method in class org.frankframework.pipes.UnzipPipe
Deprecated.
setCreateTable(boolean) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
Deprecated.
setCredentialFactory(CredentialFactory) - Method in class org.frankframework.jms.IbisMessageListenerContainer
 
setCredentials(String) - Method in class org.frankframework.jms.JmsRealm
 
setCredentials(String) - Method in class org.frankframework.jndi.JndiBase
username to connect to context, maps to context.security_credentials
setCronExpression(String) - Method in interface org.frankframework.scheduler.job.IJob
CRON expression that determines the frequency of execution.
setCronExpression(String) - Method in class org.frankframework.scheduler.JobDef
 
setCronExpressionPattern(String) - Method in class org.frankframework.scheduler.SchedulerSender
expression that generates the cron trigger
setData(String) - Method in class org.frankframework.http.rest.ApiPrincipal
 
setDatabase(String) - Method in class org.frankframework.mongodb.MongoDbSender
Database to connect to.
setDatabaseAttributes(String, Instant, String, Boolean, Boolean) - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
setDataSource(DataSource) - Method in class org.frankframework.scheduler.SchedulerFactoryBean
 
setDataSourceFactory(IDataSourceFactory) - Method in class org.frankframework.jdbc.JdbcFacade
 
setDataSourceFactory(IDataSourceFactory) - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
setDatasourceName(String) - Method in class org.frankframework.configuration.classloaders.DatabaseClassLoader
 
setDatasourceName(String) - Method in class org.frankframework.jdbc.JdbcFacade
JNDI name of datasource to be used, can be configured via jmsRealm, too
setDatasourceName(String) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setDatasourceName(String) - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
setDatasourceName(String) - Method in class org.frankframework.jms.JmsRealm
 
setDatasourceName(String) - Method in class org.frankframework.mongodb.MongoDbSender
The MongoDB datasource
setDatasourceName(String) - Method in class org.frankframework.pipes.DomainTransformerPipe
 
setDatasourceName(String) - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
JNDI name of datasource to be used
setDataTypes(IDbmsSupport) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
change datatypes used for specific database vendor.
setDateField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
The name of the column the timestamp is stored in
setDateFieldType(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The type of the column the timestamps are stored in
setDateFormat(String) - Method in class org.frankframework.pipes.PutSystemDateInSession
Format to store date in
setDateFormatSuffix(String) - Method in class org.frankframework.util.Locker
Format for date which is added after objectid (e.g.
setDbmsSupportFactory(DbmsSupportFactory) - Method in class org.frankframework.jdbc.JdbcFacade
 
setDebugInput(boolean) - Method in class org.frankframework.senders.XsltSender
If set true the input is written to the log file, at DEBUG level
setDecimalSeparator(String) - Method in class org.frankframework.parameters.Parameter
Used in combination with type NUMBER
setDecompressBlobs(boolean) - Method in class org.frankframework.util.DB2DocumentWriter
 
setDecompressBlobs(boolean) - Method in class org.frankframework.util.DB2XMLWriter
 
setDeepSearch(boolean) - Method in class org.frankframework.align.ToXml
 
setDeepSearch(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true, and converting from JSON to XML, parameter substitutions are searched for optional sub elements too.
setDefaultAttachmentName(String) - Method in class org.frankframework.senders.MailSenderBase
When this name is used, it will be followed by a number which is equal to the node's position
setDefaultDatasourceName(String) - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
 
setDefaultDomain(String) - Method in class org.frankframework.jmx.JmxNamingStrategy
 
setDefaultFrom(String) - Method in class org.frankframework.senders.MailSenderBase
Set the default from: header, if not specified in message itself
setDefaultMessageBase64(boolean) - Method in class org.frankframework.senders.MailSenderBase
when messageBase64 is not specified defaultMessageBase64 will be used
setDefaultMessageType(String) - Method in class org.frankframework.senders.MailSenderBase
when messageType is not specified defaultMessageType will be used
setDefaultPassword(String) - Method in class org.frankframework.pipes.CredentialCheckingPipe
 
setDefaultSubject(String) - Method in class org.frankframework.senders.MailSenderBase
Set the default value of the subject: header, if not specified in message itself
setDefaultUserid(String) - Method in class org.frankframework.pipes.CredentialCheckingPipe
 
setDefaultValue(String) - Method in class org.frankframework.parameters.Parameter
If the result of sessionKey, xpathExpression and/or stylesheet returns null or an empty string, this value is returned
setDefaultValueMethods(String) - Method in class org.frankframework.parameters.Parameter
Comma separated list of methods (defaultValue, sessionKey, pattern, value or input) to use as default value.
setDefinition(Parameter) - Method in class org.frankframework.parameters.ParameterValue
 
setDelayTime(long) - Method in class org.frankframework.pipes.DelayPipe
The time in milliseconds the thread will be put to sleep
setDelayTime(long) - Method in class org.frankframework.senders.DelaySender
The time in milliseconds the thread will be put to sleep
setDelete(boolean) - Method in class org.frankframework.filesystem.FileSystemListener
If set true, the file processed will be deleted after being processed, and not stored
setDeleteEmptyDirectory(boolean) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setDeleteEmptyDirectory(boolean) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
when set to true, the directory from which a file is moved is deleted when it contains no other files
setDeleteEmptyDirectory(boolean) - Method in class org.frankframework.util.FileHandler
(only used when actions=delete) when set to true, the directory from which a file is deleted is also deleted when it contains no other files
setDeleteEmptyFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemActor
If set to true then the folder will be deleted if it is empty after processing the action.
setDeleteEmptyFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setDeleteEmptyFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemSender
 
setDeleteEmptySubdirectories(boolean) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
when true, empty subdirectories will be deleted, too
setDeleteEmptySubdirectories(boolean) - Method in class org.frankframework.util.DirectoryCleaner
when true, empty subdirectories will be deleted, too
setDeleteOnExit(boolean) - Method in class org.frankframework.pipes.UnzipPipe
Deprecated. 
setDeliveryMode(JMSFacade.DeliveryMode) - Method in class org.frankframework.jms.JmsSender
Controls mode that messages are sent with
setDependencyTimeOut(int) - Method in class org.frankframework.senders.IbisLocalSender
Maximum time (in seconds) the sender waits for the listener to start.
setDescription(String) - Method in class org.frankframework.core.Adapter
some functional description of the Adapter
setDescription(String) - Method in class org.frankframework.scheduler.JobDef
Description of the job
setDescription(String) - Method in class org.frankframework.task.TimeoutGuard
 
setDestination(String) - Method in class org.frankframework.filesystem.FileSystemActor
Destination for "move", "copy" or "rename".
setDestination(String) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setDestination(String) - Method in class org.frankframework.filesystem.FileSystemSender
 
setDestination(Destination) - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
 
setDestinationName(String) - Method in class org.frankframework.jms.JMSFacade
Name of the JMS destination (queue or topic) to use
setDestinationName(String) - Method in class org.frankframework.jms.PushingJmsListener
 
setDestinationParam(String) - Method in class org.frankframework.jms.JmsSender
Parameter that is used, if specified and not empty, to determine the destination.
setDestinations(String) - Method in class org.frankframework.monitoring.Monitor
 
setDestinations(Set<String>) - Method in class org.frankframework.management.bus.dto.MonitorDTO
 
setDestinationSet(Set<String>) - Method in class org.frankframework.monitoring.Monitor
 
setDestinationType(JMSFacade.DestinationType) - Method in class org.frankframework.jms.JMSFacade
Type of the messageing destination.
setDigesterRule(DigesterRule) - Method in class org.frankframework.configuration.digester.AbstractSpringPoweredDigesterFactory
 
setDigesterRule(DigesterRule) - Method in interface org.frankframework.configuration.digester.IDigesterRuleAware
 
setDigesterRuleFile(String) - Method in class org.frankframework.configuration.ConfigurationDigester
 
setDirection(IWrapperPipe.Direction) - Method in class org.frankframework.soap.SoapWrapperPipe
 
setDirection(Base64Pipe.Direction) - Method in class org.frankframework.pipes.Base64Pipe
 
setDirection(EscapePipe.Direction) - Method in class org.frankframework.pipes.EscapePipe
 
setDirection(JsonPipe.Direction) - Method in class org.frankframework.pipes.JsonPipe
Direction of the transformation.
setDirectory(String) - Method in class org.frankframework.configuration.classloaders.DirectoryClassLoader
Set the directory from which the configuration files should be loaded
setDirectory(String) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setDirectory(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
base directory where files are moved from
setDirectory(String) - Method in class org.frankframework.pipes.UnzipPipe
Directory to extract the archive to
setDirectory(String) - Method in class org.frankframework.pipes.UploadFilePipe
Deprecated.
base directory where files are unzipped to
setDirectory(String) - Method in class org.frankframework.util.DirectoryCleaner
directory to be cleaned up
setDirectory(String) - Method in class org.frankframework.util.FileHandler
Sets the directory in which the file resides or has to be created
setDirectoryProcessedFiles(String) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
the directory to store processed files in
setDirectorySessionKey(String) - Method in class org.frankframework.pipes.UnzipPipe
Sessionkey with a directory value to extract the archive to
setDirectorySessionKey(String) - Method in class org.frankframework.pipes.UploadFilePipe
Deprecated.
the session key that contains the base directory where files are unzipped to
setDisableCookies(boolean) - Method in class org.frankframework.http.HttpSessionBase
Disables the use of cookies, making the sender completely stateless
setDisableMessageBrowsers(boolean) - Method in class org.frankframework.filesystem.FileSystemListener
If set true, no browsers for process folders are generated
setDisableOutputEscaping(boolean) - Method in class org.frankframework.pipes.XsltPipe
 
setDisableOutputEscaping(Boolean) - Method in class org.frankframework.senders.XsltSender
If set true, any output is reparsed before being handled as XML again.
setDiskExpiryThreadIntervalSeconds(int) - Method in class org.frankframework.cache.EhCache
How often to run the disk store expiry thread
setDiskPersistent(boolean) - Method in class org.frankframework.cache.EhCache
If true, the the cache is reloaded after the JVM restarts
setDiskPersistent(boolean) - Method in class org.frankframework.http.rest.ApiEhcache
 
setDispatchType(String) - Method in class org.frankframework.senders.IbisJavaSender
Set to 'DLL' to make the dispatcher communicate with a DLL set on the classpath
setDistributionSummary(DistributionSummary) - Method in class org.frankframework.statistics.MicroMeterBasics
 
setDistributionSummary(DistributionSummary) - Method in class org.frankframework.statistics.percentiles.MicroMeterPercentileEstimator
 
setDivisor(int) - Method in class org.frankframework.pipes.CounterSwitchPipe
 
setDnFind(String) - Method in class org.frankframework.ldap.LdapFindMemberPipe
The dn of the member to search for when the parameter dnFind is not set
setDnSearchIn(String) - Method in class org.frankframework.ldap.LdapFindMemberPipe
The dn of the group to search in when the parameter dnSearchIn is not set
setDocumentation(String) - Method in class org.frankframework.soap.WsdlGenerator
 
setDocumentLocator(Locator) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.frankframework.align.XmlAligner
 
setDocumentName(String) - Method in class org.frankframework.util.DB2DocumentWriter
 
setDocumentName(String) - Method in class org.frankframework.util.DB2XMLWriter
 
setDomainName(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
logon/authentication domain, in case the user account is bound to a domain such as Active Directory.
setDomainName(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
NTLM only: logon/authentication domain, in case the user account is bound to a domain such as Active Directory.
setDomainName(String) - Method in interface org.frankframework.filesystem.smb.Samba1FileSystemDelegator
 
setDomainName(String) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setDomainWhitelist(String) - Method in class org.frankframework.senders.MailSenderBase
Comma separated list of domains to which mails can be send, domains not on the list are filtered out.
setDTDHandler(DTDHandler) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
setDurationThreshold(long) - Method in interface org.frankframework.core.IPipe
If durationThreshold >=0 and the duration of the message processing exceeded the value specified (in milliseconds) the message is logged informatory to be analyzed
setDurationThreshold(long) - Method in class org.frankframework.pipes.AbstractPipe
 
setDurationThreshold(long) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setDurationThreshold(long) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setElementChain(String) - Method in class org.frankframework.pipes.XmlFileElementIteratorPipe
Deprecated.
the name of the element to iterate over, preceded with all ancestor elements and separated by semicolons (e.g.
setElementName(String) - Method in class org.frankframework.pipes.XmlFileElementIteratorPipe
Deprecated.
the name of the element to iterate over (alternatively: elementchain)
setElementToMove(String) - Method in interface org.frankframework.core.IPipe
If set, the character data in this element is stored under a session key and in the message replaced by a reference to this session key: {sessionKey: + elementToMoveSessionKey + }
setElementToMove(String) - Method in class org.frankframework.pipes.AbstractPipe
 
setElementToMove(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setElementToMove(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setElementToMove(String) - Method in class org.frankframework.receivers.Receiver
If set, the character data in this XML element is stored inside a session key and in the message it is replaced by a reference to this session key: {sessionKey: + elementToMoveSessionKey + }
setElementToMove(String) - Method in class org.frankframework.util.CompactSaxHandler
 
setElementToMoveChain(String) - Method in interface org.frankframework.core.IPipe
Like elementToMove but element is preceded with all ancestor elements and separated by semicolons (e.g.
setElementToMoveChain(String) - Method in class org.frankframework.pipes.AbstractPipe
 
setElementToMoveChain(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setElementToMoveChain(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setElementToMoveChain(String) - Method in class org.frankframework.receivers.Receiver
Like elementToMove but element is preceded with all ancestor elements and separated by semicolons (e.g.
setElementToMoveChain(String) - Method in class org.frankframework.util.CompactSaxHandler
 
setElementToMoveSessionKey(String) - Method in interface org.frankframework.core.IPipe
(Only used when elementToMove is set) Name of the session key under which the character data is stored
setElementToMoveSessionKey(String) - Method in class org.frankframework.pipes.AbstractPipe
 
setElementToMoveSessionKey(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setElementToMoveSessionKey(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setElementToMoveSessionKey(String) - Method in class org.frankframework.receivers.Receiver
(Only used when elementToMove or elementToMoveChain is set) Name of the session key wherein the character data is stored
setElementToMoveSessionKey(String) - Method in class org.frankframework.util.CompactSaxHandler
 
setElementXPathExpression(String) - Method in class org.frankframework.pipes.ForEachChildElementPipe
XPath-expression used to determine the set of elements to be iterated over, i.e.
setElseForwardName(String) - Method in class org.frankframework.pipes.IfMultipart
 
setElseForwardName(String) - Method in class org.frankframework.pipes.IsXmlPipe
forward returned when 'false'
setElseForwardName(String) - Method in class org.frankframework.pipes.XmlIf
forward returned when 'false'
setElseForwardOnEmptyInput(boolean) - Method in class org.frankframework.pipes.IsXmlPipe
return elseforward when input is empty (or thenforward)
setEmpty(boolean) - Method in class org.frankframework.core.PipeLineExit
If using RestListener and set to true, this removes the output and shows a blank page, the output is still logged in the ladybug testtool
setEmptyForwardName(String) - Method in class org.frankframework.pipes.XmlSwitch
Forward returned when the content, on which the switch is performed, is empty.
setEmptyInputReplacement(String) - Method in interface org.frankframework.core.IPipe
If set and the input is empty, this fixed value is taken as input
setEmptyInputReplacement(String) - Method in class org.frankframework.pipes.AbstractPipe
 
setEmptyInputReplacement(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setEmptyInputReplacement(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setEnableConnectionTracing(boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setEncodeMessages(boolean) - Method in class org.frankframework.http.HttpSender
Specifies whether messages will encoded, e.g.
setEncodeSubstring(boolean) - Method in class org.frankframework.pipes.EscapePipe
when set true special characters in substringstart and substringend are first translated to their xml equivalents
setEncoding(String) - Method in class org.frankframework.pipes.HashPipe
Deprecated.
setEncodingStyle(String) - Method in class org.frankframework.http.WebServiceSender
the encodingstyle to be set in the messageheader
setEncodingStyle(String) - Method in class org.frankframework.soap.SoapWrapperPipe
The encodingStyle to be set in the soap header
setEncodingStyleURI(String) - Method in class org.frankframework.http.WebServiceSender
Deprecated.
setEncodingStyleURI(String) - Method in class org.frankframework.jms.JmsSender
SOAP encoding style URI
setEndDateMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setEndOfLineString(String) - Method in class org.frankframework.pipes.StreamLineIteratorPipe
If set, each record has to end with this string.
setEndPosition(int) - Method in class org.frankframework.pipes.StringIteratorPipe
If endPosition >= startPosition, this field contains the end position of the key in the current record
setEngineName(JavascriptSender.JavaScriptEngines) - Method in class org.frankframework.senders.JavascriptSender
the name of the JavaScript engine to be used.
setEntityResolver(EntityResolver) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
setEnvironment(Environment) - Method in class org.frankframework.lifecycle.CustomPropertySourcePostProcessor
 
setError(String) - Method in class org.frankframework.util.flow.ResultHandler
 
setErrorFolder(String) - Method in class org.frankframework.filesystem.FileSystemListener
Folder where files are stored after being processed, in case the exit-state was not equal to success
setErrorHandler(XmlValidatorErrorHandler) - Method in class org.frankframework.validation.ValidationContext
 
setErrorHandler(ErrorHandler) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
setErrorMessage(String) - Method in class org.frankframework.core.SenderResult
 
setErrorMessageFormatter(IErrorMessageFormatter) - Method in class org.frankframework.core.Adapter
Formatter for errors that can occur in this adapter.
setErrorSender(ISender) - Method in class org.frankframework.receivers.Receiver
Sender that will send the result in case the PipeLineExit state was not SUCCESS.
setErrorSessionKey(String) - Method in class org.frankframework.ldap.LdapChallengePipe
Deprecated.
key of session variable used to store cause of errors
setErrorSessionKey(String) - Method in class org.frankframework.ldap.LdapSender
Key of session variable used to store cause of errors
setErrorStorage(ITransactionalStorage<Serializable>) - Method in class org.frankframework.receivers.Receiver
Storage to keep track of messages that failed processing
setEscapeXml(boolean) - Method in class org.frankframework.pipes.StringIteratorPipe
Escape XML characters in each item
setEtagSessionKey(String) - Method in class org.frankframework.http.RestListener
Key of session variable to store etag
setEternal(boolean) - Method in class org.frankframework.cache.EhCache
If true, the elements in the cache are eternal, i.e.
setEternal(boolean) - Method in class org.frankframework.http.rest.ApiEhcache
 
setEventCode(String) - Method in class org.frankframework.monitoring.Trigger
 
setEventCodes(List<String>) - Method in interface org.frankframework.monitoring.ITrigger
 
setEventCodes(List<String>) - Method in class org.frankframework.monitoring.Trigger
 
setEventPublisher(EventPublisher) - Method in class org.frankframework.pipes.AbstractPipe
 
setEventPublisher(EventPublisher) - Method in class org.frankframework.receivers.Receiver
 
setEvents(List<String>) - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
setExactMatchClaims(String) - Method in class org.frankframework.http.rest.ApiListener
Comma separated key value pairs to exactly match with JWT payload.
setException(Throwable) - Method in class org.frankframework.stream.ContentHandlerOutputStream
 
setException(Throwable) - Method in class org.frankframework.stream.JsonEventHandlerOutputStream
 
setExceptionForwardName(String) - Method in class org.frankframework.ldap.LdapQueryPipeBase
PipeForward used when an exception is caught
setExceptionListener(IbisExceptionListener) - Method in interface org.frankframework.core.IPushingListener
Set a (single) listener that will be notified of any exceptions.
setExceptionListener(IbisExceptionListener) - Method in class org.frankframework.http.PushingListenerAdapter
 
setExceptionListener(IbisExceptionListener) - Method in class org.frankframework.jms.PushingJmsListener
 
setExceptionListener(IbisExceptionListener) - Method in class org.frankframework.receivers.JavaListener
 
setExceptionOnResult(String) - Method in class org.frankframework.pipes.MessageSendingPipe
If not empty, a PipeRunException is thrown when the result equals this value (for testing purposes only)
setExcludeProperties(String) - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
comma separated list of attachment properties not to list.
setExcludeWildcard(String) - Method in class org.frankframework.filesystem.FileSystemActor
Filter of files to be excluded when looking in inputFolder.
setExcludeWildcard(String) - Method in class org.frankframework.filesystem.FileSystemListener
Filter of files to be excluded when looking in inputFolder.
setExcludeWildcard(String) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setExcludeWildcard(String) - Method in class org.frankframework.filesystem.FileSystemSender
 
setExcludeWildcard(String) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
filter of files to be excluded for deletion
setExitCode(int) - Method in class org.frankframework.core.PipeLineResult
 
setExpirationTime(int) - Method in class org.frankframework.pipes.JwtPipe
JWT expirationTime in seconds, 0 to disable
setExpiryDateField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
The name of the column the timestamp for expiry is stored in
setExport(boolean) - Method in class org.frankframework.pipes.LogContextPipe
If set to true the ThreadContext parameters will be exported from the current PipeLine up in the call tree.
setExpressionValue(String) - Method in class org.frankframework.pipes.XmlIf
a string to compare the result of the xpathexpression (or the input-message itself) to.
setExtensionNamespacePrefixes(XMLStreamWriter) - Method in interface org.frankframework.soap.WsdlGeneratorExtensionContext
 
setExtractFirstStringPart(boolean) - Method in class org.frankframework.pipes.StreamPipe
(only used for parameter httprequest) when true the first part is not put in a session key but returned to the pipeline (as the result of this pipe)
setFactory(String) - Method in class org.frankframework.configuration.digester.DigesterRule
The 'factory-create-rule' attribute.
setFailOnWildcards(boolean) - Method in class org.frankframework.align.ToXml
 
setFailOnWildcards(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true, an exception is thrown when a wildcard is found in the XML Schema when parsing an object.
setFatalIOException(IOException) - Method in class org.frankframework.util.TransformerErrorListener
 
setFatalTransformerException(TransformerException) - Method in class org.frankframework.util.TransformerErrorListener
 
setFeature(String, boolean) - Method in class org.frankframework.align.XmlAligner
 
setFeature(String, boolean) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
setFetchDirection(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
setFetchSize(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
setFieldNames(String) - Method in class org.frankframework.pipes.CsvParserPipe
Comma separated list of header names.
setFieldSeparator(String) - Method in class org.frankframework.pipes.CsvParserPipe
Character that separates fields
setFileContainsHeader(Boolean) - Method in class org.frankframework.pipes.CsvParserPipe
Specifies if the first line should be treated as header or as data
setFileFormat(CompressPipe.FileFormat) - Method in class org.frankframework.pipes.CompressPipe
 
setFilename(String) - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
name of the file containing the result message
setFilename(String) - Method in class org.frankframework.filesystem.FileSystemActor
Filename to operate on.
setFilename(String) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setFilename(String) - Method in class org.frankframework.filesystem.FileSystemSender
 
setFilename(String) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setFilename(String) - Method in class org.frankframework.pipes.FixedResultPipe
Name of the file containing the result message.
setFilename(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
name of the file to move (if not specified, the input for this pipe is assumed to be the name of the file
setFilename(String) - Method in class org.frankframework.senders.FixedResultSender
Name of the file containing the result message
setFilename(String) - Method in class org.frankframework.util.FileHandler
Sets filename of the file that is written
setFileName(String) - Method in class org.frankframework.util.FileHandler
Deprecated.
setFilenamePattern(String) - Method in class org.frankframework.pipes.CompressPipe
required if result is a file, the pattern for the result filename.
setFilenameSessionKey(String) - Method in class org.frankframework.jdbc.ResultSet2FileSender
Key of session variable that contains the name of the file to use.
setFilenameSessionKey(String) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setFilenameSessionKey(String) - Method in class org.frankframework.pipes.FixedResultPipe
Name of the session key containing the file name of the file containing the result message.
setFilenameSessionKey(String) - Method in class org.frankframework.util.FileHandler
Sets filenameSessionKey the session key that contains the name of the file to be created (only used if filename is not set)
setFileNameSessionKey(String) - Method in class org.frankframework.jdbc.ResultSet2FileSender
Deprecated.
setFileNameSessionKey(String) - Method in class org.frankframework.util.FileHandler
Deprecated.
setFilePattern(String) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
files that match this pattern will be deleted.
setFilePatternSessionKey(String) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
session key that contains the pattern of files to be deleted, only used if filePattern is not set
setFileSource(String) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setFileSource(String) - Method in class org.frankframework.util.FileHandler
either filesystem or classpath (classpath will only work for actions 'read' and 'info' and for 'info' only when resources are available as a file (i.e.
setFileSystem(FS) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setFileSystem(FS) - Method in class org.frankframework.filesystem.FileSystemSender
 
setFileSystem(FS) - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
setFileTimeSensitive(boolean) - Method in class org.frankframework.filesystem.FileSystemListener
If true, the file modification time is used in addition to the filename to determine if a file has been seen before
setFileType(FtpSession.FileType) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setFileType(FtpSession.FileType) - Method in class org.frankframework.ftp.FtpSession
 
setFilter(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
If empty, all mails are retrieved.
setFilter(String) - Method in class org.frankframework.mongodb.MongoDbSender
Filter.
setFilter(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setFilter(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setFilter(SourceFiltering) - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
setFind(String) - Method in class org.frankframework.pipes.ReplacerPipe
Sets the string that is searched for.
setFirstBodyPartName(String) - Method in class org.frankframework.http.HttpSender
(Only used when methodType=POST and postType=URLENCODED, FORM-DATA or MTOM) Prepends a new BodyPart using the specified name and uses the input of the Sender as content
setFirstDelay(int) - Method in class org.frankframework.util.Locker
The time in ms to wait before the first attempt to acquire a lock is made
setFirstPipe(String) - Method in class org.frankframework.core.PipeLine
Name of the first pipe to execute when a message is to be processed
setFlowDiagramManager(FlowDiagramManager) - Method in class org.frankframework.management.bus.endpoints.ConfigFlow
 
setFlowDiagramManager(FlowDiagramManager) - Method in class org.frankframework.util.flow.FlowDiagramAdapterWrapper
 
setFollowRedirects(boolean) - Method in class org.frankframework.http.HttpSessionBase
If true, a redirect request will be honoured, e.g.
setFollowRedirects(boolean) - Method in class org.frankframework.senders.SendGridSender
 
setForce(boolean) - Method in class org.frankframework.filesystem.Samba1FileSystem
when true, intermediate directories are created also
setForce(boolean) - Method in interface org.frankframework.filesystem.smb.Samba1FileSystemDelegator
 
setForceMessageIdAsCorrelationId(Boolean) - Method in class org.frankframework.jms.JmsListenerBase
By default, the JmsListener takes the Correlation-ID (if present) as the ID that has to be used as Correlation-ID of the reply.
setForceReload(boolean) - Method in class org.frankframework.senders.ReloadSender
reload the configuration regardless of the version
setForceRetryFlag(boolean) - Method in class org.frankframework.receivers.Receiver
If set to true, every message read will be processed as if it is being retried, by setting a session variable to "retry".
setFormatString(String) - Method in class org.frankframework.parameters.Parameter
Used in combination with types DATE, TIME, DATETIME and TIMESTAMP to parse the raw parameter string data into an object of the respective type
setForward(PipeForward) - Method in class org.frankframework.stream.MessageOutputStream
 
setForwardFailureToSuccess(boolean) - Method in class org.frankframework.pipes.ValidatorBase
Deprecated.
setForwardName(String) - Method in class org.frankframework.core.SenderResult
 
setForwardNameSessionKey(String) - Method in class org.frankframework.pipes.XmlSwitch
Session key that will be used to get the forward name from.
setFrom(String) - Method in class org.frankframework.pipes.WsdlGeneratorPipe
either parent (adapter of pipeline which contains this pipe) or input (name of adapter specified by input of pipe), adapter must be within the same Configuration
setFrom(MailSenderBase.EMail) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setFtpType(FtpSession.FtpType) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setFtpType(FtpSession.FtpType) - Method in class org.frankframework.ftp.FtpSession
FTP protocol to use
setFullSchemaChecking(boolean) - Method in class org.frankframework.pipes.XmlValidator
 
setFullSchemaChecking(boolean) - Method in class org.frankframework.validation.AbstractXmlValidator
Enable full schema grammar constraint checking, including checking which may be time-consuming or memory intensive.
setFunction(JobDefFunctions) - Method in class org.frankframework.scheduler.job.Job
 
setGenerateEtag(boolean) - Method in class org.frankframework.http.RestListener
If set to true the ibis will automatically create an etag
setGetBlobSmart(boolean) - Method in class org.frankframework.util.DB2DocumentWriter
 
setGetBlobSmart(boolean) - Method in class org.frankframework.util.DB2XMLWriter
 
setGetCurrentTimeStampInMillis(boolean) - Method in class org.frankframework.pipes.PutSystemDateInSession
If set to 'true' then current time stamp in millisecond will be stored in the sessionKey
setGetInputFromFixedValue(String) - Method in interface org.frankframework.core.IPipe
If set, this fixed value is taken as input, instead of regular input
setGetInputFromFixedValue(String) - Method in class org.frankframework.pipes.AbstractPipe
 
setGetInputFromFixedValue(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setGetInputFromFixedValue(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setGetInputFromFixedValue(String) - Method in class org.frankframework.senders.SenderWrapperBase
If set, this fixed value is taken as input, instead of regular input
setGetInputFromSessionKey(String) - Method in interface org.frankframework.core.IPipe
If set, input is taken from this session key, instead of regular input
setGetInputFromSessionKey(String) - Method in class org.frankframework.pipes.AbstractPipe
 
setGetInputFromSessionKey(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setGetInputFromSessionKey(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setGetInputFromSessionKey(String) - Method in class org.frankframework.senders.SenderWrapperBase
If set, input is taken from this session key, instead of regular input
setGlobalAlias(String) - Method in class org.frankframework.javascript.J2V8
 
setGlobalAlias(String) - Method in interface org.frankframework.javascript.JavascriptEngine
 
setGlobalForwards(PipeForwards) - Method in class org.frankframework.core.PipeLine
Optional global forwards that will be added to every pipe, when the forward name has not been explicitly set.
setGroupingSeparator(String) - Method in class org.frankframework.parameters.Parameter
Used in combination with type NUMBER
setHandleLexicalEvents(boolean) - Method in class org.frankframework.pipes.XsltPipe
 
setHandleLexicalEvents(boolean) - Method in class org.frankframework.senders.XsltSender
If set true, the transformer is enabled to handle lexical events, allowing it for example to process comments and to distinghuish CDATA from escaped text.
setHandler(IMessageHandler<Message>) - Method in class org.frankframework.jms.PushingJmsListener
 
setHandler(IMessageHandler<M>) - Method in interface org.frankframework.core.IPushingListener
Set the handler that will do the processing of the message.
setHandler(IMessageHandler<M>) - Method in class org.frankframework.receivers.JavaListener
 
setHandler(IMessageHandler<Message>) - Method in class org.frankframework.http.PushingListenerAdapter
 
setHashEncoding(HashPipe.HashEncoding) - Method in class org.frankframework.pipes.HashPipe
Method to use for converting the hash from bytes to String
setHashSessionKey(String) - Method in class org.frankframework.pipes.PasswordHashPipe
name of sessionkey that holds the hash which will be used to validate the password (input of the pipe)
setHeaderCase(CsvParserPipe.HeaderCase) - Method in class org.frankframework.pipes.CsvParserPipe
When set, character casing will be changed for the header
setHeaderParams(String) - Method in class org.frankframework.http.rest.ApiListener
Comma separated list of parameters passed as http header.
setHeaders(Collection<Node>) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setHeadersParams(String) - Method in class org.frankframework.http.HttpSenderBase
Comma separated list of parameter names which should be set as HTTP headers
setHidden(boolean) - Method in class org.frankframework.parameters.Parameter
If set to true, the value of the parameter will not be shown in the log (replaced by asterisks)
setHiddenInputSessionKeys(String) - Method in class org.frankframework.receivers.Receiver
Comma separated list of keys of session variables which are available when the PipelineSession is created and of which the value will not be shown in the log (replaced by asterisks)
setHideMethod(IMessageBrowser.HideMethod) - Method in interface org.frankframework.core.IMessageBrowser
(Only used when hideRegex is not empty) Specifies the way to hide
setHideMethod(IMessageBrowser.HideMethod) - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
setHideMethod(IMessageBrowser.HideMethod) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setHideMethod(IMessageBrowser.HideMethod) - Method in class org.frankframework.jms.JmsMessageBrowser
 
setHideMethod(IMessageBrowser.HideMethod) - Method in class org.frankframework.pipes.MessageSendingPipe
(Only used when hideRegex is not empty and only applies to error/logstore)
setHideMethod(IMessageBrowser.HideMethod) - Method in class org.frankframework.receivers.Receiver
Only used when hideRegex is not empty
setHideRegex(String) - Method in interface org.frankframework.core.IMessageBrowser
Regular expression to mask strings in the errorStore/logStore.
setHideRegex(String) - Method in class org.frankframework.filesystem.FileSystemMessageBrowser
 
setHideRegex(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setHideRegex(String) - Method in class org.frankframework.jms.JmsMessageBrowser
 
setHideRegex(String) - Method in class org.frankframework.pipes.AbstractPipe
Regular expression to mask strings in the log.
setHideRegex(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Next to common usage in AbstractPipe, also strings in the error/logstore are masked
setHideRegex(String) - Method in class org.frankframework.receivers.Receiver
Regular expression to mask strings in the errorStore/logStore.
setHoldFolder(String) - Method in class org.frankframework.filesystem.FileSystemListener
Folder where messages from the error folder can be put on Hold, temporarily
setHost(String) - Method in class org.frankframework.filesystem.ImapFileSystem
The hostname of the IMAP server
setHost(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setHost(String) - Method in class org.frankframework.ftp.FtpSession
Name or ip address of remote host
setHost(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setHost(String) - Method in class org.frankframework.ftp.SftpSession
Name or ip address of remote host
setHost(String) - Method in class org.frankframework.ldap.LdapQueryPipeBase
Host part of ldapProviderUrl.
setHost(String) - Method in class org.frankframework.receivers.ImapListener
 
setHost(String) - Method in class org.frankframework.senders.ImapSender
 
setHostField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setHostField(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The name of the column that stores the hostname of the server
setHostMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setHostname(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
Hostname of the SMB share.
setHostname(String) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setHttpClient(CloseableHttpClient) - Method in class org.frankframework.http.HttpSessionBase
 
setHttpWsdl(boolean) - Method in class org.frankframework.receivers.JavaListener
If true, the WSDL of the service provided by this listener will available for download
setIbisContext(IbisContext) - Method in class org.frankframework.configuration.IbisContextRunnable
 
setIbisContext(IbisContext) - Method in interface org.frankframework.configuration.IbisManager
 
setIbisContext(IbisContext) - Method in class org.frankframework.unmanaged.DefaultIbisManager
 
setIbisManager(IbisManager) - Method in class org.frankframework.configuration.Configuration
 
setIbisManager(IbisManager) - Method in class org.frankframework.senders.ReloadSender
 
setIdAllocator(WsuIdAllocator) - Method in class org.frankframework.soap.SoapWrapper
 
setIdField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
The name of the column messageIds are stored in
setIdle(boolean) - Method in class org.frankframework.receivers.PullingListenerContainer
 
setIdMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setIdsToThreadContext(CloseableThreadContext.Instance, String, String) - Static method in class org.frankframework.util.LogUtil
 
setIfParam(String) - Method in class org.frankframework.pipes.FixedForwardPipe
If set, this pipe is only executed when the value of parameter with name ifParam equals ifValue (otherwise this pipe is skipped)
setIfValue(String) - Method in class org.frankframework.pipes.FixedForwardPipe
See ifParam
setIgnoreCaching(boolean) - Method in class org.frankframework.pipes.XmlValidator
 
setIgnoreCaching(boolean) - Method in class org.frankframework.validation.AbstractXmlValidator
If set true, the number for caching validators in appConstants is ignored and no caching is done (for this validator only)
setIgnoreCertificateExpiredException(boolean) - Method in interface org.frankframework.encryption.HasTruststore
If true, CertificateExpiredExceptions are ignored
setIgnoreCertificateExpiredException(boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setIgnoreCertificateExpiredException(boolean) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setIgnoreCertificateExpiredException(boolean) - Method in class org.frankframework.ftp.FtpSession
(ftps) If true, CertificateExpiredExceptions are ignored
setIgnoreCertificateExpiredException(boolean) - Method in class org.frankframework.http.HttpSessionBase
 
setIgnoreCertificateExpiredException(boolean) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setIgnoreCertificateExpiredException(boolean) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setIgnoreCertificateExpiredException(boolean) - Method in class org.frankframework.senders.SendGridSender
 
setIgnoreExceptions(boolean) - Method in class org.frankframework.pipes.IteratingPipe
When true ignore any exception thrown by executing sender
setIgnoreRedirects(boolean) - Method in class org.frankframework.http.HttpSessionBase
If true, besides http status code 200 (OK) also the code 301 (MOVED_PERMANENTLY), 302 (MOVED_TEMPORARILY) and 307 (TEMPORARY_REDIRECT) are considered successful
setIgnoreSoapFault(boolean) - Method in class org.frankframework.soap.SoapWrapperPipe
(only used when direction=unwrap) If false and the soap body contains a soap fault, a PipeRunException is thrown
setIgnoreTableNotExist(boolean) - Method in class org.frankframework.util.Locker
If set true and the IBISLOCK table does not exist in the database, the process continues as if the lock was obtained
setIgnoreUndeclaredElements(boolean) - Method in class org.frankframework.align.XmlAligner
 
setIgnoreUndeclaredElements(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true, and converting from JSON to XML, elements in JSON that are not found in the XML Schema are ignored
setIgnoreUnknownNamespaces(Boolean) - Method in class org.frankframework.pipes.XmlValidator
 
setIgnoreUnknownNamespaces(Boolean) - Method in class org.frankframework.soap.SoapValidator
Ignore namespaces in the input message which are unknown.
setIgnoreUnknownNamespaces(Boolean) - Method in class org.frankframework.validation.AbstractXmlValidator
Ignore namespaces in the input message which are unknown
setIgnoreUnresolvablePatternElements(boolean) - Method in class org.frankframework.parameters.Parameter
If set true pattern elements that cannot be resolved to a parameter or sessionKey are silently resolved to an empty string
setImplementation(Class<? extends AbstractXmlValidator>) - Method in class org.frankframework.pipes.XmlValidator
 
setImportedNamespacesToIgnore(String) - Method in class org.frankframework.pipes.XmlValidator
Comma separated list of namespaces which are excluded from an import or include in the schema document
setImportedNamespacesToIgnore(String) - Method in class org.frankframework.validation.XSD
 
setImportedNamespacesToIgnore(Set<String>) - Method in class org.frankframework.validation.XSD
 
setImportedSchemaLocationsToIgnore(String) - Method in class org.frankframework.pipes.XmlValidator
Comma separated list of schemaLocations which are excluded from an import or include in the schema document
setImportedSchemaLocationsToIgnore(String) - Method in class org.frankframework.validation.XSD
 
setImportedSchemaLocationsToIgnore(Set<String>) - Method in class org.frankframework.validation.XSD
 
setImportParent(IXSD) - Method in class org.frankframework.validation.XSD
 
setIncludeComments(boolean) - Method in class org.frankframework.xml.XmlWriter
 
setIncludeFieldDefinition(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
when true, the result contains besides the returned rows also includes a header with information about the fetched fields
setIncludeXmlDeclaration(boolean) - Method in class org.frankframework.xml.XmlWriter
 
setIncrement(int) - Method in class org.frankframework.pipes.IncreaseIntegerPipe
amount to increment the value.
setIndent(boolean) - Method in class org.frankframework.soap.WsdlGenerator
 
setIndent(String) - Method in class org.frankframework.xml.PrettyPrintFilter
 
setIndentXml(boolean) - Method in class org.frankframework.pipes.XsltPipe
 
setIndentXml(Boolean) - Method in class org.frankframework.senders.XsltSender
If set true, result is pretty-printed.
setIndex(int) - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
setIndexName(String) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
Name of the index, to be used in hints for query optimizer too (only for Oracle).
setInitialContextFactoryName(String) - Method in class org.frankframework.jms.JmsRealm
 
setInitialContextFactoryName(String) - Method in class org.frankframework.jndi.JndiBase
class to use as initial context factory
setInitialContextFactoryName(String) - Method in class org.frankframework.ldap.LdapChallengePipe
Deprecated.
class to use as initial context factory
setInProcessFolder(String) - Method in class org.frankframework.filesystem.FileSystemListener
Folder where files are stored while being processed
setInputDirectory(String) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
the directory name to look in for files.
setInputFolder(String) - Method in class org.frankframework.filesystem.FileSystemActor
Folder that is scanned for files when action="list".
setInputFolder(String) - Method in class org.frankframework.filesystem.FileSystemListener
Folder that is scanned for files.
setInputFolder(String) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setInputFolder(String) - Method in class org.frankframework.filesystem.FileSystemSender
 
setInputFormatSessionKey(String) - Method in class org.frankframework.pipes.Json2XmlValidator
Session key to store the inputFormat in, to be able to set the outputformat when autoFormat=true.
setInputIsFile(boolean) - Method in class org.frankframework.pipes.ChecksumPipe
Deprecated.
setInputValidator(IValidator) - Method in class org.frankframework.core.PipeLine
Request validator, or combined validator for request and response
setInputValidator(IValidator) - Method in class org.frankframework.pipes.MessageSendingPipe
specification of Pipe to validate request messages, or request and response message if configured as mixed mode validator
setInputValidator(IValidator) - Method in class org.frankframework.pipes.SenderPipe
 
setInputWrapper(IWrapperPipe) - Method in class org.frankframework.core.PipeLine
Optional pipe to extract the request message from its envelope
setInputWrapper(IWrapperPipe) - Method in class org.frankframework.pipes.MessageSendingPipe
specification of Pipe to wrap or unwrap request messages
setInputWrapper(IWrapperPipe) - Method in class org.frankframework.pipes.SenderPipe
 
setInterval(long) - Method in interface org.frankframework.scheduler.job.IJob
Triggers the Job at the specified number of milliseconds.
setInterval(long) - Method in class org.frankframework.scheduler.JobDef
 
setIsolated(boolean) - Method in class org.frankframework.receivers.JavaListener
Deprecated.
setIsolated(boolean) - Method in class org.frankframework.senders.IbisLocalSender
If true, the call is made in a separate thread, possibly using separate transaction
setIsolatedServiceCaller(IsolatedServiceCaller) - Method in class org.frankframework.senders.IbisLocalSender
 
setIssuerSessionKey(String) - Method in class org.frankframework.pipes.CrlPipe
Name of the sessionKey that holds the certificate of the issuer who signed the CRL.
setItemNoSessionKey(String) - Method in class org.frankframework.pipes.IteratingPipe
Key of session variable to store number of items processed, i.e.
setJar(String) - Method in class org.frankframework.configuration.classloaders.JarFileClassLoader
 
setJavaListener(String) - Method in class org.frankframework.scheduler.job.SendMessageJob
JavaListener to send the message to
setJavaListener(String) - Method in class org.frankframework.scheduler.SchedulerSender
java listener to be called when scheduler trigger fires
setJavaListener(String) - Method in class org.frankframework.senders.IbisLocalSender
Name of the JavaListener that should be called (will be ignored when javaListenerSessionKey is set)
setJavaListenerSessionKey(String) - Method in class org.frankframework.senders.IbisLocalSender
Name of the sessionKey which holds the name of the JavaListener that should be called
setJmsConnector(IListenerConnector<Message>) - Method in class org.frankframework.jms.PushingJmsListener
 
setJmsRealm(String) - Method in class org.frankframework.jdbc.JdbcFacade
Deprecated.
setJmsRealm(String) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
Deprecated.
setJmsRealm(String) - Method in class org.frankframework.jndi.JndiBase
loads JNDI (and other) properties from a JmsRealm
setJmsRealm(String) - Method in class org.frankframework.pipes.DomainTransformerPipe
Deprecated.
setJmsRealms(JmsRealmFactory) - Method in class org.frankframework.configuration.Configuration
 
setJmsTransacted(boolean) - Method in class org.frankframework.jms.JMSFacade
Deprecated.
This attribute has been added to provide the pre-4.1 transaction functionality to configurations that relied this specific functionality. New configurations should not use it.
setJndiAuthAlias(String) - Method in class org.frankframework.jms.JmsRealm
 
setJndiAuthAlias(String) - Method in class org.frankframework.jndi.JndiBase
authentication alias, may be used to override principal and credential-settings
setJndiContextPrefix(String) - Method in class org.frankframework.jms.JmsRealm
 
setJndiContextPrefix(String) - Method in class org.frankframework.jndi.JndiBase
 
setJndiContextPrefix(String) - Method in class org.frankframework.jndi.JndiObjectFactory
 
setJndiProperties(String) - Method in class org.frankframework.jms.JmsRealm
 
setJndiProperties(String) - Method in class org.frankframework.jndi.JndiBase
 
setJobDef(JobDef) - Method in class org.frankframework.scheduler.IbisJobBuilder
 
setJobGroup(String) - Method in class org.frankframework.scheduler.JobDef
 
setJobGroup(String) - Method in class org.frankframework.scheduler.SchedulerSender
job group in which the new trigger is to be created (optional)
setJobNamePattern(String) - Method in class org.frankframework.scheduler.SchedulerSender
pattern that leads to the name of the registered trigger(optional)
setJobType(IbisJobDetail.JobType) - Method in class org.frankframework.scheduler.IbisJobBuilder
 
setJobType(IbisJobDetail.JobType) - Method in class org.frankframework.scheduler.IbisJobDetail
 
setJsFileName(String) - Method in class org.frankframework.senders.JavascriptSender
the name of the javascript file containing the functions to run
setJsFunctionName(String) - Method in class org.frankframework.senders.JavascriptSender
the name of the javascript function that will be called (first)
setJsonResult(boolean) - Method in class org.frankframework.pipes.JsonXsltPipe
 
setJsonResult(boolean) - Method in class org.frankframework.senders.JsonXsltSender
When true, the xml result of the transformation is converted back to json
setJsonWithRootElements(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true, assume that JSON contains/must contain a root element
setJwksURL(String) - Method in class org.frankframework.http.rest.ApiListener
Keysource URL to validate JWT
setJwtHeader(String) - Method in class org.frankframework.http.rest.ApiListener
Header to extract JWT from
setKdc(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
SPNEGO only: Key Distribution Center, typically hosted on a domain controller.
setKdc(String) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setKeepOriginalFileName(boolean) - Method in class org.frankframework.pipes.UnzipPipe
If set false, a suffix is added to the original filename to be sure it is unique
setKeepOriginalFilePath(boolean) - Method in class org.frankframework.pipes.UnzipPipe
If set true, the path of the zip entry will be preserved.
setKey(String) - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
setKeyField(String) - Method in class org.frankframework.jdbc.JdbcListener
Primary key field of the table, used to identify and differentiate messages.
setKeyField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
The name of the column that contains the primary key of the table
setKeyField(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setKeyFieldType(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The type of the column that contains the primary key of the table
setKeyInputSessionKey(String) - Method in class org.frankframework.cache.CacheAdapterBase
session key to use as input for transformation of request message to key by keyxpath or keystylesheet
setKeyInputSessionKey(String) - Method in class org.frankframework.cache.RemoveCacheKeyPipe
Session key to use as input for transformation of request message to key by keyXPath or keyStyleSheet
setKeyManagerAlgorithm(String) - Method in interface org.frankframework.encryption.HasKeystore
Key manager algorithm.
setKeyManagerAlgorithm(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setKeyManagerAlgorithm(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setKeyManagerAlgorithm(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Key manager algorithm.
setKeyManagerAlgorithm(String) - Method in class org.frankframework.http.HttpSessionBase
 
setKeyManagerAlgorithm(String) - Method in class org.frankframework.pipes.SignaturePipe
 
setKeyManagerAlgorithm(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setKeyManagerAlgorithm(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setKeyManagerAlgorithm(String) - Method in class org.frankframework.senders.SendGridSender
 
setKeyNamespaceDefs(String) - Method in class org.frankframework.cache.CacheAdapterBase
namespace defintions for keyxpath.
setKeyNamespaceDefs(String) - Method in class org.frankframework.cache.RemoveCacheKeyPipe
Namespace defintions for keyXPath.
setKeystore(String) - Method in interface org.frankframework.encryption.HasKeystore
Resource url to keystore or certificate.
setKeystore(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setKeystore(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setKeystore(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Resource url to keystore or certificate to be used for authentication.
setKeystore(String) - Method in class org.frankframework.http.HttpSessionBase
resource URL to keystore or certificate to be used for authentication.
setKeystore(String) - Method in class org.frankframework.pipes.SignaturePipe
Keystore to obtain signing key
setKeystore(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setKeystore(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setKeystore(String) - Method in class org.frankframework.senders.SendGridSender
 
setKeystoreAlias(String) - Method in interface org.frankframework.encryption.HasKeystore
Alias to obtain specific certificate or key in keystore
setKeystoreAlias(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setKeystoreAlias(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setKeystoreAlias(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Alias to obtain specific certificate or key in keystore
setKeystoreAlias(String) - Method in class org.frankframework.http.HttpSessionBase
 
setKeystoreAlias(String) - Method in class org.frankframework.pipes.SignaturePipe
Alias in keystore
setKeystoreAlias(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setKeystoreAlias(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setKeystoreAlias(String) - Method in class org.frankframework.senders.SendGridSender
 
setKeystoreAliasAuthAlias(String) - Method in interface org.frankframework.encryption.HasKeystore
Authentication alias to authenticate access to certificate or key indicated by keystoreAlias
setKeystoreAliasAuthAlias(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setKeystoreAliasAuthAlias(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setKeystoreAliasAuthAlias(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Authentication alias to authenticate access to certificate or key indicated by keystoreAlias
setKeystoreAliasAuthAlias(String) - Method in class org.frankframework.http.HttpSessionBase
 
setKeystoreAliasAuthAlias(String) - Method in class org.frankframework.pipes.SignaturePipe
Alias used to obtain keystoreAlias password
setKeystoreAliasAuthAlias(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setKeystoreAliasAuthAlias(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setKeystoreAliasAuthAlias(String) - Method in class org.frankframework.senders.SendGridSender
 
setKeystoreAliasPassword(String) - Method in interface org.frankframework.encryption.HasKeystore
Default password to authenticate access to certificate or key indicated by keystoreAlias
setKeystoreAliasPassword(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setKeystoreAliasPassword(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setKeystoreAliasPassword(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Default password to authenticate access to certificate or key indicated by keystoreAlias
setKeystoreAliasPassword(String) - Method in class org.frankframework.http.HttpSessionBase
 
setKeystoreAliasPassword(String) - Method in class org.frankframework.pipes.SignaturePipe
KeystoreAlias password
setKeystoreAliasPassword(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setKeystoreAliasPassword(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setKeystoreAliasPassword(String) - Method in class org.frankframework.senders.SendGridSender
 
setKeystoreAuthAlias(String) - Method in interface org.frankframework.encryption.HasKeystore
Authentication alias used to obtain keystore password
setKeystoreAuthAlias(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setKeystoreAuthAlias(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setKeystoreAuthAlias(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Authentication alias used to obtain keystore password
setKeystoreAuthAlias(String) - Method in class org.frankframework.http.HttpSessionBase
 
setKeystoreAuthAlias(String) - Method in class org.frankframework.pipes.SignaturePipe
Alias used to obtain keystore password
setKeystoreAuthAlias(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setKeystoreAuthAlias(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setKeystoreAuthAlias(String) - Method in class org.frankframework.senders.SendGridSender
 
setKeystorePassword(String) - Method in interface org.frankframework.encryption.HasKeystore
Default password to access keystore
setKeystorePassword(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setKeystorePassword(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setKeystorePassword(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Default password to access keystore
setKeystorePassword(String) - Method in class org.frankframework.http.HttpSessionBase
 
setKeystorePassword(String) - Method in class org.frankframework.pipes.SignaturePipe
Keystore password
setKeystorePassword(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setKeystorePassword(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setKeystorePassword(String) - Method in class org.frankframework.senders.SendGridSender
 
setKeystoreType(KeystoreType) - Method in interface org.frankframework.encryption.HasKeystore
Type of keystore
setKeystoreType(KeystoreType) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setKeystoreType(KeystoreType) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setKeystoreType(KeystoreType) - Method in class org.frankframework.ftp.FtpSession
(ftps) Type of keystore
setKeystoreType(KeystoreType) - Method in class org.frankframework.http.HttpSessionBase
 
setKeystoreType(KeystoreType) - Method in class org.frankframework.pipes.SignaturePipe
Type of keystore, can be pkcs12 or pem
setKeystoreType(KeystoreType) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setKeystoreType(KeystoreType) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setKeystoreType(KeystoreType) - Method in class org.frankframework.senders.SendGridSender
 
setKeyStyleSheet(String) - Method in class org.frankframework.cache.CacheAdapterBase
stylesheet to extract cache key from request message.
setKeyStyleSheet(String) - Method in class org.frankframework.cache.RemoveCacheKeyPipe
Stylesheet to extract cache key from request message.
setKeyXPath(String) - Method in class org.frankframework.cache.CacheAdapterBase
xpath expression to extract cache key from request message
setKeyXPath(String) - Method in class org.frankframework.cache.RemoveCacheKeyPipe
XPath expression to extract cache key from request message
setKeyXPathOutputType(TransformerPool.OutputType) - Method in class org.frankframework.cache.CacheAdapterBase
output type of xpath expression to extract cache key from request message
setKeyXPathOutputType(TransformerPool.OutputType) - Method in class org.frankframework.cache.RemoveCacheKeyPipe
Output type of xpath expression to extract cache key from request message, must be 'xml' or 'text'
setKnownHostsPath(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setKnownHostsPath(String) - Method in class org.frankframework.ftp.SftpSession
Path to file with knownhosts
setLabelField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
The name of the column labels are stored in
setLabelField(String) - Method in class org.frankframework.pipes.DomainTransformerPipe
the name of the column labels are stored in
setLabelMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setLabelNamespaceDefs(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Namespace defintions for labelXPath.
setLabelNamespaceDefs(String) - Method in class org.frankframework.receivers.Receiver
Namespace defintions for labelXPath.
setLabelStyleSheet(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Stylesheet to extract label from message
setLabelStyleSheet(String) - Method in class org.frankframework.receivers.Receiver
Stylesheet to extract label from message
setLabelXPath(String) - Method in class org.frankframework.pipes.MessageSendingPipe
XPath expression to extract label from message
setLabelXPath(String) - Method in class org.frankframework.receivers.Receiver
XPath expression to extract label from message
setLastExitState(String, long, String) - Method in class org.frankframework.core.Adapter
 
setLastModifiedDelta(long) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
time in milliseconds after last modification that must have passed at least before a file will be deleted (set to negative value to disable)
setLastPollFinishedTime(long) - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
setLCharacters(String) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
the lowercase characters to use
setLdapProviderURL(String) - Method in class org.frankframework.ldap.LdapChallengePipe
Deprecated.
url to the ldap server.
setLdapProviderURL(String) - Method in class org.frankframework.ldap.LdapQueryPipeBase
Url to context to search in, e.g.
setLdapProviderURL(String) - Method in class org.frankframework.ldap.LdapSender
URL to context to search in, e.g.
setLength(int) - Method in class org.frankframework.pipes.SkipPipe
If length>=0 only these number of bytes (for binary input) or characters (for character input) is returned.
setlevel(Level) - Method in class org.frankframework.logging.IbisThreadFilter
 
setLexicalHandler(LexicalHandler) - Method in class org.frankframework.xml.FullXmlFilter
 
setLimit(int) - Method in class org.frankframework.mongodb.MongoDbSender
Limit to number of results returned.
setLineLength(int) - Method in class org.frankframework.pipes.Base64Pipe
(Only used when direction=encode) Each line of encoded data will be at most of the given length (rounded down to nearest multiple of 4).
setLinePrefix(String) - Method in class org.frankframework.pipes.StringIteratorPipe
This string is inserted at the start of each item
setLineSeparator(String) - Method in class org.frankframework.pipes.Base64Pipe
(Only used when direction=encode) Defines separator between lines.
setLineSeparatorSymbol(String) - Method in class org.frankframework.pipes.ReplacerPipe
sets the string that will represent the line-separator in the ReplacerPipe.setFind(String) and ReplacerPipe.setReplace(String) strings.
setLineSuffix(String) - Method in class org.frankframework.pipes.StringIteratorPipe
This string is appended at the end of each item
setLinkMethod(JmsSender.LinkMethod) - Method in class org.frankframework.jms.JmsSender
(Only used when synchronous=true and replyToName is set).
setLinkMethod(MessageSendingPipe.LinkMethod) - Method in class org.frankframework.pipes.MessageSendingPipe
For asynchronous communication, the server side may either use the messageID or the correlationID in the correlationID field of the reply message.
setListener(ICorrelatedPullingListener) - Method in class org.frankframework.pipes.MessageSendingPipe
Listener for responses on the request sent
setListener(ICorrelatedPullingListener) - Method in class org.frankframework.pipes.SenderPipe
 
setListener(IListener<M>) - Method in class org.frankframework.receivers.Receiver
Sets the listener used to receive messages from.
setListener(IPortConnectedListener<Message>) - Method in class org.frankframework.unmanaged.AbstractJmsConfigurator
 
setListener(IPostboxListener) - Method in class org.frankframework.pipes.PostboxRetrieverPipe
Deprecated.
 
setListenerContainer(PullingListenerContainer<M>) - Method in class org.frankframework.receivers.Receiver
 
setListenerProcessor(ListenerProcessor) - Method in class org.frankframework.pipes.MessageSendingPipe
 
setListHiddenFiles(boolean) - Method in class org.frankframework.filesystem.Samba1FileSystem
controls whether hidden files are seen or not
setListHiddenFiles(boolean) - Method in class org.frankframework.filesystem.Samba2FileSystem
controls whether hidden files are seen or not
setListHiddenFiles(boolean) - Method in interface org.frankframework.filesystem.smb.Samba1FileSystemDelegator
 
setLoaded(boolean) - Method in class org.frankframework.management.bus.dto.ConfigurationDTO
 
setLoadedConfiguration(String) - Method in class org.frankframework.configuration.Configuration
The loaded (with resolved properties) configuration
setLocal(String) - Method in class org.frankframework.receivers.JavaListener
Deprecated.
setLocalSender(IbisLocalSender) - Method in class org.frankframework.scheduler.job.SendMessageJob
 
setLocker(Locker) - Method in interface org.frankframework.core.IPipe
Optional Locker, to avoid parallel execution of the Pipe by multiple threads or servers.
setLocker(Locker) - Method in class org.frankframework.core.PipeLine
Optional Locker, to avoid parallel execution of the PipeLine by multiple threads on multiple servers.
setLocker(Locker) - Method in class org.frankframework.pipes.AbstractPipe
 
setLocker(Locker) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setLocker(Locker) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setLocker(Locker) - Method in interface org.frankframework.scheduler.job.IJob
Optional element to avoid parallel execution of the Job, by multiple threads or servers.
setLocker(Locker) - Method in class org.frankframework.scheduler.JobDef
 
setLockRows(boolean) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setLockRows(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
When set true, exclusive row-level locks are obtained on all the rows identified by the select statement (e.g.
setLockRows(boolean) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setLockWait(int) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setLockWait(int) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
when set and >=0, ' FOR UPDATE WAIT #' is used instead of ' FOR UPDATE NOWAIT SKIP LOCKED'
setLockWait(int) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setLockWaitTimeout(int) - Method in class org.frankframework.util.Locker
If > 0: The time in s to wait before the INSERT statement to obtain the lock is canceled.
setLogCategory(String) - Method in class org.frankframework.senders.LogSender
category under which messages are logged
setLogFolder(String) - Method in class org.frankframework.filesystem.FileSystemListener
Folder where a copy of every file that is received is stored
setLogIntermediaryResults(String) - Method in class org.frankframework.pipes.AbstractPipe
when set, the value in AppConstants is overwritten (for this pipe only)
setLoginTimeout(int) - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
setLogLevel(String) - Method in class org.frankframework.senders.LogSender
level on which messages are logged
setLogWriter(PrintWriter) - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
setLookupDestination(boolean) - Method in class org.frankframework.jms.JMSFacade
If set false, the destinationName is used directly instead of performing a JNDI lookup
setMailAddress(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
The mail address of the mailbox connected to (also used for auto discovery)
setMailAddress(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setMailAddress(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setMailboxObjectSeparator(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
Separator character used when working with multiple mailboxes, specified before the separator in the object name test@organisation.com|My sub folder or test@organisation.com|AAMkADljZDMxYzIzLTFlMjYtNGY4Mi1hM2Y1LTc2MjE5ZjIyZmMyNABGAAAAAAAu/9EmV5M6QokBRZwID1Q6BwDXQXY+F44hRbDfTB9v8jRfAAAEUqUVAADXQXY+F44hRbDfTB9v8jRfAAKA4F+pAAA=.
setMailboxObjectSeparator(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setMailboxObjectSeparator(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setManager(MonitorManager) - Method in class org.frankframework.monitoring.Monitor
 
setManipulationSubject(LdapSender.Manipulation) - Method in class org.frankframework.ldap.LdapSender
Specifies subject to perform operation on.
setMaxBlockLength(int) - Method in class org.frankframework.pipes.TextSplitterPipe
Set the maximum number of characters of a block
setMaxChildThreads(int) - Method in class org.frankframework.pipes.IteratingPipe
Maximum number of child threads that may run in parallel simultaneously (combined total of all threads calling this pipe).
setMaxCommentLength(int) - Method in class org.frankframework.jdbc.JdbcTableListener
(optional) Maximum length of strings to be stored in commentField, or -1 for unlimited
setMaxConcurrentThreads(int) - Method in class org.frankframework.senders.ParallelSenders
Set the upper limit to the amount of concurrent threads that can be run simultaneously.
setMaxConnections(int) - Method in class org.frankframework.http.HttpSessionBase
The maximum number of concurrent connections
setMaxConnections(int) - Method in class org.frankframework.http.WebServiceNtlmSender
the maximum number of concurrent connections
setMaxConnections(int) - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
setMaxConnections(int) - Method in class org.frankframework.senders.SendGridSender
 
setMaxDeliveries(int) - Method in class org.frankframework.receivers.Receiver
The maximum delivery count after which to stop processing the message (only for listeners that know the delivery count of received messages).
setMaxElementsInMemory(int) - Method in class org.frankframework.cache.EhCache
The maximum number of elements in memory, before they are evicted
setMaxElementsOnDisk(int) - Method in class org.frankframework.cache.EhCache
The maximum number of elements on disk, before they are removed
setMaxElementsOnDisk(int) - Method in class org.frankframework.http.rest.ApiEhcache
 
setMaxEntriesReturned(int) - Method in class org.frankframework.ldap.LdapSender
The maximum number of entries to be returned by a search query, or 0 for unlimited
setMaxExecuteRetries(int) - Method in class org.frankframework.http.HttpSessionBase
The maximum number of times the execution is retried
setMaxExecuteRetries(int) - Method in class org.frankframework.senders.SendGridSender
 
setMaxIdle(int) - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
setMaxIdleTime(int) - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
setMaxIdleTime(int) - Method in class org.frankframework.jta.btm.BtmDataSourceFactory
 
setMaxIdleTime(int) - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
setMaxInclusive(String) - Method in class org.frankframework.parameters.Parameter
Used in combination with type number; if set and the value of the parameter exceeds this maximum value, this maximum value is taken
setMaxItems(int) - Method in class org.frankframework.pipes.IteratingPipe
The maximum number of items returned.
setMaxLength(int) - Static method in class org.frankframework.logging.IbisMaskingLayout
 
setMaxLength(int) - Method in class org.frankframework.parameters.Parameter
If set (>=0) and the length of the value of the parameter exceeds this maximum length, the length is trimmed to this maximum length
setMaxLifeTime(int) - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
setMaxLifeTime(int) - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
setMaxNumberOfMessagesToList(int) - Method in class org.frankframework.filesystem.FileSystemBase
The maximum number of messages to be retrieved from a folder.
setMaxPoolSize(int) - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
setMaxPoolSize(int) - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
setMaxPoolSize(int) - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
setMaxRecordsSessionKey(String) - Method in class org.frankframework.jdbc.ResultSet2FileSender
If set (and >=0), this session key contains the maximum number of records which are processed.
setMaxRetries(int) - Method in class org.frankframework.pipes.MessageSendingPipe
The number of times a processing attempt is retried after a timeout or an exception is caught or after an incorrect reply is received (see also retryXPath)
setMaxRetries(int) - Method in class org.frankframework.receivers.Receiver
The number of times a processing attempt is automatically retried after an exception is caught or rollback is experienced.
setMaxRows(int) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
The maximum number of rows to be returned from the output of select queries, -1 means unlimited rows
setMaxRows(int) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setMaxSessions(int) - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
setMaxSize(int) - Method in class org.frankframework.util.SizeLimitedVector
sets the Maximum Size to maxSize.
setMaxThreads(int) - Method in class org.frankframework.core.PipeLine
Maximum number of threads that may execute this Pipeline simultaneously, use 0 to disable limit
setMaxThreads(int) - Method in class org.frankframework.pipes.AbstractPipe
The maximum number of threads that may process messages simultaneously.
setMBeanManager(MBeanExporter) - Method in class org.frankframework.jmx.JmxAdapterWrapper
 
setMemoryStoreEvictionPolicy(String) - Method in class org.frankframework.cache.EhCache
Either LRU=Least Recent Use,LFU=Least Frequent Use or FIFO=First In - First Out
setMessage(String) - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
setMessage(String) - Method in class org.frankframework.scheduler.job.SendMessageJob
message to be sent into the pipeline
setMessage(String) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setMessageBase64(boolean) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setMessageClass(JMSFacade.MessageClass) - Method in class org.frankframework.jms.JMSFacade
The JMS Message class for the outgoing message.
setMessageCorrelationID(Message, String) - Method in class org.frankframework.jms.JMSFacade
 
setMessageCount(Object) - Method in class org.frankframework.management.bus.dto.ProcessStateDTO
 
setMessageField(String) - Method in class org.frankframework.jdbc.JdbcListener
Field containing the message data
setMessageField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
The name of the column message themselves are stored in
setMessageField(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setMessageFieldType(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The type of the column message themselves are stored in
setMessageFieldType(JdbcListener.MessageFieldType) - Method in class org.frankframework.jdbc.JdbcListener
Type of the field containing the message data
setMessageFieldType(JdbcListener.MessageFieldType) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setMessageIdField(String) - Method in class org.frankframework.jdbc.JdbcListener
Field containing the messageId.
setMessageIdField(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setMessageIdHeader(String) - Method in class org.frankframework.http.rest.ApiListener
Name of the header which contains the Message-Id.
setMessageIdMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setMessageIdPropertyKey(String) - Method in class org.frankframework.filesystem.FileSystemListener
Key of Property to use as messageId.
setMessageIsContent(boolean) - Method in class org.frankframework.pipes.CompressPipe
flag indicates whether the message is the content or the path to a file with the contents.
setMessageKeeperSize(int) - Method in class org.frankframework.core.Adapter
number of message displayed in ibisconsole
setMessageKeeperSize(int) - Method in class org.frankframework.scheduler.JobDef
Number of messages displayed in ibisconsole
setMessageLog(ITransactionalStorage) - Method in class org.frankframework.pipes.MessageSendingPipe
log of all messages sent
setMessageLog(ITransactionalStorage) - Method in class org.frankframework.pipes.SenderPipe
 
setMessageLog(ITransactionalStorage<Serializable>) - Method in class org.frankframework.receivers.Receiver
Storage to keep track of all messages processed correctly
setMessageMask(String, IMessageBrowser<?>) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setMessageMask(String, IMessageBrowser<?>, IListener<?>) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setMessageSelector(String) - Method in class org.frankframework.jms.JMSFacade
If set, the value of this attribute is used as a selector to filter messages.
setMessageSizeWarn(String) - Method in class org.frankframework.core.PipeLine
If messageSizeWarn>=0 and the size of the input or result pipe message exceeds the value specified a warning message is logged.
setMessageTimeToLive(long) - Method in class org.frankframework.jms.JMSFacade
The time in milliseconds it takes for the message to expire.
setMessageType(String) - Method in class org.frankframework.filesystem.FileSystemListener
Determines the contents of the message that is sent to the pipeline.
setMessageType(String) - Method in class org.frankframework.filesystem.MailListener
Determines the contents of the message that is sent to the Pipeline.
setMessageType(String) - Method in class org.frankframework.jms.JmsSender
Value of the JMSType field
setMessageType(String) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setMethod(String) - Method in class org.frankframework.http.RestListener
Method (e.g.
setMethod(ApiListener.HttpMethod) - Method in class org.frankframework.http.rest.ApiListener
HTTP method to listen to
setMethods(String) - Method in class org.frankframework.http.rest.ApiListener
HTTP method(s) to listen to, separated by comma
setMethodType(HttpSenderBase.HttpMethod) - Method in class org.frankframework.http.HttpSenderBase
The HTTP Method used to execute the request
setMethodType(HttpSenderBase.HttpMethod) - Method in class org.frankframework.http.WebServiceSender
Hide this property from being set.
setMimeSubtype(String) - Method in class org.frankframework.http.mime.MultipartEntityBuilder
 
setMimeType(String) - Method in class org.frankframework.senders.MailSenderBase.MailAttachmentBase
 
setMinIdle(int) - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
setMinInclusive(String) - Method in class org.frankframework.parameters.Parameter
Used in combination with type number; if set and the value of the parameter falls short of this minimum value, this minimum value is taken
setMinLength(int) - Method in class org.frankframework.parameters.Parameter
If set (>=0) and the length of the value of the parameter falls short of this minimum length, the value is padded
setMinPoolSize(int) - Method in class org.frankframework.jta.btm.BtmConnectionFactoryFactory
 
setMinPoolSize(int) - Method in class org.frankframework.jta.btm.BtmDataSourceFactory
 
setMinStableTime(long) - Method in class org.frankframework.filesystem.FileSystemListener
Minimal age of file in milliseconds, to avoid receiving a file while it is still being written
setMinStableTime(long) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
Minimal age of file in milliseconds, to avoid deleting a file while it is still being written (only used when wildcard is set) (set to 0 to disable)
setMode(Parameter.ParameterMode) - Method in class org.frankframework.parameters.Parameter
Set the mode of the parameter, which determines if the parameter is an INPUT, OUTPUT, or INOUT.
setMongoClientFactory(IMongoClientFactory) - Method in class org.frankframework.mongodb.MongoDbSender
 
setMonitor(Monitor) - Method in interface org.frankframework.monitoring.ITrigger
 
setMonitor(Monitor) - Method in class org.frankframework.monitoring.Trigger
 
setMonitoring(MonitorManager) - Method in class org.frankframework.configuration.Configuration
Container for monitor objects
setMoreMessageString(String) - Static method in class org.frankframework.logging.IbisMaskingLayout
 
setMove2dir(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
destination directory
setMove2dirAfterError(String) - Method in class org.frankframework.pipes.FileLineIteratorPipe
Deprecated.
Directory where input file is moved to in case an error occurred
setMove2dirAfterTransform(String) - Method in class org.frankframework.pipes.FileLineIteratorPipe
Deprecated.
Directory where input file is moved to in case of a successful transformation
setMove2file(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
name of the destination file (if not specified, the name of the file to move is taken)
setMove2fileSessionKey(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
session key that contains the name of the file to use (only used if move2file is not set)
setMoveToMessageLog(boolean) - Method in class org.frankframework.jdbc.MessageStoreListener
Move to messageLog after processing, as the message is already stored in the ibisstore only some fields need to be updated.
setMsgLogHidden(boolean) - Method in class org.frankframework.core.Adapter
If set to true, the length of the message is shown in the msg log instead of the content of the message
setMsgLogLevel(Adapter.MessageLogLevel) - Method in class org.frankframework.core.Adapter
Defines behaviour for logging messages.
setMtomContentTransferEncoding(String) - Method in class org.frankframework.http.HttpSender
 
setMtomEnabled(boolean) - Method in class org.frankframework.http.WebServiceListener
If set, MTOM is enabled on the SOAP binding
setMtomMultipart() - Method in class org.frankframework.http.mime.MultipartEntityBuilder
 
setMultipartBodyName(String) - Method in class org.frankframework.http.rest.ApiListener
Specify the form-part you wish to enter the pipeline
setMultipartResponse(boolean) - Method in class org.frankframework.senders.IbisJavaSender
Currently used to mimic the HttpSender when it is stubbed locally.
setMultipartXmlSessionKey(String) - Method in class org.frankframework.http.HttpSender
If set and methodType=POST and paramsInUrl=false, a multipart/form-data entity is created instead of a request body.
setMultipartXmlSessionKey(String) - Method in class org.frankframework.http.WebServiceListener
Key of session variable that holds the description (name, sessionKey, mimeType) of the parts present in the request.
setMultipartXmlSessionKey(String) - Method in class org.frankframework.pipes.StreamPipe
(only used when extractfirststringpart=true) the session key to put the xml in with info about the stored parts
setName(String) - Method in class org.frankframework.cache.CacheAdapterBase
name of the cache, will be lowercased
setName(String) - Method in class org.frankframework.collection.Collection
 
setName(String) - Method in class org.frankframework.configuration.Configuration
Configurations should be wired through Spring, which in turn should call Configuration.setBeanName(String).
setName(String) - Method in class org.frankframework.core.Adapter
name of the adapter
setName(String) - Method in class org.frankframework.core.DummyNamedObject
 
setName(String) - Method in interface org.frankframework.core.IValidator
The functional name of this pipe, is not required when used as a Validator
setName(String) - Method in interface org.frankframework.core.IWrapperPipe
The functional name of this pipe, is not required when used as a Wrapper
setName(String) - Method in class org.frankframework.core.PipeForward
the name is a symbolic reference to a path.
setName(String) - Method in class org.frankframework.core.PipeLineExit
The name of the Exit that can be referenced by a PipeForward's path attribute.
setName(String) - Method in enum org.frankframework.core.ProcessState
 
setName(String) - Method in class org.frankframework.filesystem.FileSystemListener
Name of the listener
setName(String) - Method in class org.frankframework.ftp.FTPFileRef
Strip folder prefix of filename if present.
setName(String) - Method in class org.frankframework.ftp.FtpSession
 
setName(String) - Method in class org.frankframework.ftp.SftpSession
 
setName(String) - Method in class org.frankframework.http.HttpSessionBase
 
setName(String) - Method in class org.frankframework.http.PushingListenerAdapter
Name of the listener as known to the adapter
setName(String) - Method in class org.frankframework.jndi.JndiBase
Name of the sender or the listener
setName(String) - Method in class org.frankframework.management.bus.dto.MonitorDTO
 
setName(String) - Method in class org.frankframework.monitoring.Monitor
 
setName(String) - Method in class org.frankframework.monitoring.MonitorDestinationBase
 
setName(String) - Method in class org.frankframework.parameters.Parameter
Name of the parameter
setName(String) - Method in class org.frankframework.pipes.AbstractPipe
The functional name of this pipe.
setName(String) - Method in class org.frankframework.pipes.MessageSendingPipe
 
setName(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setName(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setName(String) - Method in class org.frankframework.pipes.XsltPipe
 
setName(String) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
name of the listener as known to the adapter.
setName(String) - Method in class org.frankframework.receivers.JavaListener
Internal name of the listener, as known to the adapter.
setName(String) - Method in class org.frankframework.receivers.Receiver
Sets the name of the Receiver, as known to the Adapter.
setName(String) - Method in class org.frankframework.scheduler.JobDef
Name of the job
setName(String) - Method in class org.frankframework.senders.FileSender
Deprecated.
 
setName(String) - Method in class org.frankframework.senders.MailSenderBase.MailAttachmentBase
 
setName(String) - Method in class org.frankframework.senders.SenderBase
name of the sender
setName(String) - Method in class org.frankframework.senders.XmlValidatorSender
 
setName(String) - Method in class org.frankframework.util.GlobalListItem
The name under which the item can be retrieved.
setNamesMustBeUnique(boolean) - Method in class org.frankframework.parameters.ParameterList
 
setNamespaceAware(boolean) - Method in class org.frankframework.pipes.XmlIf
controls namespace-awareness of XSLT transformation
setNamespaceAware(boolean) - Method in class org.frankframework.pipes.XmlSwitch
controls namespace-awareness of XSLT transformation
setNamespaceDefs(String) - Method in class org.frankframework.http.WebServiceSender
namespace defintions to be added in the soap envelope tag.
setNamespaceDefs(String) - Method in class org.frankframework.parameters.Parameter
Namespace definitions for xpathExpression.
setNamespaceDefs(String) - Method in class org.frankframework.pipes.IteratingPipe
Namespace defintions for xpathExpression.
setNamespaceDefs(String) - Method in class org.frankframework.pipes.JsonXsltPipe
 
setNamespaceDefs(String) - Method in class org.frankframework.pipes.XmlIf
namespace defintions for xpathExpression.
setNamespaceDefs(String) - Method in class org.frankframework.pipes.XmlSwitch
Namespace defintions for xpathExpression.
setNamespaceDefs(String) - Method in class org.frankframework.pipes.XsltPipe
 
setNamespaceDefs(String) - Method in class org.frankframework.senders.JsonXsltSender
Namespace definitions for xpathExpression.
setNamespaceDefs(String) - Method in class org.frankframework.senders.XsltSender
Namespace defintions for xpathExpression.
setNewlineAfterXmlDeclaration(boolean) - Method in class org.frankframework.xml.XmlWriter
 
setNoNamespaceSchemaLocation(String) - Method in class org.frankframework.pipes.XmlValidator
A uri reference as a hint as to the location of a schema document with no target namespace.
setNoNamespaceSchemaLocation(String) - Method in class org.frankframework.soap.SoapValidator
 
setNotExistWarn(boolean) - Method in class org.frankframework.util.DirectoryCleaner
when set true, send warnings to logging and console about not existing directories
setNotFoundForwardName(String) - Method in class org.frankframework.ldap.LdapQueryPipeBase
 
setNotFoundForwardName(String) - Method in class org.frankframework.pipes.FilenameSwitch
Deprecated.
forward returned when the forward or pipename derived from the filename that was the input could not be found.
setNotFoundForwardName(String) - Method in class org.frankframework.pipes.GetPrincipalPipe
name of forward returned if principal has not been found
setNotFoundForwardName(String) - Method in class org.frankframework.pipes.XmlSwitch
Forward returned when the pipename derived from the stylesheet could not be found.
setNotInRoleForwardName(String) - Method in class org.frankframework.pipes.IsUserInRolePipe
Deprecated.
setNull() - Method in interface org.frankframework.align.content.ElementContainer
 
setNull() - Method in class org.frankframework.align.content.JsonElementContainer
 
setNull() - Method in class org.frankframework.align.content.MapContentContainer
 
setNull() - Method in class org.frankframework.align.content.TreeContentContainer
 
setNullValue(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Value used in result as contents of fields that contain no value (sql-null)
setNullValue(String) - Method in class org.frankframework.util.DB2DocumentWriter
Set the presentation of a Null value
setNullValue(String) - Method in class org.frankframework.util.DB2XMLWriter
Set the presentation of a Null value
setNumberOfAttempts(int) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
maximum number of attempts before throwing an exception
setNumberOfBackups(int) - Method in class org.frankframework.filesystem.FileSystemActor
For the actions "write" and "append", with rotateSize>0: the number of backup files that is kept.
setNumberOfBackups(int) - Method in class org.frankframework.filesystem.FileSystemListener
Number of copies held of a file with the same name.
setNumberOfBackups(int) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setNumberOfBackups(int) - Method in class org.frankframework.filesystem.FileSystemSender
 
setNumberOfBackups(int) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
number of copies held of a file with the same name.
setNumberOfExceptionsCaughtWithoutMessageBeingReceivedThreshold(int) - Method in class org.frankframework.receivers.Receiver
Number of connection attempts to put the adapter in warning status
setNumbers(String) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
the numbers to use
setNumberValue(String) - Method in interface org.frankframework.stream.document.INodeBuilder
 
setNumberValue(String) - Method in class org.frankframework.stream.document.JsonNodeBuilder
 
setNumberValue(String) - Method in class org.frankframework.stream.document.XmlNodeBuilder
 
setNumOfDigits(int) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
the number of digits in the generated password
setNumOfLCharacters(int) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
the number of lowercase characters in the generated password
setNumOfSigns(int) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
the number of sign characters in the generated password
setNumOfUCharacters(int) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
the number of uppercase characters in the generated password
setNumRetries(int) - Method in class org.frankframework.util.Locker
The number of times an attempt should be made to acquire a lock, after this many times an exception is thrown when no lock could be acquired, when -1 the number of retries is unlimited
setNumThreads(int) - Method in class org.frankframework.receivers.Receiver
The number of threads that may execute a Pipeline concurrently (only for pulling listeners)
setNumThreads(int) - Method in class org.frankframework.scheduler.JobDef
Number of threads that may execute concurrently
setNumThreadsPolling(int) - Method in class org.frankframework.receivers.Receiver
The number of threads that are actively polling for messages concurrently.
setObjectId(String) - Method in class org.frankframework.util.Locker
Identifier for this lock
setOmitXmlDeclaration(boolean) - Method in class org.frankframework.pipes.IteratingPipe
Force the transformer generated from the xpath-expression to omit the xml declaration
setOmitXmlDeclaration(boolean) - Method in class org.frankframework.pipes.XsltPipe
 
setOmitXmlDeclaration(Boolean) - Method in class org.frankframework.senders.XsltSender
Omit the XML declaration on top of the output.
setOnError(Receiver.OnError) - Method in class org.frankframework.receivers.Receiver
One of 'continue' or 'close'.
setOnlyIfSessionKey(String) - Method in class org.frankframework.pipes.FixedForwardPipe
Key of session variable to check if action must be executed.
setOnlyIfValue(String) - Method in class org.frankframework.pipes.FixedForwardPipe
Value of session variable 'onlyIfSessionKey' to check if action must be executed.
setOnlyProperties(String) - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
comma separated list of attachment properties to list
setOnlyStoreWhenMessageIdUnique(boolean) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
If set to true, the message is stored only if the MessageId is not present in the store yet.
setOnlyStoreWhenMessageIdUnique(boolean) - Method in class org.frankframework.jdbc.MessageStoreSender
If set to true, the message is stored only if the MessageId is not present in the store yet.
setOperation(LdapSender.Operation) - Method in class org.frankframework.ldap.LdapSender
Specifies LDAP operation to perform
setOperationControls() - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setOperationControls() - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
setOperationControls() - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
setOperationId(String) - Method in class org.frankframework.http.rest.ApiListener
Unique string used to identify the operation.
setOrder(IMessageBrowser.SortOrder) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setOrderField(String) - Method in class org.frankframework.jdbc.JdbcTableListener
(optional) Comma separated list of fields determining the order in which messages are processed
setOriginalConfiguration(String) - Method in class org.frankframework.configuration.Configuration
The entire (raw) configuration
setOriginalSender(String) - Method in class org.frankframework.senders.ShadowSender
Name of the sender that is considered that is considered to be the golden standard, i.e.
setOutputDirectory(String) - Method in class org.frankframework.pipes.CompressPipe
required if result is a file, the directory in which to store the result file
setOutputFormat(DocumentFormat) - Method in class org.frankframework.filesystem.FileSystemActor
OutputFormat
setOutputFormat(DocumentFormat) - Method in class org.frankframework.filesystem.FileSystemListener
OutputFormat of message for messageType=info
setOutputFormat(DocumentFormat) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setOutputFormat(DocumentFormat) - Method in class org.frankframework.filesystem.FileSystemSender
 
setOutputFormat(DocumentFormat) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
The type of output.
setOutputFormat(DocumentFormat) - Method in class org.frankframework.mongodb.MongoDbSender
OutputFormat
setOutputFormat(DocumentFormat) - Method in class org.frankframework.pipes.Json2XmlValidator
Default format of the result, that is used if the format cannot be found from outputFormatSessionKey or from inputFormatSessionKey (when validating responses and autoFormat=true)
setOutputFormatSessionKey(String) - Method in class org.frankframework.pipes.Json2XmlValidator
Session key to retrieve outputFormat from
setOutputNamespace(String) - Method in class org.frankframework.soap.SoapWrapperPipe
(only used when direction=wrap) If not empty, this namespace is added to the root element in the soap body
setOutputSoapBody(String) - Method in class org.frankframework.soap.SoapValidator
Identical to the soapBody attribute except that it's used for the output message instead of the input message.
setOutputType(String) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setOutputType(String) - Method in class org.frankframework.util.FileHandler
either string, bytes, stream or base64
setOutputType(TransformerPool.OutputType) - Method in class org.frankframework.pipes.IteratingPipe
Only valid for xpathexpression
setOutputType(TransformerPool.OutputType) - Method in class org.frankframework.pipes.XsltPipe
 
setOutputType(TransformerPool.OutputType) - Method in class org.frankframework.senders.XsltSender
For xpathExpression only
setOutputValidator(IValidator) - Method in class org.frankframework.core.PipeLine
Optional pipe to validate the response.
setOutputValidator(IValidator) - Method in class org.frankframework.pipes.MessageSendingPipe
specification of Pipe to validate response messages
setOutputWrapper(IWrapperPipe) - Method in class org.frankframework.core.PipeLine
Optional pipe to wrap the response message in an envelope
setOutputWrapper(IWrapperPipe) - Method in class org.frankframework.pipes.MessageSendingPipe
specification of Pipe to wrap or unwrap response messages
setOverflowToDisk(boolean) - Method in class org.frankframework.cache.EhCache
If true, the elements that are evicted from memory are spooled to disk
setOverflowToDisk(boolean) - Method in class org.frankframework.http.rest.ApiEhcache
 
setOverrideValues(Map<String, Object>) - Method in class org.frankframework.align.Tree2Xml
 
setOverwrite(boolean) - Method in class org.frankframework.filesystem.FileSystemActor
If set true, for actions "create", "write", "move", "copy" or "rename", the destination file is overwritten if it already exists
setOverwrite(boolean) - Method in class org.frankframework.filesystem.FileSystemListener
If set true, the destination file will be deleted if it already exists
setOverwrite(boolean) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setOverwrite(boolean) - Method in class org.frankframework.filesystem.FileSystemSender
 
setOverwrite(boolean) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
when set true, the destination file will be deleted if it already exists.
setOwner(INamedObject) - Method in class org.frankframework.core.PipeLine
 
setPackageContent(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Controls wheter the returned package content is db2 format or xml format.
setPackageName(String) - Method in class org.frankframework.management.bus.MessageDispatcher
 
setParallel(boolean) - Method in class org.frankframework.pipes.IteratingPipe
When set true, the calls for all items are done in parallel (a new thread is started for each call).
setParameter(PreparedStatement, int, String, boolean) - Static method in class org.frankframework.util.JdbcUtil
 
setParametersToSkipWhenEmpty(String) - Method in class org.frankframework.http.HttpSenderBase
Comma separated list of parameter names that should not be added as request or body parameter, or as HTTP header, if they are empty.
setParamsInUrl(boolean) - Method in class org.frankframework.http.HttpSender
Deprecated.
setParent(XMLReader) - Method in class org.frankframework.xml.FullXmlFilter
 
setParentContext(ApplicationContext) - Method in class org.frankframework.lifecycle.IbisApplicationContext
 
setParentLocation(String) - Method in class org.frankframework.validation.XSD
 
setParentsLexicalHandler(XMLReader) - Method in class org.frankframework.xml.FullXmlFilter
 
setPassive(boolean) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setPassive(boolean) - Method in class org.frankframework.ftp.FtpSession
If true, passive ftp is used: before data is sent, a pasv command is issued, and the connection is set up by the server
setPassword(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
Deprecated.
setPassword(String) - Method in class org.frankframework.filesystem.MailFileSystemBase
Password for authentication to mail server.
setPassword(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
The SMB share password
setPassword(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
the smb share password
setPassword(String) - Method in interface org.frankframework.filesystem.smb.Samba1FileSystemDelegator
 
setPassword(String) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setPassword(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setPassword(String) - Method in class org.frankframework.ftp.FtpSession
Password to authenticatie on remote server
setPassword(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setPassword(String) - Method in class org.frankframework.ftp.SftpSession
Password to authenticatie on remote server
setPassword(String) - Method in class org.frankframework.http.HttpSessionBase
Password used for authentication to the host
setPassword(String) - Method in class org.frankframework.http.WebServiceNtlmSender
password used to authenticate with the host
setPassword(String) - Method in class org.frankframework.jdbc.JdbcFacade
Password for authentication when connecting to database, when none found from authAlias
setPassword(String) - Method in class org.frankframework.ldap.LdapQueryPipeBase
Password used to obtain credentials to connect to ldap server
setPassword(String) - Method in class org.frankframework.parameters.Parameter
Default password that is used when a pattern containing {password} is specified
setPassword(String) - Method in class org.frankframework.receivers.ExchangeMailListener
Deprecated.
setPassword(String) - Method in class org.frankframework.receivers.ImapListener
 
setPassword(String) - Method in class org.frankframework.senders.ExchangeFolderSender
Deprecated.
setPassword(String) - Method in class org.frankframework.senders.ImapSender
 
setPassword(String) - Method in class org.frankframework.senders.MailSenderBase
password of userid
setPath(String) - Method in class org.frankframework.core.PipeForward
The name of the next Pipe or Exit.
setPath(String) - Method in class org.frankframework.core.PipeLineExit
Deprecated.
setPath(String) - Method in class org.frankframework.util.Dir2Xml
 
setPattern(String) - Method in class org.frankframework.configuration.digester.DigesterRule
The digester rule's pattern.
setPattern(String) - Method in class org.frankframework.parameters.Parameter
Value of parameter is determined using substitution and formatting, following MessageFormat syntax with named parameters.
setPeekQuery(String) - Method in class org.frankframework.jdbc.JdbcListener
(only used when peekUntransacted=true) peek query to determine if the select query should be executed.
setPeekUntransacted(boolean) - Method in interface org.frankframework.core.IPeekableListener
when true, then PollingListener container will execute getRawMessage() only when hasRawMessageAvailable() has returned true.
setPeekUntransacted(boolean) - Method in class org.frankframework.jdbc.JdbcListener
 
setPeriod(int) - Method in interface org.frankframework.monitoring.ITrigger
 
setPeriod(int) - Method in class org.frankframework.monitoring.Trigger
 
setPeriod(Integer) - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
setPersistent(boolean) - Method in class org.frankframework.jms.JMSFacade
Deprecated.
setPersonalization(Personalization) - Method in class org.frankframework.senders.SendGridSender.GridMailSession
 
setPipeForward(PipeForward) - Method in class org.frankframework.core.PipeRunResult
 
setPipeLine(PipeLine) - Method in class org.frankframework.core.Adapter
setPipeLine(PipeLine) - Method in interface org.frankframework.core.IAdapter
 
setPipeLine(PipeLine) - Method in interface org.frankframework.core.IPipe
Allowing pipe to register things at Configuration time.
setPipeLine(PipeLine) - Method in class org.frankframework.pipes.AbstractPipe
 
setPipeLine(PipeLine) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setPipeLine(PipeLine) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setPipeLineExits(PipeLineExits) - Method in class org.frankframework.core.PipeLine
PipeLine exits.
setPipeLineProcessor(PipeLineProcessor) - Method in class org.frankframework.core.PipeLine
 
setPipeLineProcessor(PipeLineProcessor) - Method in class org.frankframework.processors.PipeLineProcessorBase
 
setPipeNameInError(String) - Method in exception org.frankframework.core.PipeStartException
Set the name of the pipe in error.
setPipeProcessor(PipeProcessor) - Method in class org.frankframework.pipes.MessageSendingPipe
 
setPipeProcessor(PipeProcessor) - Method in class org.frankframework.processors.CorePipeLineProcessor
 
setPipeProcessor(PipeProcessor) - Method in class org.frankframework.processors.PipeProcessorBase
 
setPollGuardInterval(long) - Method in class org.frankframework.jms.PushingJmsListener
Interval in milliseconds for the poll guard to check whether a successful poll was done by the receive (https://docs.oracle.com/javaee/7/api/javax/jms/messageconsumer.html#receive-long-) since last check.
setPollInterval(int) - Method in class org.frankframework.receivers.Receiver
The number of seconds waited after an unsuccessful poll attempt, before another poll attempt is made.
setPooledConnection(boolean) - Method in class org.frankframework.filesystem.ConnectedFileSystemBase
 
setPort(int) - Method in class org.frankframework.filesystem.ImapFileSystem
The port of the IMAP server
setPort(int) - Method in class org.frankframework.filesystem.Samba2FileSystem
Port to connect to.
setPort(int) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setPort(int) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setPort(int) - Method in class org.frankframework.ftp.FtpSession
Port number of remote host
setPort(int) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setPort(int) - Method in class org.frankframework.ftp.SftpSession
Port number of remote host
setPort(int) - Method in class org.frankframework.ldap.LdapQueryPipeBase
Port of ldapProviderUrl.
setPort(int) - Method in class org.frankframework.receivers.ImapListener
 
setPort(int) - Method in class org.frankframework.senders.ImapSender
 
setPosition(Integer) - Method in class org.frankframework.management.bus.dto.StorageItemDTO
 
setPostType(HttpSender.PostType) - Method in class org.frankframework.http.HttpSender
If methodType=POST, PUT or PATCH, the type of post request
setPrefCSEncryption(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setPrefCSEncryption(String) - Method in class org.frankframework.ftp.SftpSession
Optional preferred encryption from client to server for sftp protocol
setPrefillProxyAuthCache(boolean) - Method in class org.frankframework.http.HttpSessionBase
Create a pre-emptive login context for the proxy connection(s).
setPrefix(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
Prefix to be prefixed on all database objects (tables, indices, sequences), e.g.
setPrefix(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
string which is inserted at the start of the destination file
setPrefSCEncryption(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setPrefSCEncryption(String) - Method in class org.frankframework.ftp.SftpSession
Optional preferred encryption from server to client for sftp protocol
setPreserveInput(boolean) - Method in interface org.frankframework.core.IPipe
If set true, the result of the pipe is replaced with the original input (i.e.
setPreserveInput(boolean) - Method in class org.frankframework.pipes.AbstractPipe
 
setPreserveInput(boolean) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setPreserveInput(boolean) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setPreserveInput(boolean) - Method in class org.frankframework.senders.SenderWrapperBase
If set true, the input of a pipe is restored before processing the next one
setPresumedTimeOutInterval(int) - Method in class org.frankframework.pipes.MessageSendingPipe
If the previous call was a timeout, the maximum time in seconds after this timeout to presume the current call is also a timeout.
setPrettyPrint(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
If true and scalar=false, multiline indented XML is produced
setPrettyPrint(boolean) - Method in class org.frankframework.mongodb.MongoDbSender
Format the output in easy legible way (currently only for XML)
setPrettyPrint(boolean) - Method in class org.frankframework.pipes.CsvParserPipe
Format the XML output in easy legible way
setPrettyPrint(boolean) - Method in class org.frankframework.pipes.JsonPipe
Format the output in easy legible way (currently only for XML)
setPrincipal(String) - Method in class org.frankframework.jms.JmsRealm
 
setPrincipal(String) - Method in class org.frankframework.jndi.JndiBase
username to connect to context, maps to context.security_principal
setPrincipalNameClaim(String) - Method in class org.frankframework.http.rest.ApiListener
Claim name which specifies the principal name (maps to GetPrincipalPipe)
setPriority(int) - Method in class org.frankframework.jms.JmsSender
Sets the priority that is used to deliver the message.
setPrivateKeyAuthAlias(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setPrivateKeyAuthAlias(String) - Method in class org.frankframework.ftp.SftpSession
Name of the alias to obtain credentials for passphrase of private key file
setPrivateKeyFilePath(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setPrivateKeyFilePath(String) - Method in class org.frankframework.ftp.SftpSession
Path to private key file for sftp authentication
setPrivateKeyPassword(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setPrivateKeyPassword(String) - Method in class org.frankframework.ftp.SftpSession
Passphrase of private key file
setProcessedFolder(String) - Method in class org.frankframework.filesystem.FileSystemListener
Folder where files are stored after being processed
setProcessFile(boolean) - Method in class org.frankframework.compression.ZipIteratorPipe
Deprecated.
setProcessFile(boolean) - Method in class org.frankframework.pipes.ForEachChildElementPipe
Deprecated.
setProcessFile(boolean) - Method in class org.frankframework.pipes.UnzipPipe
Deprecated.
setProcessResultCacheSize(int) - Method in class org.frankframework.receivers.Receiver
Size of the cache to keep process results, used by maxRetries
setProduceNamespacelessXml(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true, all XML that is generated is without a namespace set
setProduceNamespaceLessXml(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
Deprecated.
setProduces(MediaTypes) - Method in class org.frankframework.http.rest.ApiListener
The specified contentType on response.
setProduces(RestListener.MediaTypes) - Method in class org.frankframework.http.RestListener
Mediatype (e.g.
setProperties(Properties) - Method in class org.frankframework.jta.narayana.NarayanaConfigurationBean
 
setProperty(String, boolean) - Method in class org.frankframework.util.AppConstants
 
setProperty(String, Object) - Method in class org.frankframework.stream.xml.JsonXslt3XmlReader
 
setProperty(String, String) - Method in class org.frankframework.util.AppConstants
Add property to global AppConstants
setPropertyName(String) - Method in class org.frankframework.configuration.OverwritePropertySourcePostProcessor
 
setPropertyValue(String) - Method in class org.frankframework.configuration.OverwritePropertySourcePostProcessor
 
setProt(FtpSession.Prot) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setProt(FtpSession.Prot) - Method in class org.frankframework.ftp.FtpSession
Sets the Data Channel Protection Level.
setProtocol(String) - Method in class org.frankframework.encryption.AuthSSLContextFactory
 
setProtocol(String) - Method in class org.frankframework.http.HttpSessionBase
Secure socket protocol (such as 'TLSv1.2') to use when a SSLContext object is generated.
setProtocol(String) - Method in class org.frankframework.senders.SendGridSender
 
setProvider(String) - Method in class org.frankframework.pipes.SignaturePipe
Cryptography provider
setProviderURL(String) - Method in class org.frankframework.jms.JmsRealm
 
setProviderURL(String) - Method in class org.frankframework.jndi.JndiBase
Sets the value of providerURL
setProxiedDestinationNames(Map<String, String>) - Method in class org.frankframework.jms.JMSFacade
 
setProxyAuthAlias(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
proxy authAlias
setProxyAuthAlias(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setProxyAuthAlias(String) - Method in class org.frankframework.ftp.SftpSession
alias to obtain credentials to authenticate on proxy
setProxyAuthAlias(String) - Method in class org.frankframework.http.HttpSessionBase
Alias used to obtain credentials for authentication to proxy
setProxyAuthAlias(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setProxyAuthAlias(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setProxyAuthAlias(String) - Method in class org.frankframework.senders.SendGridSender
 
setProxyDomain(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
proxy domain
setProxyDomain(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setProxyDomain(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setProxyHost(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
proxy host
setProxyHost(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setProxyHost(String) - Method in class org.frankframework.ftp.FtpSession
Proxy hostname
setProxyHost(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setProxyHost(String) - Method in class org.frankframework.ftp.SftpSession
Proxy hostname
setProxyHost(String) - Method in class org.frankframework.http.HttpSessionBase
Proxy host
setProxyHost(String) - Method in class org.frankframework.http.WebServiceNtlmSender
 
setProxyHost(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setProxyHost(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setProxyHost(String) - Method in class org.frankframework.senders.SendGridSender
 
setProxyPassword(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
proxy password
setProxyPassword(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setProxyPassword(String) - Method in class org.frankframework.ftp.SftpSession
Default password in case proxy requires authentication
setProxyPassword(String) - Method in class org.frankframework.http.HttpSessionBase
Proxy password
setProxyPassword(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setProxyPassword(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setProxyPassword(String) - Method in class org.frankframework.senders.SendGridSender
 
setProxyPort(int) - Method in class org.frankframework.filesystem.ExchangeFileSystem
proxy port
setProxyPort(int) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setProxyPort(int) - Method in class org.frankframework.ftp.FtpSession
Proxy port
setProxyPort(int) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setProxyPort(int) - Method in class org.frankframework.ftp.SftpSession
Proxy port
setProxyPort(int) - Method in class org.frankframework.http.HttpSessionBase
Proxy port
setProxyPort(int) - Method in class org.frankframework.http.WebServiceNtlmSender
 
setProxyPort(int) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setProxyPort(int) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setProxyPort(int) - Method in class org.frankframework.senders.SendGridSender
 
setProxyRealm(String) - Method in class org.frankframework.http.HttpSessionBase
Proxy realm
setProxyRealm(String) - Method in class org.frankframework.senders.SendGridSender
 
setProxyTransportType(FtpSession.TransportType) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setProxyTransportType(FtpSession.TransportType) - Method in class org.frankframework.ftp.FtpSession
(ftps) Transport type in case of sftp
setProxyTransportType(SftpSession.TransportType) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setProxyTransportType(SftpSession.TransportType) - Method in class org.frankframework.ftp.SftpSession
Transport type in case of sftp
setProxyUsername(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
proxy username
setProxyUsername(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setProxyUsername(String) - Method in class org.frankframework.ftp.SftpSession
Default user name in case proxy requires authentication
setProxyUsername(String) - Method in class org.frankframework.http.HttpSessionBase
Proxy username
setProxyUsername(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setProxyUsername(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setProxyUsername(String) - Method in class org.frankframework.senders.SendGridSender
 
setPsviProvider(PSVIProvider) - Method in class org.frankframework.align.XmlAligner
 
setPublicKeys(String) - Method in class org.frankframework.pipes.PGPPipe
Path to the recipient's public key.
setQuery(String) - Method in class org.frankframework.jdbc.FixedQuerySender
The SQL query text to be executed each time sendMessage() is called
setQuery(String) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase.MixedQuerySender
 
setQuery(String) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
The SQL query text to be excecuted each time sendMessage() is called.
setQuery(String) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
A SQL statement that calls a stored procedure.
setQuery(String) - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
The SQL query text to be executed
setQueryTimeout(int) - Method in class org.frankframework.scheduler.job.CleanupDatabaseJob
The number of seconds the database driver will wait for a statement to execute.
setQueryTimeout(int) - Method in class org.frankframework.scheduler.job.ExecuteQueryJob
The number of seconds the database driver will wait for a statement to execute.
setQueryType(JdbcQuerySenderBase.QueryType) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Type of query to be executed
setQueryType(JdbcQuerySenderBase.QueryType) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
The query type.
setQueueConnectionFactoryName(String) - Method in class org.frankframework.jms.JMSFacade
Used when destinationType = QUEUE.
setQueueConnectionFactoryName(String) - Method in class org.frankframework.jms.JmsRealm
Set the name of the QueueConnectionFactory
setRaised(boolean) - Method in class org.frankframework.monitoring.Monitor
 
setReadAttributes(boolean) - Method in class org.frankframework.align.Json2Xml
 
setReadMimeContents(boolean) - Method in class org.frankframework.filesystem.MailFileSystemBase
If set true, the contents will be read in MIME format
setReadTimeout(int) - Method in class org.frankframework.jwt.JwtValidator
 
setRealm(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
SPNEGO only: Kerberos Realm, case sensitive.
setRealm(String) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setRealmName(String) - Method in class org.frankframework.jms.JmsRealm
Set the name of this realm
setRealTxManager(PlatformTransactionManager) - Method in class org.frankframework.jta.SpringTxManagerProxy
 
setReasonSessionKey(String) - Method in class org.frankframework.pipes.JsonValidator
If set: key of session variable to store reasons of mis-validation in
setReasonSessionKey(String) - Method in class org.frankframework.pipes.XmlValidator
 
setReasonSessionKey(String) - Method in class org.frankframework.validation.AbstractXmlValidator
If set: key of session variable to store reasons of mis-validation in
setReceiver(Receiver<?>) - Method in class org.frankframework.management.bus.endpoints.WebServices.ListenerDAO
 
setReceiver(Receiver<String>) - Method in class org.frankframework.http.rest.ApiListener
 
setReceiver(Receiver<Message>) - Method in class org.frankframework.jms.PushingJmsListener
 
setReceiver(Receiver<M>) - Method in interface org.frankframework.core.IPortConnectedListener
 
setReceiver(Receiver<M>) - Method in class org.frankframework.receivers.PullingListenerContainer
 
setReceiver(Receiver<M>) - Method in interface org.frankframework.receivers.ReceiverAware
 
setReceiverName(String) - Method in class org.frankframework.scheduler.job.IbisActionJob
Receiver on which job operates
setRecipientList(List<MailSenderBase.EMail>) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setRecipients(String) - Method in class org.frankframework.pipes.PGPPipe
Recipients to be used during encryption stage.
setRecipientsOnMessage(StringBuilder) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setRecordName(String) - Method in class org.frankframework.util.DB2DocumentWriter
 
setRecordName(String) - Method in class org.frankframework.util.DB2XMLWriter
 
setRecursiveSearch(boolean) - Method in class org.frankframework.ldap.LdapFindGroupMembershipsPipe
when true, the memberOf attribute is also searched in all the found members
setRecursiveSearch(boolean) - Method in class org.frankframework.ldap.LdapFindMemberPipe
when true, the member attribute is also searched in all the found members
setRef(String) - Method in class org.frankframework.configuration.Include
reference to a configuration to be included in the current.
setRegex(String) - Method in class org.frankframework.logging.IbisThreadFilter
Sets the pattern to match.
setRegex(String) - Method in class org.frankframework.pipes.XmlIf
regular expression to be applied to the input-message (ignored if xpathexpression is specified).
setRegisterMethod(String) - Method in class org.frankframework.configuration.digester.DigesterRule
The 'set-next-rule' attribute.
setRegisterTextMethod(String) - Method in class org.frankframework.configuration.digester.DigesterRule
The 'registerTextMethod()' attribute.
setRegistry(MeterRegistry) - Method in class org.frankframework.metrics.PrometheusMeterServlet
 
setRemoteDirectory(String) - Method in class org.frankframework.filesystem.FtpFileSystem
pathname of the file or directory to list.
setRemoteDirectory(String) - Method in class org.frankframework.filesystem.SftpFileSystem
Path of the file or directory to start working.
setRemoteDirectory(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setRemoteDirectory(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setRemoveCompactMsgNamespaces(boolean) - Method in interface org.frankframework.core.IPipe
 
setRemoveCompactMsgNamespaces(boolean) - Method in class org.frankframework.pipes.AbstractPipe
 
setRemoveCompactMsgNamespaces(boolean) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setRemoveCompactMsgNamespaces(boolean) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setRemoveCompactMsgNamespaces(boolean) - Method in class org.frankframework.receivers.Receiver
 
setRemoveCompactMsgNamespaces(boolean) - Method in class org.frankframework.util.CompactSaxHandler
 
setRemoveDuplicates(boolean) - Method in class org.frankframework.pipes.IteratingPipe
When true duplicate input elements are removed, i.e.
setRemoveNamespaces(boolean) - Method in class org.frankframework.parameters.Parameter
When set true namespaces (and prefixes) in the input message are removed before the stylesheet/xpathExpression is executed
setRemoveNamespaces(boolean) - Method in class org.frankframework.pipes.ForEachChildElementPipe
If set true namespaces (and prefixes) are removed from the items just before forwarding them to the sender.
setRemoveNamespaces(boolean) - Method in class org.frankframework.pipes.XsltPipe
 
setRemoveNamespaces(boolean) - Method in class org.frankframework.senders.XsltSender
If set true namespaces (and prefixes) in the input message are removed before transformation
setRemoveNonEmptyFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemActor
If set to true then the folder and the content of the non empty folder will be deleted.
setRemoveNonEmptyFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setRemoveNonEmptyFolder(boolean) - Method in class org.frankframework.filesystem.FileSystemSender
 
setRemoveOutputNamespaces(boolean) - Method in class org.frankframework.soap.SoapWrapperPipe
(only used when direction=unwrap) If true, namespaces (and prefixes) in the content of the soap body are removed
setRemoveUnusedOutputNamespaces(boolean) - Method in class org.frankframework.soap.SoapWrapperPipe
(only used when direction=unwrap and removeoutputnamespaces=false) If true, unused namespaces in the content of the soap body are removed
setRemoveXmlDeclarationInResults(boolean) - Method in class org.frankframework.pipes.IteratingPipe
Postprocess each partial result, to remove the xml-declaration, as this is not allowed inside an xml-document
setReplace(String) - Method in class org.frankframework.pipes.ReplacerPipe
Sets the string that will replace each of the occurrences of the find-string.
setReplaceFixedParams(boolean) - Method in class org.frankframework.pipes.FixedResultPipe
When set true, parameter replacement matches name-of-parameter, not ${name-of-parameter}
setReplaceFrom(String) - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
 
setReplaceFrom(String) - Method in class org.frankframework.pipes.FixedResultPipe
If set, every occurrence of this attribute's value is replaced by the value of replaceTo.
setReplaceFrom(String) - Method in class org.frankframework.senders.FixedResultSender
 
setReplaceNonXmlChar(String) - Method in class org.frankframework.pipes.ReplacerPipe
character that will replace each non valid xml character (empty string is also possible) (use &#x00bf; for inverted question mark)
setReplaceNonXmlChars(boolean) - Method in class org.frankframework.pipes.ReplacerPipe
Replace all characters that are non-printable according to the XML specification with the value specified in ReplacerPipe.setReplaceNonXmlChar(String).
setReplaceNonXmlChars(boolean) - Method in class org.frankframework.pipes.Text2XmlPipe
Replace all non xml chars (not in the character range as specified by the xml specification) with the inverted question mark (0x00bf)
setReplaceNullMessage(boolean) - Method in class org.frankframework.core.Adapter
If true a null message is replaced by an empty message
setReplaceTo(String) - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
 
setReplaceTo(String) - Method in class org.frankframework.pipes.FixedResultPipe
See replaceFrom.
setReplaceTo(String) - Method in class org.frankframework.senders.FixedResultSender
 
setReply(SenderResult) - Method in class org.frankframework.core.RequestReplyExecutor
 
setReplyAddressFields(String) - Method in class org.frankframework.filesystem.MailFileSystemBase
Comma separated list of fields to try as response address
setReplyAddressFields(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setReplyAddressFields(String) - Method in class org.frankframework.receivers.ImapListener
 
setReplyAddressFields(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setReplyAddressFields(String) - Method in class org.frankframework.senders.ImapSender
 
setReplyDeliveryMode(JMSFacade.DeliveryMode) - Method in class org.frankframework.jms.JmsListenerBase
Controls mode that reply messages are sent with
setReplyDestinationName(String) - Method in class org.frankframework.jms.JmsListenerBase
Name of the JMS destination (queue or topic) to use for sending replies.
setReplyEncodingStyleURI(String) - Method in class org.frankframework.jms.JmsListenerBase
 
setReplyMessageTimeToLive(long) - Method in class org.frankframework.jms.JmsListenerBase
Time in milliseconds after which the reply-message will expire
setReplyMessageType(String) - Method in class org.frankframework.jms.JmsListenerBase
Value of the JMSType field of the reply message
setReplyNamespaceURI(String) - Method in class org.frankframework.jms.JmsListenerBase
 
setReplyNotFound(boolean) - Method in class org.frankframework.ldap.LdapSender
(Only used when operation=search/deepsearch) when true the xml '<ldapresult>object not found</ldapresult>' is returned instead of the PartialResultException 'unprocessed continuation reference(s)'
setReplyPriority(int) - Method in class org.frankframework.jms.JmsListenerBase
Sets the priority that is used to deliver the reply message.
setReplySoapAction(String) - Method in class org.frankframework.jms.JmsListenerBase
 
setReplySoapHeaderSessionKey(String) - Method in class org.frankframework.jms.JmsSender
session key to store SOAP header of reply
setReplyTimeout(int) - Method in class org.frankframework.jms.JmsSender
(Only for synchronous=true).
setReplyTo(MailSenderBase.EMail) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setReplyToName(String) - Method in class org.frankframework.jms.JmsSender
Name of the queue the reply is expected on.
setReportLevel(String) - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
setReportLevel(String) - Method in interface org.frankframework.configuration.classloaders.IConfigurationClassLoader
Defines the log level for errors caused by the configure method
setRequest(Message) - Method in class org.frankframework.core.RequestReplyExecutor
 
setRequestReplyLogging(boolean) - Method in class org.frankframework.core.Adapter
Deprecated.
setRequestStream(Object) - Method in class org.frankframework.stream.MessageOutputStream
 
setRequestStream(Object) - Method in class org.frankframework.stream.MessageOutputStreamCap
 
setRequiredClaims(String) - Method in class org.frankframework.http.rest.ApiListener
Comma separated list of required claims
setRequiredIssuer(String) - Method in class org.frankframework.http.rest.ApiListener
Issuer to validate JWT
setResourceInternalReference(String) - Method in class org.frankframework.validation.XSD
 
setResponse(Message) - Method in class org.frankframework.stream.MessageOutputStream
Response message, e.g.
setResponseContentType(PipeLineSession, String) - Static method in class org.frankframework.http.RestListenerUtils
Deprecated.
setResponseHeadersToSessionKeys(String) - Method in class org.frankframework.jms.JmsSender
A list of JMS headers of the response to add to the PipeLineSession
setResponseRoot(String) - Method in class org.frankframework.core.PipeLineExit
Configures the responseRoot in the OpenAPI schema for this exit.
setResponseRoot(String) - Method in class org.frankframework.pipes.ValidatorBase
Name of the response root element
setResponseRoot(String) - Method in class org.frankframework.pipes.XmlValidator
Name of the response root element, or a comma separated list of element names.
setResponseTime(long) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
The time in milliseconds to delay when no records are to be processed, and this class has to look for the arrival of a new file
setRestoreMovedElements(boolean) - Method in interface org.frankframework.core.IPipe
If set true, compacted messages in the result are restored to their original format (see also IPipe.setElementToMove(java.lang.String))
setRestoreMovedElements(boolean) - Method in class org.frankframework.pipes.AbstractPipe
 
setRestoreMovedElements(boolean) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setRestoreMovedElements(boolean) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setRestPath(String) - Method in class org.frankframework.http.RestListener
Can be either /rest or /rest-public and must correspond with the available RestListenerServlet path(s).
setRestPath(String) - Method in class org.frankframework.pipes.EtagHandlerPipe
Deprecated.
 
setResult(Object) - Method in class org.frankframework.core.PipeRunResult
 
setResult(String) - Method in class org.frankframework.util.flow.ResultHandler
 
setResult(Result) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Enables the user of the TransformerHandler to set the to set the Result for the transformation.
setResult(Message) - Method in class org.frankframework.core.PipeLineResult
 
setResult(Message) - Method in class org.frankframework.core.SenderResult
 
setResultHandler(ResultHandler) - Method in class org.frankframework.javascript.J2V8
 
setResultHandler(ResultHandler) - Method in interface org.frankframework.javascript.JavascriptEngine
Registers the result and error functions to be handled by the given result handler.
setResultIsContent(boolean) - Method in class org.frankframework.pipes.CompressPipe
flag indicates whether the result must be written to the message or to a file (filename = message)
setResultOnEmptyPostbox(String) - Method in class org.frankframework.pipes.PostboxRetrieverPipe
Deprecated.
result when no object is on postbox
setResultOnTimeOut(String) - Method in class org.frankframework.pipes.MessageSendingPipe
The message (e.g.
setResultQuery(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Query that can be used to obtain result of side-effect of update-query, like generated value of sequence.
setResultSender(String) - Method in class org.frankframework.senders.ShadowSender
The sender name which will process the results
setResultStatusCodeSessionKey(String) - Method in class org.frankframework.http.HttpSenderBase
If set, the status code of the HTTP response is put in the specified sessionKey and the (error or okay) response message is returned.
setRetention(int) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The time (in days) to keep the record in the database before making it eligible for deletion by a cleanup process.
setRetention(int) - Method in class org.frankframework.util.Locker
The time (for type=P in days and for type=T in hours) to keep the record in the database before making it eligible for deletion by a cleanup process
setRetention(String) - Method in class org.frankframework.util.DirectoryCleaner
time (with suffix 'd', 'h', 'm' or 's' in milliseconds) that must have passed at least before a file will be deleted
setRetrieveMultipart(boolean) - Method in class org.frankframework.http.RestListener
Indicates whether the parts of a multipart entity should be retrieved and put in session keys.
setRetryDelay(int) - Method in class org.frankframework.util.Locker
The time in ms to wait before another attempt to acquire a lock is made
setRetryMaxInterval(int) - Method in class org.frankframework.pipes.MessageSendingPipe
The maximum number of seconds waited after an unsuccessful processing attempt before another processing attempt is made
setRetryMinInterval(int) - Method in class org.frankframework.pipes.MessageSendingPipe
The starting number of seconds waited after an unsuccessful processing attempt before another processing attempt is made.
setRetryNamespaceDefs(String) - Method in class org.frankframework.pipes.MessageSendingPipe
Namespace defintions for retryXPath.
setRetryXPath(String) - Method in class org.frankframework.pipes.MessageSendingPipe
XPath expression evaluated on each technical successful reply.
setReturnedSessionKeys(String) - Method in class org.frankframework.receivers.JavaListener
Comma separated list of keys of session variables that should be returned to caller, for correct results as well as for erroneous results.
setReturnedSessionKeys(String) - Method in class org.frankframework.receivers.Receiver
Deprecated.
setReturnedSessionKeys(String) - Method in class org.frankframework.senders.IbisJavaSender
Comma separated list of keys of session variables that will be returned to caller, for correct results as well as for erroneous results.
setReturnedSessionKeys(String) - Method in class org.frankframework.senders.IbisLocalSender
Comma separated list of keys of session variables that will be returned to caller, for correct results as well as for erroneous results.
setReturnFixedDate(boolean) - Method in class org.frankframework.pipes.PutSystemDateInSession
If true, the date/time returned will always be "2001-12-17 09:30:47" (for testing purposes only).
setReturnString(String) - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
returned message
setReturnString(String) - Method in class org.frankframework.pipes.FixedResultPipe
Returned message.
setReturnString(String) - Method in class org.frankframework.senders.FixedResultSender
returned message
setRevertInProcessStatusQuery(String) - Method in class org.frankframework.jdbc.JdbcQueryListener
Deprecated.
SQL statement to set the status of a row to 'available'.
setRole(String) - Method in class org.frankframework.pipes.IsUserInRolePipe
the j2ee role(s) to check, if the user in multiple roles, the first specified role will be matched.
setRoleClaim(String) - Method in class org.frankframework.http.rest.ApiListener
Claim name which specifies the role
setRollbackOnly() - Method in class org.frankframework.core.IbisTransaction
 
setRoot(String) - Method in class org.frankframework.filesystem.LocalFileSystem
Path to the folder that serves as the root of this virtual filesystem.
setRoot(String) - Method in class org.frankframework.pipes.LocalFileSystemPipe
the folder that serves as the root of this virtual filesystem
setRoot(String) - Method in class org.frankframework.pipes.ValidatorBase
Name of the root element
setRoot(String) - Method in class org.frankframework.pipes.XmlValidator
Name of the root element, or a comma separated list of element names.
setRoot(String) - Method in class org.frankframework.pipes.XmlWellFormedChecker
name of the root element
setRoot(String) - Method in class org.frankframework.receivers.DirectoryListener
Optional base folder, that serves as root for all other folders
setRoot(String) - Method in class org.frankframework.senders.LocalFileSystemSender
Optional base folder, that serves as root for all other folders
setRoot(String) - Method in class org.frankframework.soap.SoapValidator
Deprecated.
setRoot(String) - Method in class org.frankframework.soap.SoapWrapperPipe
If not empty, the root element in the soap body is changed to this value
setRootElement(String) - Method in class org.frankframework.align.ToXml
 
setRootElementSessionKey(String) - Method in class org.frankframework.pipes.XmlValidator
Key of session variable to store the name of the root element
setRootNamespaceSessionKey(String) - Method in class org.frankframework.pipes.XmlValidator
Key of session variable to store the namespace of the root element
setRootXsd(boolean) - Method in class org.frankframework.validation.XSD
 
setRotateDays(int) - Method in class org.frankframework.filesystem.FileSystemActor
For action="append": If set to a positive number, the file is rotated each day, and this number of files is kept.
setRotateDays(int) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setRotateDays(int) - Method in class org.frankframework.filesystem.FileSystemSender
 
setRotateSize(int) - Method in class org.frankframework.filesystem.FileSystemActor
For action="append": If set to a positive number, the file is rotated when it has reached the specified size, and the number of files specified in numberOfBackups is kept.
setRotateSize(int) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setRotateSize(int) - Method in class org.frankframework.filesystem.FileSystemSender
 
setRounds(int) - Method in class org.frankframework.pipes.PasswordHashPipe
 
setRoundsSessionKey(String) - Method in class org.frankframework.pipes.PasswordHashPipe
 
setRowIdSessionKey(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
If specified, the rowid of the processed row is put in the pipelinesession under the specified key (only applicable for querytype=other).
setRowIdSessionKey(String) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setRunning(boolean) - Method in class org.frankframework.http.PushingListenerAdapter
 
setRunState(RunState) - Method in class org.frankframework.receivers.Receiver
Changes runstate.
setRunState(RunState) - Method in class org.frankframework.util.RunStateManager
 
SetRunStateEnquirer(RunStateEnquirer) - Method in class org.frankframework.jms.PullingJmsListener
 
SetRunStateEnquirer(RunStateEnquirer) - Method in interface org.frankframework.util.RunStateEnquiring
 
setSapSystems(SapSystems) - Method in class org.frankframework.configuration.Configuration
 
setScalar(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
When true, the value of the first column of the first row (or the startrow) is returned as the only result, as a simple non-xml value
setScalarExtended(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
When true and scalar is also true, but returns no value, one of the following is returned: '[absent]' no row is found '[null]' a row is found, but the value is a SQL-NULL '[empty]' a row is found, but the value is a empty string
setScanInterval(int) - Method in class org.frankframework.configuration.classloaders.ScanningDirectoryClassLoader
 
setScheduleManager(ScheduleManager) - Method in class org.frankframework.configuration.Configuration
Container for jobs scheduled for periodic execution.
setScheduler(Scheduler) - Method in class org.frankframework.scheduler.SchedulerHelper
 
setSchedulerHelper(SchedulerHelper) - Method in class org.frankframework.configuration.ScheduleManager
 
setSchedulerHelper(SchedulerHelper) - Method in class org.frankframework.scheduler.SchedulerSender
 
setSchema(String) - Method in class org.frankframework.pipes.JsonValidator
The JSON Schema to validate to
setSchema(String) - Method in class org.frankframework.pipes.XmlValidator
The filename of the schema on the classpath.
setSchema(String) - Method in class org.frankframework.soap.SoapValidator
Deprecated.
setSchemaContentsWriter(StringWriter) - Method in class org.frankframework.validation.xsd.StringXsd
 
setSchemaInformation(List<XSModel>) - Method in class org.frankframework.align.XmlAligner
 
setSchemaLocation(String) - Method in class org.frankframework.pipes.XmlValidator
Pairs of URI references (one for the namespace name, and one for a hint as to the location of a schema document defining names for that namespace name).
The syntax is the same as for schemaLocation attributes in instance documents: e.g, "http://www.example.com file%20name.xsd".
The user can specify more than one XML Schema in the list.
Note that spaces are considered separators for this attributed.
setSchemaLocationToAdd(String) - Method in class org.frankframework.pipes.WsdlXmlValidator
Pairs of URI references which will be added to the WSDL
setSchemaOwner4Check(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
Schema owner to be used to check the database
setSchemaSessionKey(String) - Method in class org.frankframework.pipes.ValidatorBase
Session key for retrieving a schema
setSchemasProvider(SchemasProvider) - Method in class org.frankframework.validation.AbstractXmlValidator
 
setScope(String) - Method in class org.frankframework.http.HttpSessionBase
Space or comma separated list of scope items requested for accessToken, e.g.
setSearchTimeout(int) - Method in class org.frankframework.ldap.LdapSender
Specifies the time (in ms) that is spent searching for results for operation search
setSecLogSessionKeys(String) - Method in interface org.frankframework.core.IPipe
(Only used when writetoseclog=true) Comma separated list of keys of session variables that is appended to the security log record
setSecLogSessionKeys(String) - Method in class org.frankframework.pipes.AbstractPipe
(only used when writeToSecLog=true) comma separated list of keys of session variables that is appended to the security log record
setSecLogSessionKeys(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setSecLogSessionKeys(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setSecondContentHandler(ContentHandler) - Method in class org.frankframework.stream.xml.XmlTee
 
setSecret(String) - Method in class org.frankframework.pipes.HashPipe
The secret to hash with.
setSecretKey(String) - Method in class org.frankframework.pipes.PGPPipe
Path to the private key.
setSecretPassword(String) - Method in class org.frankframework.pipes.PGPPipe
Password for the private key.
setSecurityHandler(ISecurityHandler) - Method in class org.frankframework.core.PipeLineSession
 
setSecurityProtocol(String) - Method in class org.frankframework.jms.JmsRealm
 
setSecurityProtocol(String) - Method in class org.frankframework.jndi.JndiBase
maps to the field context.security_protocol
setSelectCondition(String) - Method in class org.frankframework.jdbc.JdbcTableListener
Additional condition for a row to belong to this TableListener.
setSelectQuery(String) - Method in class org.frankframework.jdbc.JdbcListener
 
setSelectQuery(String) - Method in class org.frankframework.jdbc.JdbcQueryListener
Deprecated.
 
setSelectQuery(String) - Method in class org.frankframework.jdbc.SimpleJdbcListener
count query that returns the number of available records.
setSelfRegisterMethod(String) - Method in class org.frankframework.configuration.digester.DigesterRule
The 'set-top-rule' attribute.
setSender(ISender) - Method in class org.frankframework.jms.JmsListenerBase
Deprecated.
setSender(ISender) - Method in class org.frankframework.monitoring.SenderMonitorAdapter
 
setSender(ISender) - Method in class org.frankframework.pipes.IteratingPipe
 
setSender(ISender) - Method in class org.frankframework.pipes.MessageSendingPipe
The sender that should send the message
setSender(ISender) - Method in class org.frankframework.pipes.SenderPipe
 
setSender(ISender) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
setSender(ISender) - Method in class org.frankframework.receivers.Receiver
Sender to which the response (output of PipeLine) should be sent.
setSender(ISender) - Method in class org.frankframework.senders.ReconnectSenderWrapper
specification of sender to send messages with
setSender(ISender) - Method in class org.frankframework.senders.SenderSeries
Deprecated.
setSender(ISender) - Method in class org.frankframework.senders.SenderWrapper
specification of sender to send messages with
setSenderWrapperProcessor(SenderWrapperProcessor) - Method in class org.frankframework.processors.SenderWrapperProcessorBase
 
setSenderWrapperProcessor(SenderWrapperProcessor) - Method in class org.frankframework.senders.SenderWrapperBase
 
setSequenceName(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The name of the sequence used to generate the primary key, for DBMSes that use sequences, like Oracle
setServiceName(String) - Method in class org.frankframework.http.HttpListener
Deprecated.
name of the service that is provided by the adapter of this listener
setServiceName(String) - Method in class org.frankframework.receivers.JavaListener
External Name of the listener.
setServiceName(String) - Method in class org.frankframework.senders.IbisJavaSender
ServiceName of the JavaListener that should be called.
setServiceName(String) - Method in class org.frankframework.senders.IbisLocalSender
Deprecated.
setServiceNameSessionKey(String) - Method in class org.frankframework.senders.IbisJavaSender
Key of session variable to specify ServiceName of the JavaListener that should be called.
setServiceNamespace(String) - Method in class org.frankframework.http.WebServiceSender
the namespace of the message sent.
setServiceNamespace(String) - Method in class org.frankframework.soap.SoapWrapperPipe
The default for the namespace of the message sent.
setServiceNamespaceParam(String) - Method in class org.frankframework.http.WebServiceSender
parameter to obtain the servicenamespace
setServiceNamespaceURI(String) - Method in class org.frankframework.http.WebServiceListener
Namespace of the service that is provided by the adapter of this listener.
setServiceNamespaceURI(String) - Method in class org.frankframework.http.WebServiceSender
Deprecated.
setServiceNamespaceURI(String) - Method in class org.frankframework.jms.JmsSender
SOAP service namespace URI
setServiceNamespaceURIParam(String) - Method in class org.frankframework.http.WebServiceSender
Deprecated.
setServiceSelectionStylesheetFilename(String) - Method in class org.frankframework.pipes.XmlSwitch
Deprecated.
setServletContext(ServletContext) - Method in class org.frankframework.lifecycle.servlets.HttpSecurityConfigurer
 
setServletManager(ServletManager) - Method in class org.frankframework.http.rest.ApiListener
 
setServletManager(ServletManager) - Method in class org.frankframework.lifecycle.ServletRegisteringPostProcessor
 
setServletManager(ServletManager) - Method in class org.frankframework.lifecycle.servlets.HttpSecurityConfigurer
 
setServletManager(ServletManager) - Method in class org.frankframework.lifecycle.VerifyServerSecurityBean
 
setSessionKey(String) - Method in class org.frankframework.parameters.Parameter
Key of a PipelineSession-variable.
setSessionKey(String) - Method in class org.frankframework.pipes.GetFromSession
Key of the session variable to retrieve the output message from.
setSessionKey(String) - Method in class org.frankframework.pipes.IncreaseIntegerPipe
Reference to the session variable whose value is to be increased
setSessionKey(String) - Method in class org.frankframework.pipes.PutInSession
Key of the session variable to store the input in
setSessionKey(String) - Method in class org.frankframework.pipes.PutSystemDateInSession
Key of session variable to store systemdate in
setSessionKey(String) - Method in class org.frankframework.pipes.RemoveFromSession
name of the key of the entry in the pipelinesession to remove.
setSessionKey(String) - Method in class org.frankframework.pipes.UploadFilePipe
Deprecated.
name of the key in the pipelinesession which contains the inputstream
setSessionKey(String) - Method in class org.frankframework.pipes.XmlIf
Deprecated.
setSessionKey(String) - Method in class org.frankframework.pipes.XmlSwitch
Deprecated.
setSessionKey(String) - Method in class org.frankframework.pipes.XsltPipe
Deprecated.
setSessionKeys(String) - Method in class org.frankframework.jdbc.MessageStoreListener
Comma separated list of sessionKey's to be read together with the message.
setSessionKeys(String) - Method in class org.frankframework.jdbc.MessageStoreSender
Comma separated list of sessionKey's to be stored together with the message.
setSessionKeyXPath(String) - Method in class org.frankframework.parameters.Parameter
Instead of a fixed sessionKey it's also possible to use a XPath expression applied to the input message to extract the name of the session-variable.
setSessionWaitTimeout(int) - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
setSeverity(Severity) - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
setSeverity(Severity) - Method in interface org.frankframework.monitoring.ITrigger
 
setSeverity(Severity) - Method in class org.frankframework.monitoring.Trigger
 
setShare(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
The destination, aka smb://xxx/yyy share
setShare(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
May not contain '\\' characters.
setShare(String) - Method in interface org.frankframework.filesystem.smb.Samba1FileSystemDelegator
 
setShare(String) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setSharedResourceRef(String) - Method in interface org.frankframework.core.CanUseSharedResource
 
setSharedResourceRef(String) - Method in class org.frankframework.http.HttpSenderBase
 
setSharedResources(SharedResources) - Method in class org.frankframework.configuration.Configuration
 
setSharedSecret(String) - Method in class org.frankframework.pipes.JwtPipe
Shared secret to be used when signing the JWT (using the HmacSHA256 algorithm)
setSharedWsdlDefinitions(SharedWsdlDefinitions) - Method in class org.frankframework.pipes.WsdlXmlValidator
 
setSignatureBase64(boolean) - Method in class org.frankframework.pipes.SignaturePipe
if true, the signature is (expected to be) base64 encoded
setSigns(String) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
the signs to use
setSimple(boolean) - Method in class org.frankframework.filesystem.MailListener
Deprecated.
setSize(long) - Method in class org.frankframework.compression.MessageZipEntry
 
setSizeStatistics(boolean) - Method in class org.frankframework.pipes.AbstractPipe
 
setSkip(int) - Method in class org.frankframework.pipes.SkipPipe
Number of bytes (for binary input) or characters (for character input) to skip.
setSkipBOM(boolean) - Method in class org.frankframework.compression.ZipIteratorPipe
If set to true, a possible bytes order mark (BOM) at the start of the file is skipped (only used for encoding uft-8)
setSkipBOM(boolean) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setSkipBOM(boolean) - Method in class org.frankframework.util.FileHandler
when set to true, a possible bytes order mark (bom) at the start of the file is skipped (only used for the action read and encoding uft-8)
setSkipEmptyTags(boolean) - Method in class org.frankframework.pipes.XsltPipe
 
setSkipEmptyTags(boolean) - Method in class org.frankframework.senders.XsltSender
If set true empty tags in the output are removed after transformation
setSkipOnEmptyInput(boolean) - Method in class org.frankframework.pipes.FixedForwardPipe
If set, the processing continues directly at the forward of this pipe, without executing the pipe itself, if the input is empty
setSkipRoot(boolean) - Method in class org.frankframework.xml.BodyOnlyFilter
 
setSkipRootElement(boolean) - Method in class org.frankframework.align.content.JsonDocumentContainer
 
setSkipValidation(boolean) - Method in class org.frankframework.core.PipeLineExit
If set to true, the output will not be validated or transformed by the validator.
setSkipWrapping(boolean) - Method in class org.frankframework.core.PipeLineExit
If set to true, the output will not be wrapped by the OutputWrapper.
setSleepWhenEqualToPrevious(long) - Method in class org.frankframework.pipes.PutSystemDateInSession
Set to a time in milliseconds to create a value that is different to the previous returned value by a PutSystemDateInSession pipe in this virtual machine or -1 to disable.
setSlotId(String) - Method in interface org.frankframework.core.ITransactionalStorage
Optional identifier for this storage, to be able to share the physical storage between a number of receivers and pipes.
setSlotId(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setSlotId(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
setSlotId(String) - Method in class org.frankframework.jdbc.MessageStoreListener
Identifier for this service
setSlotId(String) - Method in class org.frankframework.jms.JmsTransactionalStorage
 
setSlotIdField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setSlotIdField(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The name of the column slotids are stored in
setSmtpHost(String) - Method in class org.frankframework.senders.MailSender
Name of the SMTP-host by which the messages are to be send
setSmtpMessage(SMTPMessage) - Method in class org.frankframework.senders.MailSender.MailSession
 
setSmtpPort(int) - Method in class org.frankframework.senders.MailSender
Port of the SMTP-host by which the messages are to be send
setSoap(boolean) - Method in class org.frankframework.http.WebServiceListener
If true the SOAP envelope is removed from received messages and a SOAP envelope is added to returned messages (SOAP envelope will not be visible to the pipeline)
setSoap(boolean) - Method in class org.frankframework.http.WebServiceSender
when true, messages sent are put in a soap envelope and the soap envelope is removed from received messages (soap envelope will not be visible to the pipeline)
setSoap(boolean) - Method in class org.frankframework.jms.JmsListenerBase
If true, messages sent are put in a SOAP envelope
setSoap(boolean) - Method in class org.frankframework.jms.JmsSender
If true, messages sent are put in a SOAP envelope
setSoapAction(String) - Method in class org.frankframework.http.WebServiceNtlmSender
the soapactionuri to be set in the requestheader
setSoapAction(String) - Method in class org.frankframework.http.WebServiceSender
the soapactionuri to be set in the requestheader
setSoapAction(String) - Method in class org.frankframework.jms.JmsSender
SOAPAction string sent as message property
setSoapActionParam(String) - Method in class org.frankframework.http.WebServiceSender
parameter to obtain the soapactionuri
setSoapActionURI(String) - Method in class org.frankframework.http.WebServiceSender
Deprecated.
setSoapActionURIParam(String) - Method in class org.frankframework.http.WebServiceSender
Deprecated.
setSoapBody(String) - Method in class org.frankframework.pipes.WsdlXmlValidator
Name of the child element of the SOAP body, or a comma separated list of names to choose from (only one is allowed) (WSDL generator will use the first element) (use empty value to allow an empty SOAP body, for example to allow element x and an empty SOAP body use: x,).
setSoapBody(String) - Method in class org.frankframework.soap.SoapValidator
Name of the child element of the SOAP body, or a comma separated list of names to choose from (only one is allowed) (wsdl generator will use the first element) (use empty value to allow an empty soap body, for example to allow element x and an empty soap body use: x,)
setSoapBodyNamespace(String) - Method in class org.frankframework.pipes.WsdlXmlValidator
Creates schemaLocation attribute based on the WSDL and replaces the namespace of the soap body element
setSoapBodyStyleSheet(String) - Method in class org.frankframework.soap.SoapWrapperPipe
(only used when direction=wrap) Stylesheet to apply to the input message.
setSoapHeader(String) - Method in class org.frankframework.soap.SoapValidator
Name of the child element of the SOAP header, or a comma separated list of names to choose from (only one is allowed) (wsdl generator will use the first element) (use empty value to allow an empty soap header, for example to allow element x and an empty soap header use: x,)
setSoapHeaderNamespace(String) - Method in class org.frankframework.soap.SoapValidator
Can be used when the SOAP header element exists multiple times
setSoapHeaderParam(String) - Method in class org.frankframework.jms.JmsSender
Name of parameter containing SOAP header
setSoapHeaderSessionKey(String) - Method in class org.frankframework.jms.JmsListenerBase
sessionKey to store the SOAP header of the incoming message
setSoapHeaderSessionKey(String) - Method in class org.frankframework.soap.SoapWrapperPipe
Key of session variable to store soap header
setSoapHeaderStyleSheet(String) - Method in class org.frankframework.soap.SoapWrapperPipe
(only used when direction=wrap) Stylesheet to create the content of the soap header.
setSoapNamespace(String) - Method in class org.frankframework.pipes.XmlValidator
Deprecated.
setSoapNamespace(String) - Method in class org.frankframework.soap.SoapWrapperPipe
(only used when direction=wrap) Namespace of the soap envelope
setSoapNamespaceSessionKey(String) - Method in class org.frankframework.soap.SoapWrapperPipe
Key of session variable to store auto-detected soapNamespace
setSoapVersion(SoapVersion) - Method in class org.frankframework.soap.SoapValidator
SOAP envelope XSD version to use
setSoapVersion(SoapVersion) - Method in class org.frankframework.soap.SoapWrapperPipe
Soap version to use
setSoftSplit(boolean) - Method in class org.frankframework.pipes.TextSplitterPipe
If true, try to break up the message at spaces, instead of in the middle of words
setSortAttributes(boolean) - Method in class org.frankframework.xml.PrettyPrintFilter
 
setSortOrder(IMessageBrowser.SortOrder) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setSourceFiltering(SourceFiltering) - Method in interface org.frankframework.monitoring.ITrigger
 
setSourceFiltering(SourceFiltering) - Method in class org.frankframework.monitoring.Trigger
 
setSources(Map<String, List<String>>) - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
setSplitLines(boolean) - Method in class org.frankframework.pipes.Text2XmlPipe
Controls whether the lines of the input are places in separated <line> tags
setSpringJmsConnector(SpringJmsConnector) - Method in class org.frankframework.unmanaged.PollGuard
 
setSqlDialect(String) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setSqlDialect(String) - Method in class org.frankframework.jdbc.JdbcListener
If set, the SQL dialect in which the queries are written and should be translated from to the actual SQL dialect
setSqlDialect(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
If set, the SQL dialect in which the queries are written and should be translated from to the actual SQL dialect
setStaleChecking(boolean) - Method in class org.frankframework.http.HttpSessionBase
Controls whether connections checked to be stale, i.e.
setStaleChecking(boolean) - Method in class org.frankframework.senders.SendGridSender
 
setStaleTimeout(int) - Method in class org.frankframework.http.HttpSessionBase
Used when StaleChecking=true.
setStaleTimeout(int) - Method in class org.frankframework.senders.SendGridSender
 
setStartDateMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setStartOfLineString(String) - Method in class org.frankframework.pipes.StreamLineIteratorPipe
Marks the start of a new record.
setStartPosition(int) - Method in class org.frankframework.pipes.StringIteratorPipe
If startPosition >= 0, this field contains the start position of the key in the current record (first character is 0); A sequence of lines with the same key is put in one block and send to the sender.
setStartRow(int) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
The number of the first row to be returned from the output of select queries.
setStartRow(int) - Method in class org.frankframework.jdbc.StoredProcedureQuerySender
This feature is not supported for StoredProcedureQuerySender.
setStartTimeout(int) - Method in class org.frankframework.receivers.Receiver
timeout (in seconds) to start receiver.
setState(PipeLine.ExitState) - Method in class org.frankframework.core.PipeLineExit
The state of the Pipeline that is returned to the Receiver for this Exit.
setState(PipeLine.ExitState) - Method in class org.frankframework.core.PipeLineResult
 
setStatusField(String) - Method in class org.frankframework.jdbc.JdbcTableListener
Field containing the status of the message.
setStatusField(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setStatusFieldType(String) - Method in class org.frankframework.jdbc.ResultSet2FileSender
type of the optional status field which is set after the row is written to the file: timestamp
setStatusFile(String) - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
setStatusValueAvailable(String) - Method in class org.frankframework.jdbc.JdbcTableListener
(optional) Value of statusField indicating row is available to be processed.
setStatusValueAvailable(String) - Method in class org.frankframework.jdbc.MessageStoreListener
Value of statusField indicating row is available to be processed.
setStatusValueError(String) - Method in class org.frankframework.jdbc.JdbcTableListener
Value of statusField indicating the processing of the row resulted in an error
setStatusValueError(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setStatusValueHold(String) - Method in class org.frankframework.jdbc.JdbcTableListener
Value of status field indicating message is on Hold, temporarily
setStatusValueHold(String) - Method in class org.frankframework.jdbc.MessageStoreListener
Value of status field indicating message is on Hold, temporarily.
setStatusValueInProcess(String) - Method in class org.frankframework.jdbc.JdbcTableListener
Value of status field indicating is being processed.
setStatusValueInProcess(String) - Method in class org.frankframework.jdbc.MessageStoreListener
Value of status field indicating is being processed.
setStatusValueProcessed(String) - Method in class org.frankframework.jdbc.JdbcTableListener
Value of status field indicating row is processed OK
setStatusValueProcessed(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setStopConditionXPathExpression(String) - Method in class org.frankframework.pipes.IteratingPipe
Expression evaluated on each result and forwards to ["stopConditionMet"] forward if configured.
setStopTimeout(int) - Method in class org.frankframework.receivers.Receiver
timeout (in seconds) to stop receiver.
setStoreEmailAsStreamInSessionKey(String) - Method in class org.frankframework.filesystem.MailListener
Deprecated.
setStoreFileNameInSessionKey(String) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
when set, the name of the read file is stored under this session key
setStoreForwardInSessionKey(String) - Method in class org.frankframework.pipes.XmlSwitch
Selected forward name will be stored in the specified session key.
setStoreFullMessage(boolean) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
If set to true, the full message is stored with the log.
setStoreInputInSessionKey(String) - Method in class org.frankframework.senders.SenderWrapperBase
If set, the input is stored under this session key
setStoreMetadataInSessionKey(String) - Method in class org.frankframework.filesystem.FileSystemListener
If set, an XML with all message properties is provided under this key
setStoreOriginalMessageWithoutNamespaces(boolean) - Method in class org.frankframework.core.PipeLine
If set true the original message without namespaces (and prefixes) is stored under the session key originalMessageWithoutNamespaces
setStoreResultInSessionKey(String) - Method in interface org.frankframework.core.IPipe
If set, the result (before replacing when true) is stored under this session key
setStoreResultInSessionKey(String) - Method in class org.frankframework.pipes.AbstractPipe
If set, the pipe result is copied to a session key that has the name defined by this attribute.
setStoreResultInSessionKey(String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setStoreResultInSessionKey(String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setStoreResultInSessionKey(String) - Method in class org.frankframework.senders.SenderWrapperBase
If set, the result is stored under this session key
setStreamCharset(String) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Charset used when reading a stream (that is e.g.
setStreamingContents(boolean) - Method in class org.frankframework.compression.ZipIteratorPipe
If set to false, a string containing the contents of the entry is placed under the session key, instead of the inputstream to the contents
setStreamingXslt(boolean) - Method in class org.frankframework.pipes.XsltPipe
If true, then this pipe will process the XSLT while streaming in a different thread.
setStreamingXslt(Boolean) - Method in class org.frankframework.senders.XsltSender
If true, then this sender will process the XSLT while streaming in a different thread.
setStreamResultToServlet(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Deprecated.
setStreamResultToServlet(boolean) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setStreamResultToServlet(boolean) - Method in class org.frankframework.util.FileHandler
(only used when outputtype=stream) if set, the result is streamed to the httpservletresponse object
setStrictHostKeyChecking(boolean) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setStrictHostKeyChecking(boolean) - Method in class org.frankframework.ftp.SftpSession
Verify the hosts againt the knownhosts file.
setStrictJsonArraySyntax(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true check that incoming JSON adheres to the specified syntax (compact or full), otherwise both types are accepted for conversion from JSON to XML
setStubFilename(String) - Method in class org.frankframework.pipes.MessageSendingPipe
If set, the pipe returns a message from a file, instead of doing the regular process
setStyleSheet(String) - Method in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
URL to the stylesheet used to transform the output of the standard ErrorMessageFormatter
setStyleSheetCacheSize(int) - Method in class org.frankframework.pipes.XsltPipe
 
setStyleSheetCacheSize(int) - Method in class org.frankframework.senders.XsltSender
Size of cache of stylesheets retrieved from styleSheetNameSessionKey
setStyleSheetName(String) - Method in class org.frankframework.errormessageformatters.FixedErrorMessageFormatter
 
setStyleSheetName(String) - Method in class org.frankframework.http.HttpSenderBase
(Only used when xHtml=true) stylesheet to apply to the HTML response
setStyleSheetName(String) - Method in class org.frankframework.parameters.Parameter
URL to a stylesheet that wil be applied to the contents of the message or the value of the session-variable.
setStyleSheetName(String) - Method in class org.frankframework.pipes.FixedResultPipe
File name of XSLT stylesheet to apply.
setStyleSheetName(String) - Method in class org.frankframework.pipes.IteratingPipe
Stylesheet to apply to each message, before sending it
setStyleSheetName(String) - Method in class org.frankframework.pipes.XmlSwitch
stylesheet may return a string representing the forward to look up
setStyleSheetName(String) - Method in class org.frankframework.pipes.XsltPipe
 
setStyleSheetName(String) - Method in class org.frankframework.senders.FixedResultSender
 
setStyleSheetName(String) - Method in class org.frankframework.senders.XsltSender
Location of stylesheet to apply to the input message
setStyleSheetNameSessionKey(String) - Method in class org.frankframework.pipes.XsltPipe
 
setStyleSheetNameSessionKey(String) - Method in class org.frankframework.senders.XsltSender
Session key to retrieve stylesheet location.
setSubdirectories(boolean) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
when true, files in subdirectories will be deleted, too
setSubdirectories(boolean) - Method in class org.frankframework.util.DirectoryCleaner
when true, files in subdirectories will be deleted, too
setSubject(String) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setSubSchemaPrefix(String) - Method in class org.frankframework.pipes.JsonValidator
Prefix to element name to find subschema in schema
setSubscriberType(JMSFacade.SubscriberType) - Method in class org.frankframework.jms.JMSFacade
Only applicable for topics
setSubstituteVars(boolean) - Method in class org.frankframework.pipes.FixedResultPipe
Should values between ${ and } be resolved.
setSubstituteVars(boolean) - Method in class org.frankframework.senders.FixedResultSender
should values between ${ and } be resolved from the pipelinesession
setSubstitutionProvider(SubstitutionProvider<?>) - Method in class org.frankframework.align.Tree2Xml
 
setSubstringEnd(String) - Method in class org.frankframework.pipes.EscapePipe
substring to end translation
setSubstringEnd(String) - Method in class org.frankframework.pipes.XmlBuilderPipe
Deprecated.
substring to end translation
setSubstringStart(String) - Method in class org.frankframework.pipes.EscapePipe
substring to start translation
setSubstringStart(String) - Method in class org.frankframework.pipes.XmlBuilderPipe
Deprecated.
substring to start translation
setSuccess(boolean) - Method in class org.frankframework.core.SenderResult
 
setSuffix(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
string which is inserted at the end of the destination file (and replaces the extension if present)
setSupportedCipherSuites(String) - Method in class org.frankframework.http.HttpSessionBase
Allows you to choose which CipherSuites are used when connecting to an endpoint.
setSynchronous(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
When true, the result of sendMessage is the reply of the request.
setSynchronous(boolean) - Method in class org.frankframework.jms.JmsSender
If true, the sender operates in RR mode: A reply is expected, either on the queue specified in replyToName, or on a dynamically generated temporary queue
setSynchronous(boolean) - Method in class org.frankframework.receivers.JavaListener
Deprecated.
setSynchronous(boolean) - Method in class org.frankframework.senders.EchoSender
hack to allow to introduce a correlationid
setSynchronous(boolean) - Method in class org.frankframework.senders.IbisLocalSender
If set false, the call is made asynchronously.
setSynchronous(boolean) - Method in class org.frankframework.senders.ParallelSenders
 
setSynchronous(boolean) - Method in class org.frankframework.senders.SenderSeries
 
setSystemId(String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Set the base ID (URI or system ID) from where relative URLs will be resolved.
setTableAlias(String) - Method in class org.frankframework.jdbc.JdbcTableListener
Alias of the table, that can be used in selectCondition
setTableName(String) - Method in class org.frankframework.jdbc.JdbcTableListener
Name of the table to be used
setTableName(String) - Method in class org.frankframework.jdbc.JdbcTableMessageBrowser
Name of the table messages are stored in.
setTableName(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setTableName(String) - Method in class org.frankframework.pipes.DomainTransformerPipe
the name of the table that contains the mapping
setTargetDesignDocument(String) - Method in class org.frankframework.core.Adapter
 
setTargetElement(String) - Method in class org.frankframework.pipes.ForEachChildElementPipe
Element name (not an XPath-expression), qualified via attribute namespaceDefs, used to determine the type of elements to be iterated over, i.e.
setTargetNamespace(String) - Method in class org.frankframework.align.ToXml
 
setTargetNamespace(String) - Method in class org.frankframework.pipes.Json2XmlValidator
Only for JSON input: namespace of the resulting XML.
setTargetNamespace(String) - Method in class org.frankframework.validation.XSD
 
setTargetNamespacePrefix(String) - Method in class org.frankframework.soap.WsdlGenerator
 
setTargetPassword(String) - Method in class org.frankframework.pipes.CredentialCheckingPipe
 
setTargetStates(Map<ProcessState, ProcessStateDTO>) - Method in class org.frankframework.management.bus.dto.StorageItemsDTO
 
setTargetUserid(String) - Method in class org.frankframework.pipes.CredentialCheckingPipe
 
setTaskExecutor(TaskExecutor) - Method in class org.frankframework.core.Adapter
 
setTaskExecutor(TaskExecutor) - Method in class org.frankframework.pipes.IteratingPipe
 
setTaskExecutor(TaskExecutor) - Method in class org.frankframework.receivers.PullingListenerContainer
The thread-pool for spawning threads, injected by Spring
setTaskExecutor(TaskExecutor) - Method in class org.frankframework.senders.IsolatedServiceCaller
 
setTenantId(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
Tenant ID that represents the tenant in which the registered application exists within Azure AD which could be found at Azure AD -> App Registrations -> MyApp -> Overview.
setTenantId(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setTenantId(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setTestCanWrite(boolean) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setTestCanWrite(boolean) - Method in class org.frankframework.util.FileHandler
when set to true, a test is performed to find out if a temporary file can be created and deleted in the specified directory (only used if directory is set and combined with the action write, write_append or create)
setTestExists(boolean) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setTestExists(boolean) - Method in class org.frankframework.util.FileHandler
test if the specified directory exists at configure()
setTestQuery(String) - Method in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
setTextFieldType(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The type of the columns messageId and correlationId, slotId and comments are stored in.
setTextMode(boolean) - Method in class org.frankframework.xml.XmlWriter
 
setThenForwardName(String) - Method in class org.frankframework.pipes.IfMultipart
 
setThenForwardName(String) - Method in class org.frankframework.pipes.IsXmlPipe
forward returned when 'true'
setThenForwardName(String) - Method in class org.frankframework.pipes.XmlIf
forward returned when 'true'
setThreadGroup(ThreadGroup) - Method in class org.frankframework.scheduler.NamedThreadFactory
 
setThreadGroupName(String) - Method in class org.frankframework.scheduler.NamedThreadFactory
 
setThreadLifeCycleEventListener(ThreadLifeCycleEventListener<Object>) - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
setThreadLifeCycleEventListener(ThreadLifeCycleEventListener<Object>) - Method in class org.frankframework.senders.IbisLocalSender
 
setThreadLifeCycleEventListener(ThreadLifeCycleEventListener<Object>) - Method in class org.frankframework.senders.XsltSender
 
setThreadLifeCycleEventListener(ThreadLifeCycleEventListener<Object>) - Method in interface org.frankframework.stream.IThreadCreator
 
setThreadPriority(int) - Method in class org.frankframework.scheduler.NamedThreadFactory
 
setThreadTopic(String) - Method in class org.frankframework.senders.MailSenderBase.MailSessionBase
 
setThreshold(int) - Method in interface org.frankframework.monitoring.ITrigger
 
setThreshold(int) - Method in class org.frankframework.monitoring.Trigger
 
setThreshold(Integer) - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
setThrowable(Throwable) - Method in class org.frankframework.core.RequestReplyExecutor
 
setThrowApplicationFaults(boolean) - Method in class org.frankframework.http.WebServiceSender
controls whether soap faults generated by the application generate an exception, or are treated as 'normal' messages
setThrowException(boolean) - Method in class org.frankframework.pipes.ExceptionPipe
when true, a piperunexception is thrown.
setThrowException(boolean) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
when true, numberofbackups is set to 0 and the destination file already exists a piperunexception is thrown (instead of adding a counter to the destination filename)
setThrowException(boolean) - Method in class org.frankframework.pipes.TimeoutGuardPipe
when true, a piperunexception is thrown.
setThrowException(boolean) - Method in class org.frankframework.pipes.XmlValidator
 
setThrowException(boolean) - Method in class org.frankframework.receivers.JavaListener
Should the JavaListener throw a ListenerException when it occurs or return an error message
setThrowException(boolean) - Method in class org.frankframework.validation.AbstractXmlValidator
Should the XmlValidator throw a PipeRunexception on a validation error.
setThrowJavaListenerNotFoundException(boolean) - Method in class org.frankframework.senders.IbisLocalSender
If set false, the xml-string \"<error>could not find JavaListener [...]</error>\" is returned instead of throwing a senderexception
setTimeout(int) - Method in class org.frankframework.http.HttpSessionBase
Timeout in ms of obtaining a connection/result.
setTimeout(int) - Method in class org.frankframework.http.WebServiceNtlmSender
timeout in ms of obtaining a connection/result.
setTimeout(int) - Method in class org.frankframework.jdbc.JdbcSenderBase
The number of seconds the JDBC driver will wait for a statement object to execute.
setTimeout(int) - Method in class org.frankframework.pipes.TimeoutGuardPipe
timeout in seconds of obtaining a result
setTimeout(int) - Method in class org.frankframework.senders.CommandSender
The number of seconds to execute a command.
setTimeout(int) - Method in class org.frankframework.senders.MailSenderBase
Timeout in milliseconds for socket connection timeout and socket i/o timeouts
setTimeout(int) - Method in class org.frankframework.senders.SendGridSender
 
setTimeout(long) - Method in class org.frankframework.jms.JmsListenerBase
Receive timeout in milliseconds as specified by the JMS API, see https://docs.oracle.com/javaee/7/api/javax/jms/MessageConsumer.html#receive-long-
setTimeout(long) - Method in class org.frankframework.jms.JmsMessageBrowser
Timeout in milliseconds for receiving a message from the queue
setTimeOut(int) - Method in class org.frankframework.senders.CommandSender
Deprecated.
setTimeOut(long) - Method in class org.frankframework.jms.JmsMessageBrowser
Deprecated.
setTimeoutOnResult(String) - Method in class org.frankframework.pipes.MessageSendingPipe
If not empty, a TimeoutException is thrown when the result equals this value (for testing purposes only)
setTimeOutOnResult(String) - Method in class org.frankframework.pipes.MessageSendingPipe
setTimestampField(String) - Method in class org.frankframework.jdbc.JdbcTableListener
(optional) Field used to store the date and time of the last change of the statusField
setTimestampField(String) - Method in class org.frankframework.jdbc.MessageStoreListener
 
setTimeToIdleSeconds(int) - Method in class org.frankframework.cache.EhCache
The amount of time in seconds to live for an element from its last accessed or modified date
setTimeToLiveSeconds(int) - Method in class org.frankframework.cache.EhCache
The amount of time in seconds to live for an element from its creation date
setTimeZone(String) - Method in class org.frankframework.pipes.PutSystemDateInSession
Time zone to use for the formatter
setToken(String) - Method in class org.frankframework.http.rest.ApiPrincipal
 
setTokenEndpoint(String) - Method in class org.frankframework.http.HttpSessionBase
Endpoint to obtain OAuth accessToken.
setTokenExpiry(int) - Method in class org.frankframework.http.HttpSessionBase
If set to a non-negative value, then determines the time (in seconds) after which the token will be refreshed.
setToLowercase(boolean) - Method in class org.frankframework.pipes.FilenameSwitch
Deprecated.
convert the result to lowercase, before searching for a corresponding forward
setTopicConnectionFactoryName(String) - Method in class org.frankframework.jms.JMSFacade
Used when destinationType = TOPIC.
setTopicConnectionFactoryName(String) - Method in class org.frankframework.jms.JmsRealm
Set the name of the TopicConnectionFactory
setTrace(boolean) - Method in class org.frankframework.jdbc.JdbcListener
 
setTrace(boolean) - Method in class org.frankframework.jdbc.SimpleJdbcListener
 
setTransacted(boolean) - Method in class org.frankframework.core.TransactionAttributes
Deprecated.
setTransacted(boolean) - Method in class org.frankframework.jdbc.JdbcFacade
controls the use of transactions
setTransacted(boolean) - Method in class org.frankframework.jms.JMSFacade
Controls whether messages are send under transaction control.
setTransactionAttribute(TransactionAttribute) - Method in interface org.frankframework.core.HasTransactionAttribute
The transactionAttribute declares transactional behavior of execution.
setTransactionAttribute(TransactionAttribute) - Method in class org.frankframework.core.TransactionAttributes
 
setTransactionAttribute(TransactionAttribute) - Method in class org.frankframework.util.Locker
 
setTransactionManager(NarayanaJtaTransactionManager) - Method in class org.frankframework.jta.narayana.NarayanaConnectionFactoryFactory
 
setTransactionManager(NarayanaJtaTransactionManager) - Method in class org.frankframework.jta.narayana.NarayanaDataSourceFactory
 
setTransactionManager(PlatformTransactionManager) - Method in class org.frankframework.scheduler.SchedulerFactoryBean
 
setTransactionTimeout(int) - Method in interface org.frankframework.core.HasTransactionAttribute
Timeout (in seconds) of transaction started to process a message.
setTransactionTimeout(int) - Method in class org.frankframework.core.TransactionAttributes
 
setTransactionTimeout(int) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
setTransactionTimeout(int) - Method in class org.frankframework.util.Locker
 
setTransformerParameters(Transformer, Map<String, Object>) - Static method in class org.frankframework.util.XmlUtils
sets all the parameters of the transformer using a Map with parameter values.
setTransformNullMessage(String) - Method in class org.frankframework.core.PipeLine
when specified and null is received as a message the message is changed to the specified value
setTreatInputMessageAsParameters(Boolean) - Method in class org.frankframework.http.HttpSender
If true, the input will be added to the URL for methodType=GET, or for methodType=POST, PUT or PATCH if postType=RAW.
setTriggerType(ITrigger.TriggerType) - Method in interface org.frankframework.monitoring.ITrigger
 
setTriggerType(ITrigger.TriggerType) - Method in class org.frankframework.monitoring.Trigger
 
setTrimSpaces(boolean) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setTrimSpaces(boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Remove trailing blanks from all result values.
setTrimSpaces(boolean) - Method in class org.frankframework.util.DB2DocumentWriter
 
setTrimSpaces(boolean) - Method in class org.frankframework.util.DB2XMLWriter
 
setTrustManagerAlgorithm(String) - Method in interface org.frankframework.encryption.HasTruststore
Trust manager algorithm.
setTrustManagerAlgorithm(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setTrustManagerAlgorithm(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setTrustManagerAlgorithm(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Trust manager algorithm.
setTrustManagerAlgorithm(String) - Method in class org.frankframework.http.HttpSessionBase
 
setTrustManagerAlgorithm(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setTrustManagerAlgorithm(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setTrustManagerAlgorithm(String) - Method in class org.frankframework.senders.SendGridSender
 
setTruststore(String) - Method in interface org.frankframework.encryption.HasTruststore
Resource url to truststore.
setTruststore(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setTruststore(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setTruststore(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Resource url to truststore to be used for authenticating peer.
setTruststore(String) - Method in class org.frankframework.http.HttpSessionBase
Resource URL to truststore to be used for authenticating peer.
setTruststore(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setTruststore(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setTruststore(String) - Method in class org.frankframework.senders.SendGridSender
 
setTruststoreAuthAlias(String) - Method in interface org.frankframework.encryption.HasTruststore
Authentication alias used to obtain truststore password
setTruststoreAuthAlias(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setTruststoreAuthAlias(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setTruststoreAuthAlias(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Authentication alias used to obtain truststore password
setTruststoreAuthAlias(String) - Method in class org.frankframework.http.HttpSessionBase
 
setTruststoreAuthAlias(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setTruststoreAuthAlias(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setTruststoreAuthAlias(String) - Method in class org.frankframework.senders.SendGridSender
 
setTruststorePassword(String) - Method in interface org.frankframework.encryption.HasTruststore
Default password to access truststore
setTruststorePassword(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setTruststorePassword(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setTruststorePassword(String) - Method in class org.frankframework.ftp.FtpSession
(ftps) Default password to access truststore
setTruststorePassword(String) - Method in class org.frankframework.http.HttpSessionBase
 
setTruststorePassword(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setTruststorePassword(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setTruststorePassword(String) - Method in class org.frankframework.senders.SendGridSender
 
setTruststoreType(KeystoreType) - Method in interface org.frankframework.encryption.HasTruststore
Type of truststore
setTruststoreType(KeystoreType) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setTruststoreType(KeystoreType) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setTruststoreType(KeystoreType) - Method in class org.frankframework.ftp.FtpSession
(ftps) Type of truststore
setTruststoreType(KeystoreType) - Method in class org.frankframework.http.HttpSessionBase
 
setTruststoreType(KeystoreType) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setTruststoreType(KeystoreType) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setTruststoreType(KeystoreType) - Method in class org.frankframework.senders.SendGridSender
 
setTxManager(IThreadConnectableTransactionManager) - Method in class org.frankframework.senders.XsltSender
 
setTxManager(IThreadConnectableTransactionManager<?, ?>) - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
setTxManager(PlatformTransactionManager) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
setTxManager(PlatformTransactionManager) - Method in class org.frankframework.jms.JMSFacade
 
setTxManager(PlatformTransactionManager) - Method in class org.frankframework.processors.TransactionAttributePipeLineProcessor
 
setTxManager(PlatformTransactionManager) - Method in class org.frankframework.processors.TransactionAttributePipeProcessor
 
setTxManager(PlatformTransactionManager) - Method in class org.frankframework.receivers.PullingListenerContainer
 
setTxManager(PlatformTransactionManager) - Method in class org.frankframework.receivers.Receiver
 
setTxManager(PlatformTransactionManager) - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
setTxManager(PlatformTransactionManager) - Method in class org.frankframework.util.Locker
 
setType(String) - Method in interface org.frankframework.core.ITransactionalStorage
Possible values are E (error store), M (message store), L (message log for Pipe) or A (message log for Receiver).
Receiver will always set type to E for errorStorage and always set type to A for messageLog.
setType(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setType(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
setType(String) - Method in class org.frankframework.jms.JmsTransactionalStorage
 
setType(ScalarType) - Method in class org.frankframework.align.content.JsonElementContainer
 
setType(EventType) - Method in class org.frankframework.management.bus.dto.MonitorDTO
 
setType(EventType) - Method in class org.frankframework.monitoring.Monitor
 
setType(ITrigger.TriggerType) - Method in class org.frankframework.management.bus.dto.TriggerDTO
 
setType(Parameter.ParameterType) - Method in class org.frankframework.parameters.Parameter
The target data type of the parameter, related to the database or XSLT stylesheet to which the parameter is applied.
setType(Parameter.ParameterType) - Method in class org.frankframework.pipes.GetFromSession
string: renders the contentsmap: converts a Map<String, String> object to a xml-string (<items><item name='...'>...</item><item name='...'>...</item></items>)
setType(ChecksumPipe.ChecksumType) - Method in class org.frankframework.pipes.ChecksumPipe
Type of checksum to be calculated
setType(UUIDGeneratorPipe.Type) - Method in class org.frankframework.pipes.UUIDGeneratorPipe
Format of generated string.
setType(Locker.LockType) - Method in class org.frankframework.util.Locker
Type for this lock: P(ermanent) or T(emporary).
setTypeField(String) - Method in class org.frankframework.jdbc.JdbcMessageBrowser
 
setTypeField(String) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
The name of the column types are stored in
setTypeMask(String) - Method in class org.frankframework.util.MessageBrowsingFilter
 
setUCharacters(String) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
the uppercase characters to use
setUid(String) - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
setUidFile(String) - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
setUnicodePwd(boolean) - Method in class org.frankframework.ldap.LdapSender
When true the attributes passed by the input xml are scanned for an attribute with id unicodepwd, when found the value of this attribute will be encoded as required by active directory (a UTF-16 encoded unicode string containing the password surrounded by quotation marks) before sending it to the LDAP server
setUnlessSessionKey(String) - Method in class org.frankframework.pipes.FixedForwardPipe
Key of session variable to check if action must be executed.
setUnlessValue(String) - Method in class org.frankframework.pipes.FixedForwardPipe
Value of session variable 'unlessSessionKey' to check if action must be executed.
setUpdateEtag(boolean) - Method in class org.frankframework.http.rest.ApiListener
Automatically generate and validate etags
setUpdateStatusQuery(ProcessState, String) - Method in class org.frankframework.jdbc.JdbcListener
 
setUpdateStatusToErrorQuery(String) - Method in class org.frankframework.jdbc.JdbcQueryListener
Deprecated.
SQL statement to set the status of a row to 'error'.
setUpdateStatusToInProcessQuery(String) - Method in class org.frankframework.jdbc.JdbcQueryListener
Deprecated.
SQL statement to set the status of a row to 'in process'.
setUpdateStatusToProcessedQuery(String) - Method in class org.frankframework.jdbc.JdbcQueryListener
Deprecated.
SQL statement to set the status of a row to 'processed'.
setupHandler(URL, DocumentContainer) - Static method in class org.frankframework.align.XmlTo
 
setUriPattern(String) - Method in class org.frankframework.http.rest.ApiListener
URI pattern to register this listener on, eq.
setUriPattern(String) - Method in class org.frankframework.http.RestListener
Uri pattern to match, the {uri} part in https://mydomain.com/ibis4something/rest/{uri}, where mydomain.com and ibis4something refer to 'your ibis'.
setUriPattern(String) - Method in class org.frankframework.pipes.EtagHandlerPipe
Deprecated.
 
setUrl(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
Url of the Exchange server.
setUrl(String) - Method in class org.frankframework.http.HttpSenderBase
URL or base of URL to be used
setUrl(String) - Method in class org.frankframework.http.WebServiceNtlmSender
url or base of url to be used
setUrl(String) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setUrl(String) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setUrlParam(String) - Method in class org.frankframework.http.HttpSenderBase
Parameter that is used to obtain URL; overrides url-attribute.
setUrlPkgPrefixes(String) - Method in class org.frankframework.jms.JmsRealm
 
setUrlPkgPrefixes(String) - Method in class org.frankframework.jndi.JndiBase
maps to the field context.url_pkg_prefixes
setUseBaseImportedSchemaLocationsToIgnore(boolean) - Method in class org.frankframework.pipes.XmlValidator
If set true, the comparison for importedSchemaLocationsToIgnore is done on base filename without any path
setUseBaseImportedSchemaLocationsToIgnore(boolean) - Method in class org.frankframework.validation.XSD
 
setUseCdataSection(boolean) - Method in class org.frankframework.pipes.Text2XmlPipe
Controls whether the text to encapsulate should be put in a cdata section
setUseIncludes(boolean) - Method in class org.frankframework.soap.WsdlGenerator
 
setUseInputForExtract(boolean) - Method in class org.frankframework.pipes.MessageSendingPipe
If set true, the input of the Pipe is used to extract audit trail, correlationid and label (instead of the wrapped input)
setUseNamedParams(Boolean) - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
setUseNamedParams(Boolean) - Method in class org.frankframework.jdbc.JdbcQuerySenderBase
Named parameters will be auto-detected by default.
setUsePooling(boolean) - Method in class org.frankframework.ldap.LdapSender
Specifies whether connection pooling is used or not
setUseReplyTo(boolean) - Method in class org.frankframework.jms.JmsListenerBase
Flag if reply-to queue from the request message should be used or not.
setUserId(String) - Method in class org.frankframework.senders.MailSenderBase
userId on the smtphost
setUsername(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
Deprecated.
setUsername(String) - Method in class org.frankframework.filesystem.MailFileSystemBase
Username for authentication to mail server.
setUsername(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
The SMB share username
setUsername(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
the smb share username
setUsername(String) - Method in interface org.frankframework.filesystem.smb.Samba1FileSystemDelegator
 
setUsername(String) - Method in interface org.frankframework.filesystem.smb.Samba2FileSystemDelegator
 
setUsername(String) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setUsername(String) - Method in class org.frankframework.ftp.FtpSession
Name of the user to authenticatie on remote server
setUsername(String) - Method in interface org.frankframework.ftp.SftpFileSystemDelegator
 
setUsername(String) - Method in class org.frankframework.ftp.SftpSession
Name of the user to authenticatie on remote server
setUsername(String) - Method in class org.frankframework.http.HttpSessionBase
Username used for authentication to the host
setUsername(String) - Method in class org.frankframework.http.WebServiceNtlmSender
username used in authentication to host
setUsername(String) - Method in class org.frankframework.jdbc.JdbcFacade
User name for authentication when connecting to database, when none found from authAlias
setUsername(String) - Method in class org.frankframework.ldap.LdapQueryPipeBase
Username used to obtain credentials to connect to ldap server
setUsername(String) - Method in class org.frankframework.parameters.Parameter
Default username that is used when a pattern containing {username} is specified
setUsername(String) - Method in class org.frankframework.receivers.ExchangeMailListener
Deprecated.
setUsername(String) - Method in class org.frankframework.receivers.ImapListener
 
setUsername(String) - Method in class org.frankframework.senders.ExchangeFolderSender
Deprecated.
setUsername(String) - Method in class org.frankframework.senders.ImapSender
 
setUserTransactionUrl(String) - Method in class org.frankframework.jms.JmsRealm
 
setUseSecureRandom(boolean) - Method in class org.frankframework.pipes.PasswordGeneratorPipe
whether the securerandom algorithm is to be used (slower)
setUseSsl(boolean) - Method in class org.frankframework.ldap.LdapQueryPipeBase
Indication to use ldap or ldaps in ldapProviderUrl.
setUseSsl(boolean) - Method in class org.frankframework.senders.MailSender
When set to true, we ensure TLS is being used
setValidateAllRedirectUrls(boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
When true, all redirect uris are accepted when connecting to the server
setValidateEtag(boolean) - Method in class org.frankframework.http.RestListener
If set to true the ibis will automatically validate and process etags
setValidateFile(boolean) - Method in class org.frankframework.pipes.XmlValidator
 
setValidateFile(boolean) - Method in class org.frankframework.validation.AbstractXmlValidator
If set true, the input is assumed to be the name of the file to be validated.
setValidateJsonToRootElementOnly(boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
If true, and converting to or from JSON, then the message root is the only rootValidation, ignoring root validations like for SOAP envelope and header set by descender classes like SoapValidator
setValue(boolean) - Method in interface org.frankframework.stream.document.INodeBuilder
 
setValue(boolean) - Method in class org.frankframework.stream.document.JsonNodeBuilder
 
setValue(boolean) - Method in class org.frankframework.stream.document.XmlNodeBuilder
 
setValue(long) - Method in class org.frankframework.util.Counter
 
setValue(Number) - Method in interface org.frankframework.stream.document.INodeBuilder
 
setValue(Number) - Method in class org.frankframework.stream.document.JsonNodeBuilder
 
setValue(Number) - Method in class org.frankframework.stream.document.XmlNodeBuilder
 
setValue(Object) - Method in class org.frankframework.parameters.ParameterValue
Sets value for the parameter
setValue(String) - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
setValue(String) - Method in class org.frankframework.parameters.Parameter
The value of the parameter, or the base for transformation using xpathExpression or stylesheet, or formatting.
setValue(String) - Method in class org.frankframework.pipes.PutInSession
Value to store in the pipeLineSession.
setValue(String) - Method in interface org.frankframework.stream.document.INodeBuilder
 
setValue(String) - Method in class org.frankframework.stream.document.JsonNodeBuilder
 
setValue(String) - Method in class org.frankframework.stream.document.XmlNodeBuilder
 
setValue(String) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
setValue(String, boolean) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
setValue(String, String) - Method in class org.frankframework.xml.WritableAttributes
 
setValue(String, V, boolean) - Method in class org.frankframework.align.content.MapContentContainer
 
setValueInField(String) - Method in class org.frankframework.pipes.DomainTransformerPipe
the name of the column source values are stored in
setValueInputSessionKey(String) - Method in class org.frankframework.cache.CacheAdapterBase
session key to use as input for transformation of response message to cached value by valuexpath or valuestylesheet
setValueNamespaceDefs(String) - Method in class org.frankframework.cache.CacheAdapterBase
namespace defintions for valuexpath.
setValueOutField(String) - Method in class org.frankframework.pipes.DomainTransformerPipe
the name of the column destination values are stored in
setValueStyleSheet(String) - Method in class org.frankframework.cache.CacheAdapterBase
stylesheet to extract value to be cached from response message
setValueXPath(String) - Method in class org.frankframework.cache.CacheAdapterBase
xpath expression to extract value to be cached key from response message.
setValueXPathOutputType(TransformerPool.OutputType) - Method in class org.frankframework.cache.CacheAdapterBase
 
setVerificationAddresses(String) - Method in class org.frankframework.pipes.PGPPipe
Emails of the senders.
setVerifyHostname(boolean) - Method in interface org.frankframework.encryption.HasTruststore
If true, the hostname in the certificate will be checked against the actual hostname of the peer
setVerifyHostname(boolean) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
setVerifyHostname(boolean) - Method in interface org.frankframework.ftp.FtpFileSystemDelegator
 
setVerifyHostname(boolean) - Method in class org.frankframework.ftp.FtpSession
(ftps) If true, the hostname in the certificate will be checked against the actual hostname of the peer
setVerifyHostname(boolean) - Method in class org.frankframework.http.HttpSessionBase
 
setVerifyHostname(boolean) - Method in class org.frankframework.receivers.ExchangeMailListener
 
setVerifyHostname(boolean) - Method in class org.frankframework.senders.ExchangeFolderSender
 
setVerifyHostname(boolean) - Method in class org.frankframework.senders.SendGridSender
 
setVersion(String) - Method in class org.frankframework.configuration.Configuration
The version of the Configuration, typically provided by the BuildInfo.properties file.
setVersion(String) - Method in class org.frankframework.pipes.JsonPipe
Deprecated.
setView(boolean) - Method in class org.frankframework.http.RestListener
Indicates whether this listener supports a view (and a link should be put in the ibis console)
setWaitBeforeRetry(long) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
Time in milliseconds between attempts
setWaitForShadowsToFinish(boolean) - Method in class org.frankframework.senders.ShadowSender
If set true the sender will wait for all shadows to have finished.
setWarn(boolean) - Method in class org.frankframework.pipes.XmlValidator
 
setWarn(boolean) - Method in class org.frankframework.validation.AbstractXmlValidator
If set true, send warnings to logging and console about syntax problems in the configured schema('s).
setWildcard(String) - Method in class org.frankframework.filesystem.FileSystemActor
Filter of files to look for in inputFolder e.g.
setWildcard(String) - Method in class org.frankframework.filesystem.FileSystemListener
Filter of files to look for in inputFolder e.g.
setWildcard(String) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setWildcard(String) - Method in class org.frankframework.filesystem.FileSystemSender
 
setWildcard(String) - Method in class org.frankframework.pipes.CleanupOldFilesPipe
filter of files to delete.
setWildcard(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
filter of files to replace
setWildcard(String) - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
the wildcard to look for files in the specified directory, e.g.
setWildCard(String) - Method in class org.frankframework.util.Dir2Xml
Set a Wildcard
setWildcardSessionKey(String) - Method in class org.frankframework.pipes.MoveFilePipe
Deprecated.
session key that contains the name of the filter to use (only used if wildcard is not set)
setWriteAttributes(boolean) - Method in class org.frankframework.align.XmlTo
 
setWriteLineSeparator(boolean) - Method in class org.frankframework.filesystem.FileSystemActor
If set to true then the system specific line separator will be appended to the file after executing the action.
setWriteLineSeparator(boolean) - Method in class org.frankframework.filesystem.FileSystemPipe
 
setWriteLineSeparator(boolean) - Method in class org.frankframework.filesystem.FileSystemSender
 
setWriteLineSeparator(boolean) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setWriteLineSeparator(boolean) - Method in class org.frankframework.util.FileHandler
when set to true, a line separator is written after the content is written
setWriteSecLogMessage(boolean) - Method in class org.frankframework.http.RestListener
 
setWriteSuffix(String) - Method in class org.frankframework.pipes.FilePipe
Deprecated.
 
setWriteSuffix(String) - Method in class org.frankframework.util.FileHandler
Sets suffix of the file that is written (only used if filename and filenamesession are not set)
setWriteToSecLog(boolean) - Method in interface org.frankframework.core.IPipe
 
setWriteToSecLog(boolean) - Method in class org.frankframework.http.RestListener
 
setWriteToSecLog(boolean) - Method in class org.frankframework.pipes.AbstractPipe
when set to true a record is written to the security log when the pipe has finished successfully
setWriteToSecLog(boolean) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
setWriteToSecLog(boolean) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
setWsdl(String) - Method in class org.frankframework.pipes.WsdlXmlValidator
The WSDL to read the XSDs from
setWsdlSchema(Definition, Schema) - Method in class org.frankframework.validation.xsd.WsdlXsd
 
setWssAuthAlias(String) - Method in class org.frankframework.http.WebServiceSender
alias used to obtain credentials for authentication to web services security
setWssAuthAlias(String) - Method in class org.frankframework.soap.SoapWrapperPipe
alias used to obtain credentials for authentication to WebServiceSecurity
setWssPassword(String) - Method in class org.frankframework.http.WebServiceSender
password used to obtain credentials for authentication to web services security
setWssPassword(String) - Method in class org.frankframework.soap.SoapWrapperPipe
Default password for WebServiceSecurity
setWssPasswordDigest(boolean) - Method in class org.frankframework.http.WebServiceSender
when true, the password is sent digested.
setWssPasswordDigest(boolean) - Method in class org.frankframework.soap.SoapWrapperPipe
If true, the password is sent digested; Otherwise it is sent in clear text
setWssUserName(String) - Method in class org.frankframework.http.WebServiceSender
username used to obtain credentials for authentication to web services security
setWssUserName(String) - Method in class org.frankframework.soap.SoapWrapperPipe
Default username for WebServiceSecurity
setXhtml(boolean) - Method in class org.frankframework.http.HttpSenderBase
If true, the HTML response is transformed to XHTML
setXml(boolean) - Method in class org.frankframework.pipes.CompareStringPipe
when set true the string values to compare are considered to be xml strings and before the actual compare both xml strings are transformed to a canonical form
setXmlDebugger(IXmlDebugger) - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
setXmlDebugger(IXmlDebugger) - Method in class org.frankframework.senders.JsonXsltSender
 
setXmlReasonSessionKey(String) - Method in class org.frankframework.pipes.XmlValidator
 
setXmlReasonSessionKey(String) - Method in class org.frankframework.validation.AbstractXmlValidator
Like reasonSessionKey but stores reasons in xml format and more extensive
setXmlSchemaVersion(String) - Method in class org.frankframework.pipes.XmlValidator
 
setXmlSchemaVersion(String) - Method in class org.frankframework.validation.AbstractXmlValidator
If set to 1.0, Xerces's previous XML Schema factory will be used, which would make all XSD 1.1 features illegal.
setXmlTag(String) - Method in class org.frankframework.pipes.Text2XmlPipe
The xml tag to encapsulate the text in
setXmlValidatorErrorHandler(XmlValidatorErrorHandler) - Method in class org.frankframework.validation.XmlValidatorContentHandler
 
setXpathExpression(String) - Method in class org.frankframework.errormessageformatters.XslErrorMessageFormatter
xPathExpression to use for transformation
setXpathExpression(String) - Method in class org.frankframework.parameters.Parameter
the XPath expression to extract the parameter value from the (xml formatted) input or session-variable.
setXpathExpression(String) - Method in class org.frankframework.pipes.IteratingPipe
Alternatively: xpath-expression to create stylesheet from
setXpathExpression(String) - Method in class org.frankframework.pipes.XmlIf
xpath expression to be applied to the input-message.
setXpathExpression(String) - Method in class org.frankframework.pipes.XmlSwitch
xpath-expression that returns a string representing the forward to look up.
setXpathExpression(String) - Method in class org.frankframework.pipes.XsltPipe
 
setXpathExpression(String) - Method in class org.frankframework.senders.XsltSender
Alternatively: XPath-expression to create stylesheet from
setXqueryFile(String) - Method in class org.frankframework.pipes.XQueryPipe
name of the file on the file system to read the xquery from
setXqueryName(String) - Method in class org.frankframework.pipes.XQueryPipe
name of the file (resource) on the classpath to read the xquery from
setXsltVersion(int) - Method in class org.frankframework.parameters.Parameter
If set to 2 or 3 a Saxon (net.sf.saxon) xslt processor 2.0 or 3.0 respectively will be used, otherwise xslt processor 1.0 (org.apache.xalan).
setXsltVersion(int) - Method in class org.frankframework.pipes.ForEachChildElementPipe
If set to 2 or 3 a Saxon (net.sf.saxon) XSLT processor 2.0 or 3.0 will be used, supporting XPath 2.0 or 3.0 respectively, otherwise an XSLT processor 1.0 (org.apache.xalan), supporting XPath 1.0.
setXsltVersion(int) - Method in class org.frankframework.pipes.XmlIf
If set to 2 or 3 a Saxon (net.sf.saxon) xslt processor 2.0 or 3.0 respectively will be used, otherwise xslt processor 1.0 (org.apache.xalan)
setXsltVersion(int) - Method in class org.frankframework.pipes.XmlSwitch
If set to 2 or 3 a Saxon (net.sf.saxon) xslt processor 2.0 or 3.0 respectively will be used, otherwise xslt processor 1.0 (org.apache.xalan).
setXsltVersion(int) - Method in class org.frankframework.pipes.XsltPipe
 
setXsltVersion(int) - Method in class org.frankframework.senders.XsltSender
If set to 2 or 3 a Saxon (net.sf.saxon) xslt processor 2.0 or 3.0 respectively will be used, otherwise xslt processor 1.0 (org.apache.xalan).
setZipEntryPattern(String) - Method in class org.frankframework.pipes.CompressPipe
the pattern for the zipentry name in case a zipfile is read or written
setZipWriterHandle(String) - Method in class org.frankframework.compression.ZipWriterPipe
Deprecated.
setZipWriterHandle(String) - Method in class org.frankframework.compression.ZipWriterSender
Deprecated.
severe(String) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
 
severe(String, Throwable) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
 
Severity - Enum in org.frankframework.monitoring
Enumeration of Severities for monitoring.
SftpFileRef - Class in org.frankframework.ftp
Wrapper around a FTPFile to allow for relative path operations
SftpFileRef(String) - Constructor for class org.frankframework.ftp.SftpFileRef
 
SftpFileRef(String, String) - Constructor for class org.frankframework.ftp.SftpFileRef
 
SftpFileSystem - Class in org.frankframework.filesystem
Implementation of SFTP FileSystem
SftpFileSystem() - Constructor for class org.frankframework.filesystem.SftpFileSystem
 
SftpFileSystemDelegator - Interface in org.frankframework.ftp
 
SftpFileSystemListener - Class in org.frankframework.receivers
 
SftpFileSystemListener() - Constructor for class org.frankframework.receivers.SftpFileSystemListener
 
SftpFileSystemSender - Class in org.frankframework.senders
 
SftpFileSystemSender() - Constructor for class org.frankframework.senders.SftpFileSystemSender
 
SftpSession - Class in org.frankframework.ftp
Helper class for sftp.
SftpSession() - Constructor for class org.frankframework.ftp.SftpSession
 
SftpSession.TransportType - Enum in org.frankframework.ftp
 
SHA - Enum constant in enum org.frankframework.pipes.ChecksumPipe.ChecksumType
 
SHA256 - Enum constant in enum org.frankframework.pipes.ChecksumPipe.ChecksumType
 
SHA512 - Enum constant in enum org.frankframework.pipes.ChecksumPipe.ChecksumType
 
ShadowSender - Class in org.frankframework.senders
Collection of Senders, that are executed all at the same time.
ShadowSender() - Constructor for class org.frankframework.senders.ShadowSender
 
SHARED_RESOURCE_PREFIX - Static variable in interface org.frankframework.core.SharedResource
 
SharedResource<T> - Interface in org.frankframework.core
 
SharedResourceFactory - Class in org.frankframework.configuration.digester
Registers the newly created bean directly in Spring, which will manage it's Lifecycle.
SharedResourceFactory() - Constructor for class org.frankframework.configuration.digester.SharedResourceFactory
 
SharedResources - Class in org.frankframework.configuration
 
SharedResources() - Constructor for class org.frankframework.configuration.SharedResources
 
SharedWsdlDefinitions - Class in org.frankframework.core
This exists because WSDL Definitions can grow dramatically in size when they include a few xsd's.
SharedWsdlDefinitions() - Constructor for class org.frankframework.core.SharedWsdlDefinitions
 
shift - Variable in class org.frankframework.statistics.BigBasics
 
shiftRight() - Method in class org.frankframework.statistics.BigBasics
 
showIbisStoreSummary(Message<?>) - Method in class org.frankframework.management.bus.endpoints.IbisstoreSummary
 
ShowLogDirectory - Class in org.frankframework.lifecycle
Logging should work even when the application failed to start which is why it's not wired through the MessageDispatcher.
ShowLogDirectory() - Constructor for class org.frankframework.lifecycle.ShowLogDirectory
 
shutdown() - Static method in class org.frankframework.cache.IbisCacheManager
 
shutdown() - Method in class org.frankframework.configuration.ClassLoaderManager
Removes all created ClassLoaders
shutdown() - Method in interface org.frankframework.configuration.IbisManager
Shut down the IBIS instance.
shutdown() - Method in class org.frankframework.unmanaged.DefaultIbisManager
Shut down the IBIS instance and clean up.
shutdownTransactionManager() - Method in class org.frankframework.jta.btm.BtmJtaTransactionManager
 
shutdownTransactionManager() - Method in class org.frankframework.jta.narayana.NarayanaJtaTransactionManager
 
shutdownTransactionManager() - Method in class org.frankframework.jta.StatusRecordingTransactionManager
Shutdown the transaction manager, attempting to complete all running transactions.
Sign - Class in org.frankframework.pgp
 
Sign(String[], String, String, String[], String) - Constructor for class org.frankframework.pgp.Sign
 
SIGN - Enum constant in enum org.frankframework.pipes.PGPPipe.Action
Encrypts and then signs the given input.
SIGN - Enum constant in enum org.frankframework.pipes.SignaturePipe.Action
signs the input
SignaturePipe - Class in org.frankframework.pipes
 
SignaturePipe() - Constructor for class org.frankframework.pipes.SignaturePipe
 
SignaturePipe.Action - Enum in org.frankframework.pipes
 
signMessage(Message, String, String, boolean) - Method in class org.frankframework.soap.SoapWrapper
 
SimpleJdbcListener - Class in org.frankframework.jdbc
Database Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel.
SimpleJdbcListener() - Constructor for class org.frankframework.jdbc.SimpleJdbcListener
 
size() - Method in class org.frankframework.configuration.ApplicationWarningsBase
 
size() - Method in class org.frankframework.http.PartMessage
 
size() - Method in class org.frankframework.parameters.ParameterValueList
 
size() - Method in class org.frankframework.stream.Message
 
size() - Method in class org.frankframework.util.Dir2Map
 
SizeLimitedVector<E> - Class in org.frankframework.util
Stores a maximum number of elements in a Vector.
SizeLimitedVector() - Constructor for class org.frankframework.util.SizeLimitedVector
SizeLimitedVector constructor comment.
SizeLimitedVector(int) - Constructor for class org.frankframework.util.SizeLimitedVector
 
SizePipe - Class in org.frankframework.pipes
Returns the number of bytes or characters in the input.
SizePipe() - Constructor for class org.frankframework.pipes.SizePipe
 
SizeStatisticsKeeper<B extends IBasics<S>,S> - Class in org.frankframework.statistics
 
SizeStatisticsKeeper(String) - Constructor for class org.frankframework.statistics.SizeStatisticsKeeper
 
skipBOM - Variable in class org.frankframework.util.FileHandler
 
SkipContainersFilter - Class in org.frankframework.configuration.filters
This class omits XML elements from Frank configs that are meaningless containers.
SkipContainersFilter() - Constructor for class org.frankframework.configuration.filters.SkipContainersFilter
 
SkipContainersFilter(ContentHandler) - Constructor for class org.frankframework.configuration.filters.SkipContainersFilter
 
skipDocTypeDeclaration(String) - Static method in class org.frankframework.util.XmlUtils
 
SkipEmptyTagsFilter - Class in org.frankframework.xml
 
SkipEmptyTagsFilter(ContentHandler) - Constructor for class org.frankframework.xml.SkipEmptyTagsFilter
 
skippedEntity(String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
skippedEntity(String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
skipPipe(Message, PipeLineSession) - Method in class org.frankframework.pipes.FixedForwardPipe
called by InputOutputPipeProcessor to check if the pipe needs to be skipped.
SkipPipe - Class in org.frankframework.pipes
Skip a number of bytes or characters from the input.
SkipPipe() - Constructor for class org.frankframework.pipes.SkipPipe
 
skipWhitespace(String, int) - Static method in class org.frankframework.util.NameComparatorBase
 
skipXmlDeclaration(String) - Static method in class org.frankframework.util.XmlUtils
 
SmbFileRef - Class in org.frankframework.filesystem.smb
 
SmbFileRef(String) - Constructor for class org.frankframework.filesystem.smb.SmbFileRef
Create a new file reference, strips the folder of the filename when present
SmbFileRef(String, String) - Constructor for class org.frankframework.filesystem.smb.SmbFileRef
 
SOAP_HTTP_NAMESPACE - Static variable in class org.frankframework.soap.WsdlGenerator
 
SOAP_JMS_NAMESPACE - Static variable in class org.frankframework.soap.WsdlGenerator
 
SOAP_JMS_NAMESPACE_PREFIX - Static variable in class org.frankframework.soap.WsdlGenerator
 
SOAP_VERSION_SESSION_KEY - Static variable in class org.frankframework.soap.SoapWrapper
 
SOAP11 - Enum constant in enum org.frankframework.soap.SoapVersion
 
SOAP12 - Enum constant in enum org.frankframework.soap.SoapVersion
 
SoapErrorMessage - Class in org.frankframework.errormessageformatters
Deprecated.
SoapErrorMessage() - Constructor for class org.frankframework.errormessageformatters.SoapErrorMessage
Deprecated.
 
SoapErrorMessageFormatter - Class in org.frankframework.errormessageformatters
ErrorMessageFormatter that returns a soap fault message.
SoapErrorMessageFormatter() - Constructor for class org.frankframework.errormessageformatters.SoapErrorMessageFormatter
 
SOAPProviderBase - Class in org.frankframework.http.cxf
Base class for handling JAX-WS SOAP messages
SOAPProviderBase() - Constructor for class org.frankframework.http.cxf.SOAPProviderBase
 
SoapProviderServlet - Class in org.frankframework.http.cxf
 
SoapProviderServlet() - Constructor for class org.frankframework.http.cxf.SoapProviderServlet
 
SoapRootValidation - Class in org.frankframework.soap
 
SoapRootValidation(String...) - Constructor for class org.frankframework.soap.SoapRootValidation
 
SoapValidator - Class in org.frankframework.soap
XmlValidator that will automatically add the SOAP envelope XSD to the set of XSD's used for validation.
SoapValidator() - Constructor for class org.frankframework.soap.SoapValidator
 
SoapVersion - Enum in org.frankframework.soap
 
SoapWrapper - Class in org.frankframework.soap
Utility class that wraps and unwraps messages from (and into) a SOAP Envelope.
SoapWrapperPipe - Class in org.frankframework.soap
Pipe to wrap or unwrap a message from/into a SOAP Envelope.
SoapWrapperPipe() - Constructor for class org.frankframework.soap.SoapWrapperPipe
 
SOCKS - Enum constant in enum org.frankframework.ftp.FtpSession.TransportType
 
SOCKS4 - Enum constant in enum org.frankframework.ftp.SftpSession.TransportType
 
SOCKS5 - Enum constant in enum org.frankframework.ftp.SftpSession.TransportType
 
sortByDependencies(Set<IXSD>, List<Schema>) - Static method in class org.frankframework.validation.SchemaUtils
 
SOURCE - Enum constant in enum org.frankframework.monitoring.SourceFiltering
 
source2String(Source) - Static method in class org.frankframework.util.XmlUtils
 
SourceClosingDataHandler - Class in org.frankframework.http.cxf
 
SourceClosingDataHandler(DataSource) - Constructor for class org.frankframework.http.cxf.SourceClosingDataHandler
 
SourceFiltering - Enum in org.frankframework.monitoring
Enumeration of SourceTypes for trigger filters.
specialHeaders - Static variable in class org.frankframework.filesystem.MailFileSystemUtils
 
SPLITTED_LINE_TAG - Static variable in class org.frankframework.pipes.Text2XmlPipe
 
splitUpCommandString(String) - Static method in class org.frankframework.util.ProcessUtil
 
SPNEGO - Enum constant in enum org.frankframework.filesystem.Samba2FileSystem.Samba2AuthType
 
SpringContextScope - Enum in org.frankframework.lifecycle
 
SpringJmsConnector - Class in org.frankframework.unmanaged
Configure a Spring JMS Container from a PushingJmsListener.
SpringJmsConnector() - Constructor for class org.frankframework.unmanaged.SpringJmsConnector
 
SpringTxManagerProxy - Class in org.frankframework.jta
proxy class for transaction manager.
SpringTxManagerProxy() - Constructor for class org.frankframework.jta.SpringTxManagerProxy
 
SQL_INJECTION_SUPPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
sslContext - Variable in class org.frankframework.encryption.AuthSSLContextFactory
 
STANDALONE - Enum constant in enum org.frankframework.lifecycle.SpringContextScope
 
start() - Method in class org.frankframework.configuration.AdapterManager
Inherited from the Spring Lifecycle interface.
start() - Method in class org.frankframework.configuration.Configuration
Spring method which starts the ApplicationContext.
start() - Method in class org.frankframework.configuration.ScheduleManager
Configure and start, managed through the Spring Lifecyle
start() - Method in interface org.frankframework.core.IListenerConnector
Start Listener-port to which the Listener is connected.
start() - Method in interface org.frankframework.core.IPipe
Perform necessary action to start the pipe.
start() - Method in class org.frankframework.core.PipeLine
 
start() - Method in class org.frankframework.filesystem.FileSystemPipe
 
start() - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
start() - Method in class org.frankframework.http.HttpSenderBase
 
start() - Method in class org.frankframework.http.HttpSessionBase
 
start() - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
start() - Method in class org.frankframework.ldap.LdapFindGroupMembershipsPipe
 
start() - Method in class org.frankframework.monitoring.MonitorManager
 
start() - Method in class org.frankframework.pipes.AbstractPipe
 
start() - Method in class org.frankframework.pipes.DomainTransformerPipe
 
start() - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
start() - Method in class org.frankframework.pipes.JsonValidator
 
start() - Method in class org.frankframework.pipes.MessageSendingPipe
 
start() - Method in class org.frankframework.pipes.PostboxRetrieverPipe
Deprecated.
 
start() - Method in class org.frankframework.pipes.SignaturePipe
 
start() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
start() - Method in class org.frankframework.pipes.XmlSwitch
 
start() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
start() - Method in class org.frankframework.pipes.XmlValidator
 
start() - Method in class org.frankframework.pipes.XsltPipe
 
start() - Method in class org.frankframework.receivers.PullingListenerContainer
 
start() - Method in class org.frankframework.soap.SoapWrapperPipe
 
start() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
start() - Method in class org.frankframework.validation.AbstractXmlValidator
 
start() - Method in class org.frankframework.validation.JavaxXmlValidator
 
start() - Method in class org.frankframework.validation.XercesXmlValidator
 
start(Date, Date, Date) - Method in class org.frankframework.statistics.MetricsInitializer
 
start(Date, Date, Date) - Method in interface org.frankframework.statistics.StatisticsKeeperIterationHandler
 
start(Xid, int) - Method in class org.frankframework.jta.narayana.DataSourceXAResourceRecoveryHelper
 
START - Enum constant in enum org.frankframework.management.bus.endpoints.ManageScheduler.ScheduleAction
 
START_ADAPTER - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
START_RECEIVER - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
STARTADAPTER - Enum constant in enum org.frankframework.scheduler.job.IbisActionJob.Action
 
startArray() - Method in class org.frankframework.stream.document.Json2XmlHandler
 
startArray() - Method in class org.frankframework.stream.json.JsonTee
 
startArray() - Method in class org.frankframework.stream.json.JsonWriter
 
startArray() - Method in interface org.frankframework.stream.JsonEventHandler
 
startArray() - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
startArray(String) - Method in interface org.frankframework.stream.document.INodeBuilder
 
startArray(String) - Method in class org.frankframework.stream.document.JsonNodeBuilder
 
startArray(String) - Method in class org.frankframework.stream.document.XmlNodeBuilder
 
startArrayDocument(DocumentFormat, String, String) - Static method in class org.frankframework.stream.document.DocumentBuilderFactory
 
startArrayDocument(DocumentFormat, String, String, MessageOutputStream, boolean) - Static method in class org.frankframework.stream.document.DocumentBuilderFactory
 
startAuthenticators() - Method in class org.frankframework.lifecycle.ServletManager
 
startBlock() - Method in class org.frankframework.pipes.IteratingPipe.ItemCallback
 
startCDATA() - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Report the start of a CDATA section.
startCDATA() - Method in class org.frankframework.stream.xml.XmlTee
 
startCDATA() - Method in class org.frankframework.util.CompactSaxHandler
 
startCDATA() - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
startCDATA() - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
startCDATA() - Method in class org.frankframework.xml.FullXmlFilter
 
startCDATA() - Method in class org.frankframework.xml.NamespacedContentsRemovingFilter
 
startCDATA() - Method in class org.frankframework.xml.NodeSetFilter
 
startCDATA() - Method in class org.frankframework.xml.SkipEmptyTagsFilter
 
startCDATA() - Method in class org.frankframework.xml.XmlWriter
 
startDefinitions() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
 
startDefinitions() - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
 
startDocument() - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter a start document event.
startDocument() - Method in class org.frankframework.align.XmlAligner
 
startDocument() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
 
startDocument() - Method in class org.frankframework.stream.document.Json2XmlHandler
 
startDocument() - Method in class org.frankframework.stream.json.JsonTee
 
startDocument() - Method in class org.frankframework.stream.json.JsonWriter
 
startDocument() - Method in interface org.frankframework.stream.JsonEventHandler
 
startDocument() - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
startDocument() - Method in class org.frankframework.stream.xml.XmlTee
 
startDocument() - Method in class org.frankframework.xml.BodyOnlyFilter
 
startDocument() - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
startDocument() - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
startDocument() - Method in class org.frankframework.xml.ThreadConnectingFilter
 
startDocument() - Method in class org.frankframework.xml.XmlWriter
 
startDocument(String, ContentHandler, boolean) - Static method in class org.frankframework.stream.document.DocumentBuilderFactory
 
startDocument(DocumentFormat, String) - Static method in class org.frankframework.stream.document.DocumentBuilderFactory
 
startDocument(DocumentFormat, String, MessageOutputStream, boolean) - Static method in class org.frankframework.stream.document.DocumentBuilderFactory
 
startDocument(JsonEventHandler) - Static method in class org.frankframework.stream.document.DocumentBuilderFactory
 
startDTD(String, String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.frankframework.stream.xml.XmlTee
 
startDTD(String, String, String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
startDTD(String, String, String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
startDTD(String, String, String) - Method in class org.frankframework.xml.FullXmlFilter
 
startDTD(String, String, String) - Method in class org.frankframework.xml.XmlWriter
 
STARTED - Enum constant in enum org.frankframework.lifecycle.IbisApplicationContext.BootState
 
STARTED - Enum constant in enum org.frankframework.util.RunState
 
startElement(String) - Method in class org.frankframework.xml.SaxElementBuilder
 
startElement(String, boolean, boolean, XSTypeDefinition) - Method in interface org.frankframework.align.content.ElementGroupContainer
 
startElement(String, boolean, boolean, XSTypeDefinition) - Method in class org.frankframework.align.content.MapContentContainer
 
startElement(String, boolean, boolean, XSTypeDefinition) - Method in class org.frankframework.align.content.TreeContentContainer
 
startElement(String, String, String, Attributes) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.frankframework.align.NamespaceAligningFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.align.XmlAligner
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.align.XmlTo
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.configuration.ClassNameRewriter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.configuration.digester.DigesterRulesHandler
Parse all digester rules as DigesterRule
startElement(String, String, String, Attributes) - Method in class org.frankframework.configuration.digester.IncludeFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.configuration.filters.ElementRoleFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.configuration.filters.InitialCapsFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.configuration.filters.OnlyActiveFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.configuration.filters.SkipContainersFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.stream.xml.XmlTee
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.util.CompactSaxHandler
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.util.XmlJsonWriter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.validation.XmlValidatorContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.AttributePropertyResolver
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.BodyOnlyFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.CanonicalizeFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.ElementPropertyResolver
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.NamespacedContentsRemovingFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.NamespaceRemovingFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.NodeSetFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.PrettyPrintFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.RootElementToSessionKeyFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.SkipEmptyTagsFilter
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.xml.XmlWriter
 
startElementGroup(String, boolean, boolean, XSTypeDefinition) - Method in interface org.frankframework.align.content.DocumentContainer
 
startElementGroup(String, boolean, boolean, XSTypeDefinition) - Method in class org.frankframework.align.content.MapContentContainer
 
startElementGroup(String, boolean, boolean, XSTypeDefinition) - Method in class org.frankframework.align.content.TreeContentContainer
 
startEntity(String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Report the beginning of an entity in content.
startEntity(String) - Method in class org.frankframework.stream.xml.XmlTee
 
startEntity(String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
startEntity(String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
startEntity(String) - Method in class org.frankframework.xml.FullXmlFilter
 
startEntity(String) - Method in class org.frankframework.xml.NodeSetFilter
 
startEntity(String) - Method in class org.frankframework.xml.XmlWriter
 
StartIbis - Class in org.frankframework.cmdline
Starts up a configuration in a plain JVM.
StartIbis() - Constructor for class org.frankframework.cmdline.StartIbis
 
STARTING - Enum constant in enum org.frankframework.lifecycle.IbisApplicationContext.BootState
 
STARTING - Enum constant in enum org.frankframework.util.RunState
 
startIterating() - Method in class org.frankframework.pipes.IteratingPipe.ItemCallback
 
startNode(String, String, String) - Method in class org.frankframework.xml.NodeSetFilter
Called before processing of each node of the NodeSet is started.
startObject() - Method in interface org.frankframework.stream.document.INodeBuilder
 
startObject() - Method in class org.frankframework.stream.document.Json2XmlHandler
 
startObject() - Method in class org.frankframework.stream.document.JsonNodeBuilder
 
startObject() - Method in class org.frankframework.stream.document.XmlNodeBuilder
 
startObject() - Method in class org.frankframework.stream.json.JsonTee
 
startObject() - Method in class org.frankframework.stream.json.JsonWriter
 
startObject() - Method in interface org.frankframework.stream.JsonEventHandler
 
startObject() - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
startObjectDocument(DocumentFormat, String) - Static method in class org.frankframework.stream.document.DocumentBuilderFactory
 
startObjectDocument(DocumentFormat, String, MessageOutputStream, boolean) - Static method in class org.frankframework.stream.document.DocumentBuilderFactory
 
startObjectEntry(String) - Method in class org.frankframework.stream.document.Json2XmlHandler
 
startObjectEntry(String) - Method in class org.frankframework.stream.json.JsonTee
 
startObjectEntry(String) - Method in class org.frankframework.stream.json.JsonWriter
 
startObjectEntry(String) - Method in interface org.frankframework.stream.JsonEventHandler
 
startObjectEntry(String) - Method in class org.frankframework.stream.xml.JsonXslt3XmlHandler
 
startOut() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
 
startOut() - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
 
startOut() - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
 
startOut() - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
 
startParse(C) - Method in class org.frankframework.align.ToXml
Align the XML according to the schema.
startParse(JsonValue) - Method in class org.frankframework.align.Json2Xml
 
startParse(Map<String, String>) - Method in class org.frankframework.align.Properties2Xml
 
startParse(Document) - Method in class org.frankframework.align.DomTreeAligner
 
startPipe(String, IPipe) - Method in class org.frankframework.core.PipeLine
 
startPrefixMapping(String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.frankframework.align.NamespaceAligningFilter
 
startPrefixMapping(String, String) - Method in class org.frankframework.stream.xml.XmlTee
 
startPrefixMapping(String, String) - Method in class org.frankframework.util.CompactSaxHandler
 
startPrefixMapping(String, String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
startPrefixMapping(String, String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
startPrefixMapping(String, String) - Method in class org.frankframework.xml.NamespacedContentsRemovingFilter
 
startPrefixMapping(String, String) - Method in class org.frankframework.xml.NamespaceRemovingFilter
 
startPrefixMapping(String, String) - Method in class org.frankframework.xml.NodeSetFilter
 
startPrefixMapping(String, String) - Method in class org.frankframework.xml.PrettyPrintFilter
 
startPrefixMapping(String, String) - Method in class org.frankframework.xml.SkipEmptyTagsFilter
 
startPrefixMapping(String, String) - Method in class org.frankframework.xml.XmlWriter
 
startProcessingMessage(long) - Method in class org.frankframework.receivers.Receiver
 
STARTRECEIVER - Enum constant in enum org.frankframework.scheduler.job.IbisActionJob.Action
 
startRow() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
 
startRow() - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
 
startRow() - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
 
startRow() - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
 
startRowSet() - Method in class org.frankframework.jdbc.transformer.AbstractQueryOutputTransformer
 
startRowSet() - Method in class org.frankframework.jdbc.transformer.QueryOutputToCSV
 
startRowSet() - Method in class org.frankframework.jdbc.transformer.QueryOutputToJson
 
startRowSet() - Method in class org.frankframework.jdbc.transformer.QueryOutputToListOfMaps
 
startRunning() - Method in class org.frankframework.core.Adapter
Start the adapter.
startRunning() - Method in interface org.frankframework.core.IManagable
Instruct the object that implements IManagable to start working.
startRunning() - Method in class org.frankframework.receivers.Receiver
 
startRuntime() - Method in class org.frankframework.javascript.J2V8
The V8 runtime (DLL/SO files) have to be extracted somewhere, using an absolute path.
startRuntime() - Method in interface org.frankframework.javascript.JavascriptEngine
Initialize the runtime for the specified engine
startScheduler() - Method in class org.frankframework.scheduler.SchedulerHelper
 
startThread(R) - Method in class org.frankframework.stream.ThreadConnector
 
staticUri - Variable in class org.frankframework.http.HttpSenderBase
 
StatisticsKeeper<B extends IBasics<S>,S> - Class in org.frankframework.statistics
Keeps statistics (min, max, count etc).
StatisticsKeeper(String) - Constructor for class org.frankframework.statistics.StatisticsKeeper
Constructor for StatisticsKeeper.
StatisticsKeeper(String, B) - Constructor for class org.frankframework.statistics.StatisticsKeeper
 
StatisticsKeeper(String, B, String, String) - Constructor for class org.frankframework.statistics.StatisticsKeeper
 
StatisticsKeeper(String, B, StringTokenizer, boolean, boolean, boolean, int) - Constructor for class org.frankframework.statistics.StatisticsKeeper
 
StatisticsKeeperIterationHandler<D> - Interface in org.frankframework.statistics
Allows operations on iterations over all statistics keepers.
StatsDRegistryConfigurator - Class in org.frankframework.metrics
 
StatsDRegistryConfigurator() - Constructor for class org.frankframework.metrics.StatsDRegistryConfigurator
 
StatusRecordingTransactionManager - Class in org.frankframework.jta
JtaTransactionManager-wrapper that enables to recover transaction logs produced by another instance.
StatusRecordingTransactionManager() - Constructor for class org.frankframework.jta.StatusRecordingTransactionManager
 
StatusRecordingTransactionManager.Status - Enum in org.frankframework.jta
 
StaxParserFactory - Class in org.frankframework.xml
Descendant of Woodstox XMLInputFactory, that accepts XML 1.1 compliant content in XML 1.0 documents too.
StaxParserFactory() - Constructor for class org.frankframework.xml.StaxParserFactory
 
stop() - Method in class org.frankframework.configuration.AdapterManager
Stops all Adapters registered in this manager.
stop() - Method in class org.frankframework.configuration.ScheduleManager
remove all registered jobs
stop() - Method in interface org.frankframework.core.IListenerConnector
Stop Listener-port to which the Listener is connected.
stop() - Method in interface org.frankframework.core.IPipe
Perform necessary actions to stop the Pipe.
For instance, closing JMS connections, DBMS connections etc.
stop() - Method in class org.frankframework.core.PipeLine
Close the pipeline.
stop() - Method in class org.frankframework.filesystem.FileSystemPipe
 
stop() - Method in class org.frankframework.filesystem.ForEachAttachmentPipe
 
stop() - Method in class org.frankframework.http.HttpSessionBase
 
stop() - Method in class org.frankframework.jdbc.JdbcIteratingPipeBase
 
stop() - Method in class org.frankframework.ldap.LdapFindGroupMembershipsPipe
 
stop() - Method in class org.frankframework.monitoring.MonitorManager
 
stop() - Method in class org.frankframework.pipes.AbstractPipe
 
stop() - Method in class org.frankframework.pipes.DomainTransformerPipe
 
stop() - Method in class org.frankframework.pipes.ForEachChildElementPipe
 
stop() - Method in class org.frankframework.pipes.MessageSendingPipe
 
stop() - Method in class org.frankframework.pipes.PostboxRetrieverPipe
Deprecated.
 
stop() - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
stop() - Method in class org.frankframework.pipes.XmlSwitch
 
stop() - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
stop() - Method in class org.frankframework.pipes.XmlValidator
 
stop() - Method in class org.frankframework.pipes.XsltPipe
 
stop() - Method in class org.frankframework.receivers.PullingListenerContainer
 
stop() - Method in class org.frankframework.soap.SoapWrapperPipe
 
stop() - Method in class org.frankframework.unmanaged.SpringJmsConnector
 
stop() - Method in class org.frankframework.validation.AbstractXmlValidator
 
STOP - Enum constant in enum org.frankframework.management.bus.endpoints.ManageScheduler.ScheduleAction
 
STOP_ADAPTER - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
STOP_CONDITION_MET - Enum constant in enum org.frankframework.pipes.IteratingPipe.StopReason
 
STOP_CONDITION_MET_FORWARD - Static variable in class org.frankframework.pipes.IteratingPipe
 
STOP_RECEIVER - Enum constant in enum org.frankframework.scheduler.JobDefFunctions
 
STOPADAPTER - Enum constant in enum org.frankframework.scheduler.job.IbisActionJob.Action
 
STOPPED - Enum constant in enum org.frankframework.lifecycle.IbisApplicationContext.BootState
 
STOPPED - Enum constant in enum org.frankframework.util.RunState
 
STOPPING - Enum constant in enum org.frankframework.lifecycle.IbisApplicationContext.BootState
 
STOPPING - Enum constant in enum org.frankframework.util.RunState
 
stopPipe(String, IPipe) - Method in class org.frankframework.core.PipeLine
 
STOPRECEIVER - Enum constant in enum org.frankframework.scheduler.job.IbisActionJob.Action
 
stopRunning() - Method in class org.frankframework.core.Adapter
Stop the Adapter and close all elements like receivers, Pipeline, pipes etc.
stopRunning() - Method in interface org.frankframework.core.IManagable
Instruct the object that implements IManagable to stop working.
stopRunning() - Method in class org.frankframework.receivers.Receiver
 
STORAGE_ID_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
StorageItemDTO - Class in org.frankframework.management.bus.dto
 
StorageItemDTO(IMessageBrowsingIteratorItem) - Constructor for class org.frankframework.management.bus.dto.StorageItemDTO
 
StorageItemsDTO - Class in org.frankframework.management.bus.dto
 
StorageItemsDTO(IMessageBrowser<?>, MessageBrowsingFilter) - Constructor for class org.frankframework.management.bus.dto.StorageItemsDTO
 
StoredProcedureQuerySender - Class in org.frankframework.jdbc
StoredProcedureQuerySender is used to send stored procedure queries and retrieve the result.
StoredProcedureQuerySender() - Constructor for class org.frankframework.jdbc.StoredProcedureQuerySender
 
StoredProcedureResultWrapper - Class in org.frankframework.jdbc
 
StoredProcedureResultWrapper(IDbmsSupport, CallableStatement, ParameterMetaData, Map<Integer, Parameter>) - Constructor for class org.frankframework.jdbc.StoredProcedureResultWrapper
Class that wraps a CallableStatement to present its output-parameters as if they were a ResultSet.
storeFirstValue(long, long) - Method in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
storeInputFormat(DocumentFormat, Message, PipeLineSession, boolean) - Method in class org.frankframework.pipes.Json2XmlValidator
 
storeLdapException(Throwable, PipeLineSession) - Method in class org.frankframework.ldap.LdapSender
 
storeMessage(String, String, Date, String, String, S) - Method in interface org.frankframework.core.ITransactionalStorage
Store the message, returns storageKey.
storeMessage(String, String, Date, String, String, S) - Method in class org.frankframework.jdbc.DummyTransactionalStorage
Deprecated.
 
storeMessage(String, String, Date, String, String, S) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
storeMessage(String, String, Date, String, String, S) - Method in class org.frankframework.jms.JmsTransactionalStorage
 
storeMessage(Connection, String, String, Date, String, String, S) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
Stores a message in the database and retrieves the value of the primary key for the record just inserted.
storeMessageInDatabase(Connection, String, String, Timestamp, String, String, S) - Method in class org.frankframework.jdbc.JdbcTransactionalStorage
 
STREAM - Enum constant in enum org.frankframework.collection.CollectorPipeBase.Action
Deprecated.
Stream2StringPipe - Class in org.frankframework.pipes
Deprecated.
not necessary when using Messages.
Stream2StringPipe() - Constructor for class org.frankframework.pipes.Stream2StringPipe
Deprecated.
 
streamBlob(IDbmsSupport, ResultSet, int, String, boolean, Base64Pipe.Direction, Object, boolean) - Static method in class org.frankframework.util.JdbcUtil
 
StreamCaptureUtils - Class in org.frankframework.util
 
StreamCaptureUtils() - Constructor for class org.frankframework.util.StreamCaptureUtils
 
streamClob(IDbmsSupport, ResultSet, int, Object, boolean) - Static method in class org.frankframework.util.JdbcUtil
 
StreamingException - Exception in org.frankframework.stream
 
StreamingException() - Constructor for exception org.frankframework.stream.StreamingException
 
StreamingException(String) - Constructor for exception org.frankframework.stream.StreamingException
 
StreamingException(String, Throwable) - Constructor for exception org.frankframework.stream.StreamingException
 
StreamingException(Throwable) - Constructor for exception org.frankframework.stream.StreamingException
 
StreamLineIteratorPipe - Class in org.frankframework.pipes
Sends a message to a Sender for each line of its input, that must be an InputStream.
StreamLineIteratorPipe() - Constructor for class org.frankframework.pipes.StreamLineIteratorPipe
 
StreamPipe - Class in org.frankframework.pipes
Stream an input stream to an output stream.
StreamPipe() - Constructor for class org.frankframework.pipes.StreamPipe
 
streamResponseBody(InputStream, String, String, HttpServletResponse, Logger, String, String) - Static method in class org.frankframework.http.HttpSender
 
streamResultToServlet - Variable in class org.frankframework.util.FileHandler
 
StrictJsonDocumentWriter - Class in org.frankframework.mongodb
StrictJsonWriter to write to FF DocumentBuilder, to generate JSON or XML.
StrictJsonDocumentWriter(INodeBuilder, StrictCharacterStreamJsonWriterSettings) - Constructor for class org.frankframework.mongodb.StrictJsonDocumentWriter
Construct an instance.
STRING - Enum constant in enum org.frankframework.align.ScalarType
 
STRING - Enum constant in enum org.frankframework.jdbc.JdbcListener.MessageFieldType
 
STRING - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Renders the contents of the first node (in combination with xslt or xpath).
stringContent - Variable in class org.frankframework.align.content.JsonElementContainer
 
StringIteratorPipe - Class in org.frankframework.pipes
IteratingPipe that has Strings as items.
StringIteratorPipe() - Constructor for class org.frankframework.pipes.StringIteratorPipe
 
stringToSource(String) - Static method in class org.frankframework.util.XmlUtils
 
stringToSource(String, boolean) - Static method in class org.frankframework.util.XmlUtils
Converts a string containing xml-markup to a Source-object, that can be used as the input of a XSLT-transformer.
stringToSourceForSingleUse(String) - Static method in class org.frankframework.util.XmlUtils
 
stringToSourceForSingleUse(String, boolean) - Static method in class org.frankframework.util.XmlUtils
 
stringToValue(String) - Method in class org.frankframework.align.content.MapContentContainer
 
StringXsd - Class in org.frankframework.validation.xsd
XSD implementation of an internally created schema, used as result of SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes().
StringXsd() - Constructor for class org.frankframework.validation.xsd.StringXsd
 
stripLeadingZeroes(String) - Static method in class org.frankframework.align.content.JsonElementContainer
 
StructureBuilder - Class in org.frankframework.stream.document
 
StructureBuilder() - Constructor for class org.frankframework.stream.document.StructureBuilder
 
STUB4TESTTOOL_CONFIGURATION_KEY - Static variable in class org.frankframework.configuration.ConfigurationUtils
 
STUB4TESTTOOL_VALIDATORS_DISABLED_KEY - Static variable in class org.frankframework.configuration.ConfigurationUtils
 
STUB4TESTTOOL_XSLT - Static variable in class org.frankframework.configuration.ConfigurationUtils
 
STUB4TESTTOOL_XSLT_VALIDATORS_PARAM - Static variable in class org.frankframework.configuration.ConfigurationUtils
 
SUB_CONTEXTS - Enum constant in enum org.frankframework.ldap.LdapSender.Operation
Get a list of the direct children of the specifed root.
SubstitutionNode<V> - Class in org.frankframework.align
 
SubstitutionNode() - Constructor for class org.frankframework.align.SubstitutionNode
 
SubstitutionProvider<V> - Interface in org.frankframework.align
 
SUCCESS - Enum constant in enum org.frankframework.core.PipeLine.ExitState
 
SUCCESS_EXIT_STATE - Static variable in enum org.frankframework.core.PipeLine.ExitState
 
SUCCESS_FORWARD_NAME - Static variable in class org.frankframework.core.PipeForward
 
sum - Variable in class org.frankframework.statistics.Basics
 
SUMMARY - Enum constant in enum org.frankframework.statistics.HasStatistics.Action
 
sumOfSquares - Variable in class org.frankframework.statistics.Basics
 
sumOfSquares - Variable in class org.frankframework.statistics.MicroMeterBasics.MicroMeterSnapshot
 
sumOfSquares - Variable in class org.frankframework.statistics.MicroMeterBasics
 
SUPPORTS - Enum constant in enum org.frankframework.core.TransactionAttribute
Support a current transaction; execute non-transactionally if none exists.
SuppressKeys - Enum in org.frankframework.configuration
Enumeration class for suppressing configuration warnings.
suspendTransaction() - Method in class org.frankframework.jta.TransactionConnectorCoordinator
 
suspendTransaction(Object) - Method in class org.frankframework.jta.SpringTxManagerProxy
 
suspendTransaction(Object) - Method in class org.frankframework.jta.ThreadConnectableDataSourceTransactionManager
 
suspendTransaction(Object) - Method in class org.frankframework.jta.ThreadConnectableJtaTransactionManager
 
suspendTransaction(T) - Method in interface org.frankframework.jta.IThreadConnectableTransactionManager
 
svg - Variable in enum org.frankframework.util.flow.graphviz.Format
 
SVG - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
SVG_STANDALONE - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
SYSTEM_MANAGED_RESOURCE_PREFIX - Static variable in class org.frankframework.core.PipeLineSession
 

T

T - Enum constant in enum org.frankframework.util.Locker.LockType
Temporary
tags - Variable in class org.frankframework.statistics.MetricsInitializer.NodeConfig
 
takeSnapshot() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
takeSnapshot() - Method in class org.frankframework.statistics.Basics
 
takeSnapshot() - Method in class org.frankframework.statistics.BigBasics
 
takeSnapshot() - Method in interface org.frankframework.statistics.IBasics
 
takeSnapshot() - Method in class org.frankframework.statistics.MicroMeterBasics
 
TARGET_NAMESPACE_PREFIX - Static variable in class org.frankframework.soap.WsdlGenerator
 
targetProcessStates() - Method in interface org.frankframework.core.IHasProcessState
Provides the set of ProcessStates that a message in the specified state can be moved to, e.g.
targetProcessStates() - Method in class org.frankframework.filesystem.FileSystemListener
 
targetProcessStates() - Method in class org.frankframework.jdbc.JdbcListener
 
targetProcessStates() - Method in class org.frankframework.receivers.Receiver
 
TECHNICAL - Enum constant in enum org.frankframework.monitoring.EventType
 
tellResourcesToStop() - Method in class org.frankframework.receivers.Receiver
must lead to a 'closeAllResources()' and runstate must be 'STOPPING' if IPushingListener -> call closeAllResources() if IPullingListener -> PullingListenerContainer has to call closeAllResources();
testCanWrite - Variable in class org.frankframework.util.FileHandler
 
testExists - Variable in class org.frankframework.util.FileHandler
 
TestPipeline - Class in org.frankframework.management.bus.endpoints
 
TestPipeline() - Constructor for class org.frankframework.management.bus.endpoints.TestPipeline
 
TestPipeline.PostedSessionKey - Class in org.frankframework.management.bus.endpoints
 
testQuery - Variable in class org.frankframework.jndi.PoolingJndiDataSourceFactory
 
TEXT - Enum constant in enum org.frankframework.http.rest.MediaTypes
 
TEXT - Enum constant in enum org.frankframework.http.RestListener.MediaTypes
 
TEXT - Enum constant in enum org.frankframework.jms.JMSFacade.MessageClass
Create the outgoing message as TextMessage.
TEXT - Enum constant in enum org.frankframework.util.TransformerPool.OutputType
 
Text2XmlPipe - Class in org.frankframework.pipes
Pipe for converting TEXT to XML.
Text2XmlPipe() - Constructor for class org.frankframework.pipes.Text2XmlPipe
 
TextSplitterPipe - Class in org.frankframework.pipes
Breaks up the text input in blocks of a maximum length.
TextSplitterPipe() - Constructor for class org.frankframework.pipes.TextSplitterPipe
 
THREAD_CONTEXT_KEY_NAME - Static variable in class org.frankframework.receivers.Receiver
 
THREAD_CONTEXT_KEY_TYPE - Static variable in class org.frankframework.receivers.Receiver
 
THREAD_CONTEXT_SESSION_KEY - Static variable in interface org.frankframework.core.IListenerConnector
 
threadAborted(T, Throwable) - Method in interface org.frankframework.stream.ThreadLifeCycleEventListener
 
ThreadConnectableDataSourceTransactionManager - Class in org.frankframework.jta
 
ThreadConnectableDataSourceTransactionManager() - Constructor for class org.frankframework.jta.ThreadConnectableDataSourceTransactionManager
 
ThreadConnectableDataSourceTransactionManager(DataSource) - Constructor for class org.frankframework.jta.ThreadConnectableDataSourceTransactionManager
 
ThreadConnectableJtaTransactionManager - Class in org.frankframework.jta
 
ThreadConnectableJtaTransactionManager() - Constructor for class org.frankframework.jta.ThreadConnectableJtaTransactionManager
 
ThreadConnectableJtaTransactionManager(TransactionManager) - Constructor for class org.frankframework.jta.ThreadConnectableJtaTransactionManager
 
ThreadConnectableJtaTransactionManager(UserTransaction, TransactionManager) - Constructor for class org.frankframework.jta.ThreadConnectableJtaTransactionManager
 
ThreadConnectableJtaTransactionManager(JtaTransactionManager) - Constructor for class org.frankframework.jta.ThreadConnectableJtaTransactionManager
 
ThreadConnectingFilter - Class in org.frankframework.xml
 
ThreadConnectingFilter(ThreadConnector, ContentHandler) - Constructor for class org.frankframework.xml.ThreadConnectingFilter
 
ThreadConnector<T> - Class in org.frankframework.stream
 
ThreadConnector(Object, String, ThreadLifeCycleEventListener<T>, IThreadConnectableTransactionManager, String) - Constructor for class org.frankframework.stream.ThreadConnector
 
ThreadConnector(Object, String, ThreadLifeCycleEventListener<T>, IThreadConnectableTransactionManager, PipeLineSession) - Constructor for class org.frankframework.stream.ThreadConnector
 
threadCreated(T, O) - Method in interface org.frankframework.stream.ThreadLifeCycleEventListener
 
threadEnded(T, O) - Method in interface org.frankframework.stream.ThreadLifeCycleEventListener
 
threadKilled() - Method in class org.frankframework.task.TimeoutGuard
 
threadLifeCycleEventListener - Variable in class org.frankframework.senders.IbisLocalSender
 
threadLifeCycleEventListener - Variable in class org.frankframework.senders.XsltSender
 
ThreadLifeCycleEventListener<T> - Interface in org.frankframework.stream
 
throwable - Variable in class org.frankframework.core.RequestReplyExecutor
 
throwEvent(String) - Method in interface org.frankframework.core.IPipe
Throw an event for flexible monitoring.
throwEvent(String) - Method in class org.frankframework.receivers.Receiver
 
throwEvent(String, Message) - Method in interface org.frankframework.core.IPipe
 
throwEvent(String, Message) - Method in class org.frankframework.pipes.AbstractPipe
 
throwEvent(String, Message) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
throwEvent(String, Message) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
tighten() - Method in class org.frankframework.util.Semaphore
non blocking decrements internal counter.
TIME - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Converts the result to a Date, by default using formatString HH:mm:ss.
TIME - Enum constant in enum org.frankframework.statistics.ItemList.Type
 
TimeoutException - Exception in org.frankframework.core
Exception thrown to signal that a timeout occurred.
TimeoutException() - Constructor for exception org.frankframework.core.TimeoutException
 
TimeoutException(String) - Constructor for exception org.frankframework.core.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception org.frankframework.core.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception org.frankframework.core.TimeoutException
 
TimeoutGuard - Class in org.frankframework.task
TimeoutGuard interrupts running thread when timeout is exceeded.
TimeoutGuard(int, String) - Constructor for class org.frankframework.task.TimeoutGuard
Create a new TimeoutGuard and activate immediately
TimeoutGuard(String) - Constructor for class org.frankframework.task.TimeoutGuard
Create a new TimeoutGuard
TimeoutGuardPipe - Class in org.frankframework.pipes
Extension to FixedForwardPipe for interrupting processing when timeout is exceeded.
TimeoutGuardPipe() - Constructor for class org.frankframework.pipes.TimeoutGuardPipe
 
TimeOutSaxException - Exception in org.frankframework.xml
SaxException thrown to signal that a timeout occurred.
TimeOutSaxException() - Constructor for exception org.frankframework.xml.TimeOutSaxException
 
TimeOutSaxException(Exception) - Constructor for exception org.frankframework.xml.TimeOutSaxException
 
TimeOutSaxException(String) - Constructor for exception org.frankframework.xml.TimeOutSaxException
 
TimeOutSaxException(String, Exception) - Constructor for exception org.frankframework.xml.TimeOutSaxException
 
TIMESTAMP - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Similar to DATETIME, except for the formatString that is yyyy-MM-dd HH:mm:ss.SSS by default
TNS - Static variable in class org.frankframework.validation.SchemaUtils
 
TO_RECEPIENTS_KEY - Static variable in interface org.frankframework.filesystem.IMailFileSystem
 
toExtendedString() - Method in class org.frankframework.pipes.WsdlXmlValidator
 
toFile(String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
toFile(String) - Method in class org.frankframework.filesystem.FtpFileSystem
 
toFile(String) - Method in interface org.frankframework.filesystem.IBasicFileSystem
Get a file 'F' representation of an identification of a file.
toFile(String) - Method in class org.frankframework.filesystem.ImapFileSystem
 
toFile(String) - Method in class org.frankframework.filesystem.LocalFileSystem
 
toFile(String) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
toFile(String) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
toFile(String) - Method in class org.frankframework.filesystem.SftpFileSystem
 
toFile(String, String) - Method in class org.frankframework.filesystem.ExchangeFileSystem
 
toFile(String, String) - Method in class org.frankframework.filesystem.FtpFileSystem
 
toFile(String, String) - Method in interface org.frankframework.filesystem.IBasicFileSystem
Creates a reference to a file.
toFile(String, String) - Method in class org.frankframework.filesystem.ImapFileSystem
 
toFile(String, String) - Method in class org.frankframework.filesystem.LocalFileSystem
 
toFile(String, String) - Method in class org.frankframework.filesystem.Samba1FileSystem
 
toFile(String, String) - Method in class org.frankframework.filesystem.Samba2FileSystem
 
toFile(String, String) - Method in class org.frankframework.filesystem.SftpFileSystem
 
toFileSize(long) - Static method in class org.frankframework.util.Misc
 
toFileSize(long, boolean) - Static method in class org.frankframework.util.Misc
 
toFileSize(long, boolean, boolean) - Static method in class org.frankframework.util.Misc
Converts the input value in bytes to the highest degree of file size, and formats and floors the value, if set to true.
toFileSize(String, long) - Static method in class org.frankframework.util.Misc
Converts the file size to bytes.
toJson(boolean) - Method in class org.frankframework.util.flow.graphviz.Options
 
token() - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase.MeterRegistryConfigBase
 
toMap() - Static method in class org.frankframework.util.ProcessMetrics
 
TomcatJndiProxy<C> - Class in org.frankframework.jndi
Tomcat Resource Factory that looks up objects in a delegate JNDI.
TomcatJndiProxy() - Constructor for class org.frankframework.jndi.TomcatJndiProxy
 
toPattern() - Method in class org.frankframework.util.WildCardFilter
 
TOPIC - Enum constant in enum org.frankframework.jms.JMSFacade.DestinationType
 
TopicSelector - Annotation Type in org.frankframework.management.bus
 
toReader(Definition, Schema) - Static method in class org.frankframework.validation.SchemaUtils
 
toSerializable(LogEvent) - Method in class org.frankframework.logging.IbisMaskingLayout
 
toString() - Method in class org.frankframework.align.content.JsonDocumentContainer
 
toString() - Method in class org.frankframework.align.content.JsonElementContainer
 
toString() - Method in class org.frankframework.align.XmlTo
 
toString() - Method in class org.frankframework.collection.Collection
 
toString() - Method in class org.frankframework.compression.MessageZipEntry
 
toString() - Method in class org.frankframework.configuration.AdapterManager
 
toString() - Method in class org.frankframework.configuration.classloaders.ClassLoaderBase
 
toString() - Method in class org.frankframework.configuration.classloaders.DatabaseClassLoader
 
toString() - Method in class org.frankframework.configuration.classloaders.DirectoryClassLoader
 
toString() - Method in class org.frankframework.configuration.digester.DigesterRule
 
toString() - Method in class org.frankframework.configuration.ScheduleManager
 
toString() - Method in class org.frankframework.core.Adapter
 
toString() - Method in class org.frankframework.core.BytesResource
 
toString() - Method in class org.frankframework.core.PipeForward
uses reflection to return the value
toString() - Method in class org.frankframework.core.PipeLine
 
toString() - Method in class org.frankframework.core.PipeLineResult
 
toString() - Method in class org.frankframework.core.PipeRunResult
 
toString() - Method in class org.frankframework.core.Resource
 
toString() - Method in class org.frankframework.core.URLResource
 
toString() - Method in class org.frankframework.filesystem.smb.SmbFileRef
 
toString() - Method in class org.frankframework.ftp.FTPFileRef
 
toString() - Method in class org.frankframework.ftp.SftpFileRef
 
toString() - Method in class org.frankframework.http.authentication.OAuthAuthenticationScheme
 
toString() - Method in class org.frankframework.http.PushingListenerAdapter
 
toString() - Method in class org.frankframework.http.rest.ApiDispatchConfig
 
toString() - Method in class org.frankframework.http.rest.ApiListener
 
toString() - Method in class org.frankframework.jdbc.datasource.TransactionalDbmsSupportAwareDataSourceProxy
 
toString() - Method in class org.frankframework.jdbc.JdbcSenderBase
 
toString() - Method in class org.frankframework.jms.JMSFacade
 
toString() - Method in class org.frankframework.jms.JmsRealm
The toString() method retrieves its value by reflection.
toString() - Method in class org.frankframework.jms.JmsRealmFactory
 
toString() - Method in class org.frankframework.jms.JmsSender
 
toString() - Method in class org.frankframework.jndi.JndiBase
 
toString() - Method in class org.frankframework.jta.TransactionConnector
 
toString() - Method in class org.frankframework.management.bus.endpoints.TestPipeline.PostedSessionKey
 
toString() - Method in class org.frankframework.parameters.Parameter
 
toString() - Method in class org.frankframework.receivers.FileRecordListener
Deprecated.
 
toString() - Method in class org.frankframework.receivers.Receiver
Returns a toString of this class by introspection and the toString() value of its listener.
toString() - Method in class org.frankframework.scheduler.job.Job
 
toString() - Method in class org.frankframework.scheduler.JobDef
 
toString() - Method in class org.frankframework.senders.LogSender
 
toString() - Method in class org.frankframework.senders.MailSenderBase.EMail
 
toString() - Method in class org.frankframework.senders.MailSenderBase.MailAttachmentBase
 
toString() - Method in enum org.frankframework.soap.SoapVersion
 
toString() - Method in class org.frankframework.stream.document.JsonDocumentBuilder
 
toString() - Method in class org.frankframework.stream.document.StructureBuilder
 
toString() - Method in class org.frankframework.stream.document.XmlDocumentBuilder
 
toString() - Method in class org.frankframework.stream.json.JsonWriter
 
toString() - Method in class org.frankframework.stream.Message
toString can be used to inspect the message.
toString() - Method in class org.frankframework.util.CredentialFactory
 
toString() - Method in class org.frankframework.util.flow.graphviz.Options
 
toString() - Method in class org.frankframework.util.GlobalListItem
 
toString() - Method in class org.frankframework.util.Locker
 
toString() - Method in class org.frankframework.util.MessageBrowsingFilter
 
toString() - Method in class org.frankframework.util.MessageKeeperMessage
 
toString() - Method in class org.frankframework.util.RunStateManager
 
toString() - Method in class org.frankframework.util.WildCardFilter
 
toString() - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
toString() - Method in class org.frankframework.util.XmlJsonWriter
 
toString() - Method in class org.frankframework.validation.RootValidation
 
toString() - Method in class org.frankframework.validation.XSD
 
toString() - Method in class org.frankframework.xml.PrettyPrintFilter
 
toString() - Method in class org.frankframework.xml.SaxElementBuilder
 
toString() - Method in exception org.frankframework.xml.SaxException
 
toString() - Method in class org.frankframework.xml.XmlWriter
 
toString(boolean) - Method in class org.frankframework.align.content.JsonDocumentContainer
 
toString(boolean) - Method in class org.frankframework.align.Xml2Json
 
toString(StringBuilder, Object, int) - Method in class org.frankframework.align.content.JsonDocumentContainer
 
toString(Definition, Schema) - Static method in class org.frankframework.validation.SchemaUtils
 
totalAmount() - Method in class org.frankframework.metrics.LocalDistributionSummary
 
totalMemory(Integer) - Method in class org.frankframework.util.flow.graphviz.Options
 
toValue(Message) - Method in class org.frankframework.cache.CacheAdapterBase
 
toValue(Message) - Method in class org.frankframework.cache.EhCache
 
toXhtml(Message) - Static method in class org.frankframework.util.XmlUtils
 
toXml() - Method in interface org.frankframework.monitoring.IMonitorDestination
 
toXml() - Method in class org.frankframework.monitoring.Monitor
 
toXml() - Method in class org.frankframework.monitoring.MonitorDestinationBase
 
toXml() - Method in class org.frankframework.monitoring.MonitorManager
 
toXml() - Method in class org.frankframework.monitoring.SenderMonitorAdapter
 
toXml() - Static method in class org.frankframework.util.ProcessMetrics
 
toXml(String, boolean, DecimalFormat, DecimalFormat) - Method in class org.frankframework.statistics.StatisticsKeeper
 
toXml(String, boolean, DecimalFormat, DecimalFormat, DecimalFormat) - Method in class org.frankframework.statistics.StatisticsKeeper
 
toXml(String, String, DecimalFormat, DecimalFormat) - Method in class org.frankframework.statistics.Basics
 
toXml(String, String, DecimalFormat, DecimalFormat) - Method in class org.frankframework.statistics.BigBasics
 
toXml(String, String, DecimalFormat, DecimalFormat) - Method in class org.frankframework.statistics.MicroMeterBasics
 
toXml(ItemList, String, String, DecimalFormat, DecimalFormat) - Static method in class org.frankframework.statistics.ItemUtil
 
toXml(ItemList, String, String, DecimalFormat, DecimalFormat, DecimalFormat) - Static method in class org.frankframework.statistics.ItemUtil
 
toXml(XmlBuilder) - Method in interface org.frankframework.monitoring.ITrigger
 
toXml(XmlBuilder) - Method in class org.frankframework.monitoring.Trigger
 
toXML() - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
toXML(boolean) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
toXML(ContentHandler) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
toXML(ContentHandler, boolean) - Method in class org.frankframework.util.XmlBuilder
Deprecated.
 
ToXml<C,N> - Class in org.frankframework.align
Base class for XML Schema guided Object to XML conversion;
ToXml(ValidatorHandler, List<XSModel>) - Constructor for class org.frankframework.align.ToXml
 
TRANSACTION_SUPPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
transactionalAllowed() - Method in interface org.frankframework.core.ITransactionRequirements
 
TransactionalDbmsSupportAwareDataSourceProxy - Class in org.frankframework.jdbc.datasource
DataSource that is aware of the database metadata.
TransactionalDbmsSupportAwareDataSourceProxy(DataSource) - Constructor for class org.frankframework.jdbc.datasource.TransactionalDbmsSupportAwareDataSourceProxy
 
transactionalRequired() - Method in interface org.frankframework.core.ITransactionRequirements
 
TransactionAttribute - Enum in org.frankframework.core
 
TransactionAttributePipeLineProcessor - Class in org.frankframework.processors
 
TransactionAttributePipeLineProcessor() - Constructor for class org.frankframework.processors.TransactionAttributePipeLineProcessor
 
TransactionAttributePipeProcessor - Class in org.frankframework.processors
 
TransactionAttributePipeProcessor() - Constructor for class org.frankframework.processors.TransactionAttributePipeProcessor
 
TransactionAttributes - Class in org.frankframework.core
 
TransactionAttributes() - Constructor for class org.frankframework.core.TransactionAttributes
 
TransactionConnector<T,R> - Class in org.frankframework.jta
This TransactionConnector suspends the transaction in the main thread, and resumes it in the child thread, for as long as it runs.
TransactionConnectorCoordinator<T,R> - Class in org.frankframework.jta
 
TransactionException - Exception in org.frankframework.core
Wrapper for numerous transaction handling related exceptions.
TransactionException() - Constructor for exception org.frankframework.core.TransactionException
 
TransactionException(String) - Constructor for exception org.frankframework.core.TransactionException
 
TransactionException(String, Throwable) - Constructor for exception org.frankframework.core.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.frankframework.core.TransactionException
 
transform(String, Map<String, Object>) - Method in class org.frankframework.util.TransformerPool
 
transform(String, Map<String, Object>, boolean) - Method in class org.frankframework.util.TransformerPool
 
transform(Source) - Method in class org.frankframework.util.TransformerPool
 
transform(Source, Map<String, Object>) - Method in class org.frankframework.util.TransformerPool
 
transform(Source, Result) - Method in class org.frankframework.util.TransformerPool
 
transform(Source, Result, Map<String, Object>) - Method in class org.frankframework.util.TransformerPool
 
transform(Source, Result, ParameterValueList) - Method in class org.frankframework.util.TransformerPool
 
transform(Source, ParameterValueList) - Method in class org.frankframework.util.TransformerPool
 
transform(Message, Map<String, Object>) - Method in class org.frankframework.util.TransformerPool
 
transform(Message, Map<String, Object>, boolean) - Method in class org.frankframework.util.TransformerPool
 
transform(Document, Map<String, Object>) - Method in class org.frankframework.util.TransformerPool
 
TransformerErrorListener - Class in org.frankframework.util
Generic Transformer ErrorListener.
TransformerErrorListener() - Constructor for class org.frankframework.util.TransformerErrorListener
 
TransformerErrorListener(boolean) - Constructor for class org.frankframework.util.TransformerErrorListener
 
TransformerFilter - Class in org.frankframework.xml
 
TransformerFilter(ThreadConnector, TransformerHandler, ContentHandler, boolean, boolean) - Constructor for class org.frankframework.xml.TransformerFilter
 
TransformerHandlerImpl - Class in org.apache.xalan.transformer
A TransformerHandler listens for SAX ContentHandler parse events and transforms them to a Result.
TransformerHandlerImpl(TransformerImpl, boolean, String) - Constructor for class org.apache.xalan.transformer.TransformerHandlerImpl
Construct a TransformerHandlerImpl.
TransformerPool - Class in org.frankframework.util
Pool of transformers.
TransformerPool.OutputType - Enum in org.frankframework.util
 
transformers - Variable in class org.frankframework.util.FileHandler
 
transformKey(String, PipeLineSession) - Method in class org.frankframework.cache.CacheAdapterBase
 
transformKey(String, PipeLineSession) - Method in interface org.frankframework.cache.ICache
Transform the the current request message to a key in the cache-map.
transformToJson(Message) - Method in class org.frankframework.http.RestListener
 
transformToXml(Message) - Method in class org.frankframework.http.RestListener
 
transformValue(Message, PipeLineSession) - Method in class org.frankframework.cache.CacheAdapterBase
 
transformValue(Message, PipeLineSession) - Method in interface org.frankframework.cache.ICache
Transform the the current response message to a value in the cache-map.
transformXml(Transformer, String) - Static method in class org.frankframework.util.XmlUtils
 
transformXml(Transformer, String, boolean) - Static method in class org.frankframework.util.XmlUtils
 
transformXml(Transformer, String, Result) - Static method in class org.frankframework.util.XmlUtils
 
transformXml(Transformer, Source) - Static method in class org.frankframework.util.XmlUtils
 
transformXml(Transformer, Source, Writer) - Static method in class org.frankframework.util.XmlUtils
 
TRANSIENT - Enum constant in enum org.frankframework.jms.JMSFacade.SubscriberType
 
translate(C) - Method in class org.frankframework.align.ToXml
 
translate(C, ContentHandler) - Method in class org.frankframework.align.ToXml
 
translate(JsonStructure, URL, boolean, String, boolean, boolean, String, Map<String, Object>) - Static method in class org.frankframework.align.Json2Xml
 
translate(JsonStructure, URL, boolean, String, String) - Static method in class org.frankframework.align.Json2Xml
 
translate(String, URL) - Static method in class org.frankframework.align.Xml2Map
 
translate(String, URL, boolean, boolean) - Static method in class org.frankframework.align.Xml2Json
 
translate(String, URL, boolean, String, String) - Static method in class org.frankframework.align.Json2Xml
 
translate(String, URL, DocumentContainer) - Static method in class org.frankframework.align.XmlTo
 
translate(Map<String, String>, URL, String, String) - Static method in class org.frankframework.align.Properties2Xml
 
translate(Document, URL, boolean) - Static method in class org.frankframework.align.DomTreeAligner
 
Tree2Xml<C,N> - Class in org.frankframework.align
Base class for XML Schema guided Tree to XML conversion;
Tree2Xml(ValidatorHandler, List<XSModel>) - Constructor for class org.frankframework.align.Tree2Xml
 
TreeContentContainer<E extends ElementContainer> - Class in org.frankframework.align.content
 
TreeContentContainer() - Constructor for class org.frankframework.align.content.TreeContentContainer
 
Trigger - Class in org.frankframework.monitoring
A Trigger that has its type configured at startup.
Trigger() - Constructor for class org.frankframework.monitoring.Trigger
 
TRIGGER - Enum constant in enum org.frankframework.management.bus.endpoints.ManageScheduler.JobAction
 
TRIGGER_NAME_KEY - Static variable in class org.frankframework.management.bus.endpoints.Monitoring
 
TriggerDTO - Class in org.frankframework.management.bus.dto
 
TriggerDTO() - Constructor for class org.frankframework.management.bus.dto.TriggerDTO
 
triggerToXmlBuilder(Trigger) - Method in class org.frankframework.scheduler.SchedulerAdapter
 
TS_RECEIVED_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
TS_SENT_KEY - Static variable in class org.frankframework.core.PipeLineSession
 
ttl - Variable in class org.frankframework.http.rest.ApiPrincipal
 
txManager - Variable in class org.frankframework.jdbc.JdbcTransactionalStorage
 
txManager - Variable in class org.frankframework.senders.XsltSender
 
TXNEW_CTRL - Static variable in class org.frankframework.receivers.Receiver
 
TXNEW_PROC - Variable in class org.frankframework.receivers.Receiver
 
TXREQUIRED - Static variable in class org.frankframework.receivers.Receiver
 
TYPE_BLOB - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_BOOLEAN - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_CLOB - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_DATE_PATTERN - Static variable in class org.frankframework.parameters.Parameter
 
TYPE_DATETIME - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_DATETIME_PATTERN - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_DATETIME_PATTERN - Static variable in class org.frankframework.parameters.Parameter
 
TYPE_FUNCTION - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_INTEGER - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_NUMBER - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_STRING - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
TYPE_TIME_PATTERN - Static variable in class org.frankframework.parameters.Parameter
 
TYPE_TIMESTAMP_PATTERN - Static variable in class org.frankframework.parameters.Parameter
 
TYPE_XMLDATETIME - Static variable in class org.frankframework.jdbc.XmlQuerySender
 
typeContainsWildcard(XSParticle) - Static method in class org.frankframework.align.XmlAligner
 
types(XMLStreamWriter) - Method in class org.frankframework.soap.WsdlGenerator
Output the 'types' section of the WSDL

U

uncaughtException(Thread, Throwable) - Method in class org.frankframework.stream.ContentHandlerOutputStream
 
uncaughtException(Thread, Throwable) - Method in class org.frankframework.stream.JsonEventHandlerOutputStream
 
unflatten(Map<String, String>) - Static method in class org.frankframework.align.content.MapContentContainer
 
UNKNOWN - Enum constant in enum org.frankframework.align.ScalarType
 
UnknownNamespaceException(String) - Constructor for exception org.frankframework.validation.XmlValidatorContentHandler.UnknownNamespaceException
 
unload(String) - Method in class org.frankframework.configuration.IbisContext
Be aware that the configuration may be unloaded but it's resources wont! There is currently no way to cleanup old ClassLoaders, these are kept in memory.
unload(String) - Method in interface org.frankframework.configuration.IbisManager
Unload specified configuration.
unload(String) - Method in class org.frankframework.unmanaged.DefaultIbisManager
Stop and remove the Configuration
UNP_END - Static variable in class org.frankframework.jdbc.JdbcQuerySenderBase
 
UNP_START - Static variable in class org.frankframework.jdbc.JdbcQuerySenderBase
 
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
unparsedEntityDecl(String, String, String, String) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
unRegister(IJob) - Method in class org.frankframework.configuration.ScheduleManager
 
unRegisterAdapter(Adapter) - Method in class org.frankframework.configuration.AdapterManager
 
unregisterServiceClient(String) - Method in class org.frankframework.receivers.ServiceDispatcher
 
unregisterServiceClient(String, String) - Method in class org.frankframework.http.RestServiceDispatcher
 
unregisterServiceClient(ApiListener) - Method in class org.frankframework.http.rest.ApiServiceDispatcher
 
unscheduleCloseOnSessionExit(AutoCloseable) - Method in class org.frankframework.core.PipeLineSession
 
unscheduleFromCloseOnExitOf(PipeLineSession) - Method in class org.frankframework.stream.Message
 
unwrap(Class<T>) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
unwrap(Class<T>) - Method in class org.frankframework.jta.narayana.NarayanaDataSource
 
UNWRAP - Enum constant in enum org.frankframework.core.IWrapperPipe.Direction
 
unwrapMessage(Message, PipeLineSession) - Method in class org.frankframework.soap.SoapWrapperPipe
 
UnzipPipe - Class in org.frankframework.pipes
Assumes input to be the file name of a ZIP archive, and unzips it to a directory and/or an XML message.
UnzipPipe() - Constructor for class org.frankframework.pipes.UnzipPipe
 
unzipStream(InputStream, File) - Static method in class org.frankframework.util.FileUtils
 
update() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
Run the migration script against the database.
update() - Method in class org.frankframework.jdbc.migration.LiquibaseMigrator
 
update(byte[], int, int) - Method in interface org.frankframework.pipes.ChecksumPipe.ChecksumGenerator
 
update(byte[], int, int) - Method in class org.frankframework.pipes.ChecksumPipe.MessageDigestChecksumGenerator
 
update(byte[], int, int) - Method in class org.frankframework.pipes.ChecksumPipe.ZipChecksumGenerator
 
update(int) - Method in interface org.frankframework.pipes.ChecksumPipe.ChecksumGenerator
 
update(int) - Method in class org.frankframework.pipes.ChecksumPipe.MessageDigestChecksumGenerator
 
update(int) - Method in class org.frankframework.pipes.ChecksumPipe.ZipChecksumGenerator
 
update(Writer) - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
Run the migration script and write the output to the Writer.
update(Writer) - Method in class org.frankframework.jdbc.migration.LiquibaseMigrator
 
update(Writer, Resource) - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
Run the provided migration script (against the local database) and write the output to the Writer.
update(Writer, Resource) - Method in class org.frankframework.jdbc.migration.LiquibaseMigrator
 
UPDATE - Enum constant in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
Deprecated.
UPDATE - Enum constant in enum org.frankframework.ldap.LdapSender.Operation
Update an attribute or an entry.
updateArray(int, Array) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateArray(String, Array) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateAsciiStream(int, InputStream) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateAsciiStream(int, InputStream, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateAsciiStream(int, InputStream, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateAsciiStream(String, InputStream) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateAsciiStream(String, InputStream, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateAsciiStream(String, InputStream, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBigDecimal(int, BigDecimal) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBigDecimal(String, BigDecimal) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBinaryStream(int, InputStream) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBinaryStream(int, InputStream, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBinaryStream(int, InputStream, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBinaryStream(String, InputStream) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBinaryStream(String, InputStream, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBinaryStream(String, InputStream, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBlob(int, InputStream) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBlob(int, InputStream, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBlob(int, Blob) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBlob(String, InputStream) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBlob(String, InputStream, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBlob(String, Blob) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
UPDATEBLOB - Enum constant in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
For queries that update a BLOB
updateBlobQuery - Variable in class org.frankframework.jdbc.JdbcTransactionalStorage
 
updateBoolean(int, boolean) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBoolean(String, boolean) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateByte(int, byte) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateByte(String, byte) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBytes(int, byte[]) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateBytes(String, byte[]) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateCharacterStream(int, Reader) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateCharacterStream(int, Reader, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateCharacterStream(int, Reader, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateCharacterStream(String, Reader) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateCharacterStream(String, Reader, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateCharacterStream(String, Reader, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateClob(int, Reader) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateClob(int, Reader, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateClob(int, Clob) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateClob(String, Reader) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateClob(String, Reader, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateClob(String, Clob) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
UPDATECLOB - Enum constant in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
For queries that update a CLOB
updateDate(int, Date) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateDate(String, Date) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateDouble(int, double) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateDouble(String, double) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateExpiry() - Method in class org.frankframework.http.rest.ApiPrincipal
 
updateFloat(int, float) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateFloat(String, float) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateFTPFile(FTPFile) - Method in class org.frankframework.ftp.FTPFileRef
Update the FTPFile attributes
updateInt(int, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateInt(String, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateIntervalMinMax(Basics, long) - Method in class org.frankframework.statistics.Basics
 
updateIntervalMinMax(MicroMeterBasics.MicroMeterSnapshot, long) - Method in class org.frankframework.statistics.MicroMeterBasics
 
updateIntervalMinMax(S, long) - Method in interface org.frankframework.statistics.IBasics
 
updateListenerParameters(Map<String, Object>, String, String) - Static method in class org.frankframework.core.PipeLineSession
Convenience method to set required parameters from listeners.
updateListenerParameters(Map<String, Object>, String, String, Instant, Instant) - Static method in class org.frankframework.core.PipeLineSession
Convenience method to set required parameters from listeners.
updateLogConfiguration(Message<?>) - Method in class org.frankframework.management.bus.endpoints.UpdateLogDefinitions
 
updateLogConfiguration(Message<?>) - Method in class org.frankframework.management.bus.endpoints.UpdateLogSettings
 
UpdateLogDefinitions - Class in org.frankframework.management.bus.endpoints
 
UpdateLogDefinitions() - Constructor for class org.frankframework.management.bus.endpoints.UpdateLogDefinitions
 
UpdateLogDefinitions.LogDefinitionDAO - Class in org.frankframework.management.bus.endpoints
 
UpdateLogSettings - Class in org.frankframework.management.bus.endpoints
 
UpdateLogSettings() - Constructor for class org.frankframework.management.bus.endpoints.UpdateLogSettings
 
updateLong(int, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateLong(String, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
UPDATEMANY - Enum constant in enum org.frankframework.mongodb.MongoDbSender.MongoAction
 
updateMonitorOrTrigger(Message<?>) - Method in class org.frankframework.management.bus.endpoints.Monitoring
 
updateNCharacterStream(int, Reader) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNCharacterStream(int, Reader, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNCharacterStream(String, Reader) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNCharacterStream(String, Reader, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNClob(int, Reader) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNClob(int, Reader, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNClob(int, NClob) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNClob(String, Reader) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNClob(String, Reader, long) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNClob(String, NClob) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNString(int, String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNString(String, String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNull(int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateNull(String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateObject(int, Object) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateObject(int, Object, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateObject(String, Object) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateObject(String, Object, int) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
UPDATEONE - Enum constant in enum org.frankframework.mongodb.MongoDbSender.MongoAction
 
updateOrRemoveValue(String, String) - Method in class org.frankframework.receivers.RawMessageWrapper
 
updateRef(int, Ref) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateRef(String, Ref) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateRow() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateRowId(int, RowId) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateRowId(String, RowId) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateShort(int, short) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateShort(String, short) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateSQLXML(int, SQLXML) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateSQLXML(String, SQLXML) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateState(RunState) - Method in class org.frankframework.lifecycle.ConfigurableLifecyleBase
 
updateString(int, String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateString(String, String) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateTime(int, Time) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateTime(String, Time) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateTimestamp(int, Timestamp) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
updateTimestamp(String, Timestamp) - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
UPLOAD - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
Deprecated.
uploadConfiguration(Message<InputStream>) - Method in class org.frankframework.management.bus.endpoints.ConfigManagement
 
UploadFilePipe - Class in org.frankframework.pipes
Deprecated.
UploadFilePipe() - Constructor for class org.frankframework.pipes.UploadFilePipe
Deprecated.
 
UPPERCASE - Enum constant in enum org.frankframework.pipes.CsvParserPipe.HeaderCase
 
URLENCODED - Enum constant in enum org.frankframework.http.HttpSender.PostType
Yields a x-www-form-urlencoded form entity
UrlMessage - Class in org.frankframework.stream
 
UrlMessage(URL) - Constructor for class org.frankframework.stream.UrlMessage
 
UrlMessage(URL, String) - Constructor for class org.frankframework.stream.UrlMessage
 
UrlMessage(URL, Map<String, Object>) - Constructor for class org.frankframework.stream.UrlMessage
 
urlParameter - Variable in class org.frankframework.http.HttpSenderBase
 
URLResource - Class in org.frankframework.core
Reference to a resource, within the Configuration scope.
URLResource(IScopeProvider, URL, String) - Constructor for class org.frankframework.core.URLResource
 
useBaseImportedSchemaLocationsToIgnore - Variable in class org.frankframework.validation.XSD
 
useIndexHint - Variable in class org.frankframework.jdbc.JdbcTableMessageBrowser
 
userName() - Method in class org.frankframework.metrics.MetricsRegistryConfiguratorBase.MeterRegistryConfigBase
 
USERNAME_KEY - Variable in class org.frankframework.mongodb.ResourceBasedMongoClientFactory
 
UsernameAndPasswordCallbackHandler - Class in org.frankframework.filesystem.smb
 
UsernameAndPasswordCallbackHandler(String, String) - Constructor for class org.frankframework.filesystem.smb.UsernameAndPasswordCallbackHandler
 
useSingleDynamicReplyQueue() - Method in class org.frankframework.jms.MessagingSource
 
UUIDGeneratorPipe - Class in org.frankframework.pipes
Pipe that generates an UUID (Universally Unique Identifier).
UUIDGeneratorPipe() - Constructor for class org.frankframework.pipes.UUIDGeneratorPipe
 
UUIDGeneratorPipe.Type - Enum in org.frankframework.pipes
 

V

VALID - Enum constant in enum org.frankframework.validation.AbstractXmlValidator.ValidationResult
 
VALID_WITH_WARNINGS - Enum constant in enum org.frankframework.validation.AbstractXmlValidator.ValidationResult
 
validate() - Method in class org.frankframework.jdbc.migration.DatabaseMigratorBase
Validate the current already executed ChangeSets against the migration script
validate() - Method in class org.frankframework.jdbc.migration.LiquibaseMigrator
 
validate(Object, PipeLineSession, String, RootValidations, Map<List<String>, List<String>>) - Method in class org.frankframework.validation.AbstractXmlValidator
 
validate(Object, PipeLineSession, ValidatorHandler, XMLFilterImpl, ValidationContext) - Method in class org.frankframework.validation.AbstractXmlValidator
 
validate(String, PipeLineSession) - Method in class org.frankframework.pipes.ValidatorBase
 
validate(PipeLine, IValidator, Message, PipeLineSession, String) - Method in class org.frankframework.processors.CheckSemaphorePipeProcessor
 
validate(PipeLine, IValidator, Message, PipeLineSession, String) - Method in class org.frankframework.processors.CorePipeProcessor
 
validate(PipeLine, IValidator, Message, PipeLineSession, String) - Method in interface org.frankframework.processors.PipeProcessor
 
validate(PipeLine, IValidator, Message, PipeLineSession, String) - Method in class org.frankframework.processors.PipeProcessorBase
 
validate(Message, PipeLineSession, boolean, String) - Method in class org.frankframework.pipes.JsonValidator
 
validate(Message, PipeLineSession, boolean, String) - Method in class org.frankframework.pipes.ValidatorBase
 
validate(Message, PipeLineSession, boolean, String) - Method in class org.frankframework.pipes.WsdlXmlValidator
 
validate(Message, PipeLineSession, boolean, String) - Method in class org.frankframework.pipes.XmlValidator
 
validate(Message, PipeLineSession, String) - Method in interface org.frankframework.core.IValidator
 
validate(Message, PipeLineSession, String) - Method in class org.frankframework.pipes.ValidatorBase.ResponseValidatorWrapper
 
validate(Message, PipeLineSession, String) - Method in class org.frankframework.pipes.ValidatorBase
 
validate(Message, PipeLineSession, String) - Method in class org.frankframework.pipes.XmlValidator.ResponseValidatorWrapper
 
validate(Message, PipeLineSession, String) - Method in class org.frankframework.pipes.XmlWellFormedChecker
 
validate(InputSource, ValidatorHandler, PipeLineSession, ValidationContext) - Method in class org.frankframework.validation.AbstractXmlValidator
 
ValidateAttributeRule - Class in org.frankframework.configuration.digester
 
ValidateAttributeRule() - Constructor for class org.frankframework.configuration.digester.ValidateAttributeRule
 
validateClaims(String, String, String) - Method in class org.frankframework.jwt.JwtSecurityHandler
 
validateExecutableSenders() - Method in class org.frankframework.senders.ShadowSender
 
validateJob(JobDetail, String) - Static method in class org.frankframework.scheduler.SchedulerHelper
 
validateJWT(String) - Method in class org.frankframework.jwt.JwtValidator
 
validateListenerDestinations(PipeLine) - Method in interface org.frankframework.core.DestinationValidator
 
validatePassword(char[], String) - Static method in class org.frankframework.util.PasswordHash
Validates a password using a hash.
validatePassword(String, String) - Static method in class org.frankframework.util.PasswordHash
Validates a password using a hash.
validateResponseCode(int) - Method in class org.frankframework.http.HttpSenderBase
 
validateSenderDestination(ISender) - Method in interface org.frankframework.core.DestinationValidator
 
VALIDATION_FEATURE_ID - Static variable in class org.frankframework.validation.XercesXmlValidator
Validation feature id (http://xml.org/sax/features/validation).
ValidationContext - Class in org.frankframework.validation
 
ValidationContext() - Constructor for class org.frankframework.validation.ValidationContext
 
validator - Variable in class org.frankframework.pipes.XmlValidator
 
ValidatorBase - Class in org.frankframework.pipes
Pipe that validates the input message against a Schema.
ValidatorBase() - Constructor for class org.frankframework.pipes.ValidatorBase
 
ValidatorBase.ResponseValidatorWrapper - Class in org.frankframework.pipes
Wrapper for the response validator.
validatorHandler - Variable in class org.frankframework.align.XmlAligner
 
value() - Element in annotation type org.frankframework.configuration.ConfigurationWarning
 
value() - Element in annotation type org.frankframework.management.bus.ActionSelector
 
value() - Element in annotation type org.frankframework.management.bus.BusAware
Spring Channel to subscribe to
value() - Element in annotation type org.frankframework.management.bus.TopicSelector
 
VALUE - Enum constant in enum org.frankframework.parameters.Parameter.DefaultValueMethods
 
valueOf(String) - Static method in enum org.frankframework.align.ScalarType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.collection.CollectorPipeBase.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.configuration.classloaders.IConfigurationClassLoader.ReportLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.configuration.SuppressKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.core.IListenerConnector.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.core.IMessageBrowser.HideMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.core.IMessageBrowser.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.core.IMessageBrowser.StorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.core.IWrapperPipe.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.core.PipeLine.ExitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.core.ProcessState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.core.TransactionAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.encryption.KeystoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.filesystem.Samba2FileSystem.Samba2AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.ftp.FtpSession.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.ftp.FtpSession.FtpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.ftp.FtpSession.Prot
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.ftp.FtpSession.TransportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.ftp.SftpSession.TransportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.http.authentication.AuthenticationScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.http.HttpSender.PostType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.http.HttpSenderBase.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.http.rest.ApiListener.AuthenticationMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.http.rest.ApiListener.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.http.rest.MediaTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.http.RestListener.MediaTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jdbc.JdbcListener.MessageFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jms.JMSFacade.AcknowledgeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jms.JMSFacade.DeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jms.JMSFacade.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jms.JMSFacade.MessageClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jms.JMSFacade.SubscriberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jms.JmsSender.LinkMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.jta.StatusRecordingTransactionManager.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.ldap.LdapSender.Manipulation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.ldap.LdapSender.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.lifecycle.IbisApplicationContext.BootState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.lifecycle.SpringContextScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.management.bus.endpoints.AdapterStatus.Expanded
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.management.bus.endpoints.ExecuteJdbcQuery.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.management.bus.endpoints.ManageScheduler.JobAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.management.bus.endpoints.ManageScheduler.ScheduleAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.mongodb.MongoDbSender.MongoAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.monitoring.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.monitoring.ITrigger.TriggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.monitoring.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.monitoring.SourceFiltering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.parameters.Parameter.DefaultValueMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.parameters.Parameter.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.parameters.Parameter.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.Base64Pipe.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.ChecksumPipe.ChecksumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.CompressPipe.FileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.CsvParserPipe.HeaderCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.EscapePipe.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.EtagHandlerPipe.EtagAction
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.HashPipe.HashAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.HashPipe.HashEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.IteratingPipe.StopReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.JsonPipe.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.MessageSendingPipe.LinkMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.PGPPipe.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.SignaturePipe.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.pipes.UUIDGeneratorPipe.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.receivers.Receiver.CheckForDuplicatesMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.receivers.Receiver.OnError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.scheduler.IbisJobDetail.JobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.scheduler.job.IbisActionJob.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.scheduler.JobDefFunctions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.senders.JavascriptSender.JavaScriptEngines
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.soap.SoapVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.statistics.HasStatistics.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.statistics.ItemList.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.stream.document.DocumentFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.util.flow.graphviz.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.util.Locker.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.util.MessageKeeper.MessageKeeperLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.util.RunState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.util.TransformerPool.OutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.validation.AbstractXmlValidator.ValidationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.validation.XmlValidatorErrorHandler.ReasonType
Returns the enum constant of this type with the specified name.
values - Variable in class org.frankframework.statistics.percentiles.PercentileEstimatorBase
 
values() - Static method in enum org.frankframework.align.ScalarType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.collection.CollectorPipeBase.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.configuration.classloaders.IConfigurationClassLoader.ReportLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.configuration.SuppressKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.core.IListenerConnector.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.core.IMessageBrowser.HideMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.core.IMessageBrowser.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.core.IMessageBrowser.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.core.IWrapperPipe.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.core.PipeLine.ExitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.core.ProcessState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.core.TransactionAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.encryption.KeystoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.filesystem.Samba2FileSystem.Samba2AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.ftp.FtpSession.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.ftp.FtpSession.FtpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.ftp.FtpSession.Prot
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.ftp.FtpSession.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.ftp.SftpSession.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.http.authentication.AuthenticationScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.http.HttpSender.PostType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.http.HttpSenderBase.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.http.rest.ApiListener.AuthenticationMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.http.rest.ApiListener.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.http.rest.MediaTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.http.RestListener.MediaTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jdbc.JdbcListener.MessageFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jdbc.JdbcQuerySenderBase.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jms.JMSFacade.AcknowledgeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jms.JMSFacade.DeliveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jms.JMSFacade.DestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jms.JMSFacade.MessageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jms.JMSFacade.SubscriberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jms.JmsSender.LinkMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.jta.StatusRecordingTransactionManager.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.ldap.LdapSender.Manipulation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.ldap.LdapSender.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.lifecycle.IbisApplicationContext.BootState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.lifecycle.SpringContextScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.management.bus.endpoints.AdapterStatus.Expanded
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.management.bus.endpoints.ExecuteJdbcQuery.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.management.bus.endpoints.ManageScheduler.JobAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.management.bus.endpoints.ManageScheduler.ScheduleAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.mongodb.MongoDbSender.MongoAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.monitoring.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.monitoring.ITrigger.TriggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.monitoring.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.monitoring.SourceFiltering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.parameters.Parameter.DefaultValueMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.parameters.Parameter.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.parameters.Parameter.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.Base64Pipe.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.ChecksumPipe.ChecksumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.CompressPipe.FileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.CsvParserPipe.HeaderCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.EscapePipe.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.EtagHandlerPipe.EtagAction
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.HashPipe.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.HashPipe.HashEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.IteratingPipe.StopReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.JsonPipe.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.MessageSendingPipe.LinkMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.PGPPipe.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.SignaturePipe.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.pipes.UUIDGeneratorPipe.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.receivers.Receiver.CheckForDuplicatesMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.receivers.Receiver.OnError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.scheduler.IbisJobDetail.JobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.scheduler.job.IbisActionJob.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.scheduler.JobDefFunctions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.senders.JavascriptSender.JavaScriptEngines
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.soap.SoapVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.statistics.HasStatistics.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.statistics.ItemList.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.stream.document.DocumentFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.util.flow.graphviz.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.util.Locker.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.util.MessageKeeper.MessageKeeperLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.util.RunState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.util.TransformerPool.OutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.validation.AbstractXmlValidator.ValidationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.validation.XmlValidatorErrorHandler.ReasonType
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(V) - Method in class org.frankframework.align.content.MapContentContainer
 
Verify - Class in org.frankframework.pgp
 
Verify(String[], String, String, String[]) - Constructor for class org.frankframework.pgp.Verify
 
VERIFY - Enum constant in enum org.frankframework.pipes.PGPPipe.Action
Decrypts and verifies the given input.
VERIFY - Enum constant in enum org.frankframework.pipes.SignaturePipe.Action
verifies a signature
VerifyDatabaseConnectionBean - Class in org.frankframework.lifecycle
 
VerifyDatabaseConnectionBean() - Constructor for class org.frankframework.lifecycle.VerifyDatabaseConnectionBean
 
verifyKeystoreConfiguration(HasKeystore, HasTruststore) - Static method in class org.frankframework.encryption.AuthSSLContextFactory
 
VerifyServerSecurityBean - Class in org.frankframework.lifecycle
 
VerifyServerSecurityBean() - Constructor for class org.frankframework.lifecycle.VerifyServerSecurityBean
 
VersionComparator() - Constructor for class org.frankframework.management.bus.dto.ConfigurationDTO.VersionComparator
 
vizName - Variable in enum org.frankframework.util.flow.graphviz.Format
 

W

waitFor() - Method in class org.frankframework.util.flow.ResultHandler
 
waitForAllResources() - Method in class org.frankframework.util.Guard
Wait for the counter to get zero.
waitForAllResources(long) - Method in class org.frankframework.util.Guard
Wait for the counter to get zero.
waitForNoMessagesInProcess() - Method in class org.frankframework.core.Adapter
 
waitForResults() - Method in class org.frankframework.pipes.IteratingPipe.ItemCallback
 
warn - Variable in class org.frankframework.validation.AbstractXmlValidator
 
warn(String) - Method in class org.frankframework.core.Adapter
send a warning to the log and to the messagekeeper of the adapter
warn(String) - Method in class org.frankframework.receivers.Receiver
sends a warning to the log and to the messagekeeper of the adapter
warn(String) - Method in class org.frankframework.soap.WsdlGenerator
 
warn(String) - Method in class org.frankframework.util.MessageKeeper
 
warn(String, Exception) - Method in class org.frankframework.soap.WsdlGenerator
 
warn(INamedObject, String) - Method in class org.frankframework.util.MessageKeeper
 
WARN - Enum constant in enum org.frankframework.configuration.classloaders.IConfigurationClassLoader.ReportLevel
 
WARN - Enum constant in enum org.frankframework.util.MessageKeeper.MessageKeeperLevel
 
warning(String) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
 
warning(String, Throwable) - Method in class org.frankframework.jdbc.migration.LiquibaseLog4j2Logger
 
warning(TransformerException) - Method in class org.frankframework.util.TransformerErrorListener
 
warning(SAXParseException) - Method in class org.apache.xalan.transformer.TransformerHandlerImpl
Filter a warning event.
warning(SAXParseException) - Method in class org.frankframework.validation.XmlValidatorErrorHandler
 
warning(SAXParseException) - Method in class org.frankframework.xml.ExceptionCatchingFilter
 
warning(SAXParseException) - Method in class org.frankframework.xml.ExceptionInsertingFilter
 
WARNING - Enum constant in enum org.frankframework.monitoring.Severity
 
WARNING - Enum constant in enum org.frankframework.validation.XmlValidatorErrorHandler.ReasonType
 
warnings(XMLStreamWriter) - Method in class org.frankframework.soap.WsdlGenerator
 
warningsToString(SQLWarning) - Static method in class org.frankframework.util.JdbcUtil
Deprecated.
warningsToXml(SQLWarning, XmlBuilder) - Static method in class org.frankframework.util.JdbcUtil
Deprecated.
warningsToXmlBuilder(SQLWarning) - Static method in class org.frankframework.util.JdbcUtil
Deprecated.
wasNull() - Method in class org.frankframework.jdbc.StoredProcedureResultWrapper
 
watch(InputStream, Runnable, Runnable) - Static method in class org.frankframework.util.StreamCaptureUtils
 
watch(InputStream, Runnable, Function<IOException, IOException>) - Static method in class org.frankframework.util.StreamCaptureUtils
 
WebAppClassLoader - Class in org.frankframework.configuration.classloaders
Default IBIS Configuration ClassLoader.
WebAppClassLoader(ClassLoader) - Constructor for class org.frankframework.configuration.classloaders.WebAppClassLoader
 
WebContentServlet - Class in org.frankframework.lifecycle
This servlet allows the use of WebContent served from Configurations.
WebContentServlet() - Constructor for class org.frankframework.lifecycle.WebContentServlet
 
WebServiceContextSecurityHandler - Class in org.frankframework.http.cxf
Securityhandler that delegates its implementation to the corresponding methods in the WebServiceContext.
WebServiceContextSecurityHandler(WebServiceContext) - Constructor for class org.frankframework.http.cxf.WebServiceContextSecurityHandler
 
WebServiceListener - Class in org.frankframework.http
Listener that allows a Receiver to receive messages as a SOAP webservice.
WebServiceListener() - Constructor for class org.frankframework.http.WebServiceListener
 
WebServiceNtlmSender - Class in org.frankframework.http
Sender that sends a message via a WebService based on NTLM authentication.
WebServiceNtlmSender() - Constructor for class org.frankframework.http.WebServiceNtlmSender
 
WebServices - Class in org.frankframework.management.bus.endpoints
 
WebServices() - Constructor for class org.frankframework.management.bus.endpoints.WebServices
 
WebServices.ListenerDAO - Class in org.frankframework.management.bus.endpoints
 
WebServiceSender - Class in org.frankframework.http
Sender that sends a message via a WebService.
WebServiceSender() - Constructor for class org.frankframework.http.WebServiceSender
 
WildCardFilter - Class in org.frankframework.util
Implementation of a FilenameFilter to support wildcards.
WildCardFilter(String) - Constructor for class org.frankframework.util.WildCardFilter
 
wireLogging() - Method in class org.frankframework.lifecycle.ShowLogDirectory
This method is picked op by the IbisInitializer annotation and autowired via the SpringEnvironmentContext.
with(String, String) - Method in class org.frankframework.stream.MessageContext
 
withAllFrom(Map<String, ?>) - Method in class org.frankframework.stream.MessageContext
 
withCharset(String) - Method in class org.frankframework.stream.MessageContext
 
withCharset(Charset) - Method in class org.frankframework.stream.MessageContext
 
withDescription(String) - Method in class org.frankframework.scheduler.IbisJobBuilder
 
withIdentity(String, String) - Method in class org.frankframework.scheduler.IbisJobBuilder
 
withLocation(String) - Method in class org.frankframework.stream.MessageContext
 
withMimeType(String) - Method in class org.frankframework.stream.MessageContext
 
withMimeType(MimeType) - Method in class org.frankframework.stream.MessageContext
 
withModificationTime(long) - Method in class org.frankframework.stream.MessageContext
 
withModificationTime(Instant) - Method in class org.frankframework.stream.MessageContext
 
withModificationTime(Date) - Method in class org.frankframework.stream.MessageContext
 
withName(String) - Method in class org.frankframework.stream.MessageContext
 
withoutSize() - Method in class org.frankframework.stream.MessageContext
 
withSize(long) - Method in class org.frankframework.stream.MessageContext
 
WRAP - Enum constant in enum org.frankframework.core.IWrapperPipe.Direction
 
wrapMessage(Message, String, PipeLineSession) - Method in class org.frankframework.soap.SoapWrapperPipe
 
wrapRawMessage(Message, PipeLineSession) - Method in class org.frankframework.jms.PushingJmsListener
 
wrapRawMessage(M, PipeLineSession) - Method in interface org.frankframework.core.IPushingListener
Wrap a raw message in a MessageWrapper.
wrapRawMessage(M, PipeLineSession) - Method in class org.frankframework.receivers.JavaListener
 
wrapRawMessage(Message, PipeLineSession) - Method in class org.frankframework.http.PushingListenerAdapter
 
WritableAttributes - Class in org.frankframework.xml
 
WritableAttributes(Attributes) - Constructor for class org.frankframework.xml.WritableAttributes
 
write(String, String) - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
WRITE - Enum constant in enum org.frankframework.collection.CollectorPipeBase.Action
Add an item to to an existing collection
WRITE - Enum constant in enum org.frankframework.filesystem.FileSystemActor.FileSystemAction
Creates file and writes contents, specified by parameter contents or input message, to a file, specified by attribute filename, parameter filename or input message.
writeAttribute(String, String, String, String) - Method in class org.frankframework.validation.NamespaceCorrectingXMLStreamWriter
 
writeBoolean(boolean) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeBoolean(String, boolean) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeDefaultNamespace(String) - Method in class org.frankframework.validation.NamespaceCorrectingXMLStreamWriter
 
writeDocument(IDbmsSupport, ResultSet, int, boolean, ObjectBuilder) - Method in class org.frankframework.util.DB2DocumentWriter
 
writeDocument(DocumentFormat, IDbmsSupport, ResultSet, int, boolean, MessageOutputStream, boolean) - Method in class org.frankframework.util.DB2DocumentWriter
 
writeEndArray() - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeEndObject() - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeEntry(ZipOutputStream) - Method in class org.frankframework.compression.MessageZipEntry
 
writeField(MinimalField, OutputStream) - Static method in class org.frankframework.http.mime.MultipartForm
 
writeField(MinimalField, Charset, OutputStream) - Static method in class org.frankframework.http.mime.MultipartForm
 
writeLineSeparator - Variable in class org.frankframework.util.FileHandler
 
writeName(String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeNamespace(String, String) - Method in class org.frankframework.validation.NamespaceCorrectingXMLStreamWriter
 
writeNull() - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeNull(String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeNumber(String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeNumber(String, String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeRaw(String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeRaw(String, String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeRow(ArrayBuilder, IDbmsSupport, ResultSet, ResultSetMetaData, String, boolean, String, boolean, boolean) - Static method in class org.frankframework.util.DB2DocumentWriter
 
writeSoapBody(XMLStreamWriter, QName) - Method in class org.frankframework.soap.WsdlGenerator
 
writeSoapHeader(XMLStreamWriter, String, QName, boolean) - Method in class org.frankframework.soap.WsdlGenerator
 
writeSoapOperation(XMLStreamWriter, IListener<?>) - Method in class org.frankframework.soap.WsdlGenerator
 
writeStartArray() - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeStartArray(String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeStartObject() - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeStartObject(String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeStatus(StatusRecordingTransactionManager.Status) - Method in class org.frankframework.jta.StatusRecordingTransactionManager
 
writeString(String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeString(String, String) - Method in class org.frankframework.mongodb.StrictJsonDocumentWriter
 
writeSuffix - Variable in class org.frankframework.util.FileHandler
 
writeTo(OutputStream) - Method in class org.frankframework.compression.MessageZipEntry
 
writeTo(OutputStream) - Method in class org.frankframework.http.cxf.SourceClosingDataHandler
 
writeTo(OutputStream) - Method in class org.frankframework.http.HttpMessageEntity
 
writeTo(OutputStream) - Method in class org.frankframework.http.mime.MessageContentBody
 
writeTo(OutputStream) - Method in class org.frankframework.http.mime.MultipartEntity
 
writeTo(OutputStream) - Method in class org.frankframework.http.mime.MultipartForm
Writes out the content in the specified multipart encoding.
writeToResponseOutputStream(PipeLineSession, InputStream) - Static method in class org.frankframework.http.RestListenerUtils
Deprecated.
wsdl(OutputStream, String) - Method in class org.frankframework.soap.WsdlGenerator
Writes the WSDL to an output stream
WSDL_EXTENSION - Static variable in class org.frankframework.soap.WsdlGenerator
 
WSDL_NAMESPACE - Static variable in class org.frankframework.soap.WsdlGenerator
 
WSDL_NAMESPACE_PREFIX - Static variable in class org.frankframework.soap.WsdlGenerator
 
WSDL_SCHEMA - Static variable in class org.frankframework.validation.SchemaUtils
 
WSDL_SOAP_NAMESPACE - Static variable in class org.frankframework.soap.WsdlGenerator
 
WSDL_SOAP_NAMESPACE_PREFIX - Static variable in class org.frankframework.soap.WsdlGenerator
 
WSDL_SOAP12_NAMESPACE - Static variable in class org.frankframework.soap.WsdlGenerator
 
WSDL_SOAP12_NAMESPACE_PREFIX - Static variable in class org.frankframework.soap.WsdlGenerator
 
WsdlGenerator - Class in org.frankframework.soap
Utility class to generate the WSDL.
WsdlGenerator(PipeLine) - Constructor for class org.frankframework.soap.WsdlGenerator
 
WsdlGenerator(PipeLine, String) - Constructor for class org.frankframework.soap.WsdlGenerator
 
WsdlGeneratorExtension<C extends WsdlGeneratorExtensionContext> - Interface in org.frankframework.soap
 
WsdlGeneratorExtensionContext - Interface in org.frankframework.soap
 
WsdlGeneratorPipe - Class in org.frankframework.pipes
Generate WSDL of parent or specified adapter.
WsdlGeneratorPipe() - Constructor for class org.frankframework.pipes.WsdlGeneratorPipe
 
WsdlGeneratorUtils - Class in org.frankframework.soap
 
WsdlXmlValidator - Class in org.frankframework.pipes
XmlValidator that will read the XSD's to use from a WSDL.
WsdlXmlValidator() - Constructor for class org.frankframework.pipes.WsdlXmlValidator
 
WsdlXsd - Class in org.frankframework.validation.xsd
Extension of ResourceXsd, where the schema is retrieved from a WSDL.
WsdlXsd() - Constructor for class org.frankframework.validation.xsd.WsdlXsd
 

X

XDOT - Enum constant in enum org.frankframework.util.flow.graphviz.Format
 
XercesXmlValidator - Class in org.frankframework.validation
Xerces based XML validator.
XercesXmlValidator() - Constructor for class org.frankframework.validation.XercesXmlValidator
 
XML - Enum constant in enum org.frankframework.http.rest.MediaTypes
 
XML - Enum constant in enum org.frankframework.http.RestListener.MediaTypes
 
XML - Enum constant in enum org.frankframework.management.bus.endpoints.ExecuteJdbcQuery.ResultType
 
XML - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Renders an xml-nodeset as an xml-string (in combination with xslt or xpath).
XML - Enum constant in enum org.frankframework.stream.document.DocumentFormat
 
XML - Enum constant in enum org.frankframework.util.TransformerPool.OutputType
 
XML_SCHEMA_INSTANCE_NAMESPACE - Variable in class org.frankframework.align.XmlAligner
 
XML_SCHEMA_NIL_ATTRIBUTE - Variable in class org.frankframework.align.XmlAligner
 
XML_SCHEMA_VERSION_PROPERTY - Static variable in class org.frankframework.validation.XercesXmlValidator
 
XML_SWITCH_FORWARD_FOUND_MONITOR_EVENT - Static variable in class org.frankframework.pipes.XmlSwitch
 
XML_SWITCH_FORWARD_NOT_FOUND_MONITOR_EVENT - Static variable in class org.frankframework.pipes.XmlSwitch
 
Xml2Json - Class in org.frankframework.align
XML Schema guided XML to JSON converter;
Xml2Json(XmlAligner, boolean, boolean) - Constructor for class org.frankframework.align.Xml2Json
 
XML2JSON - Enum constant in enum org.frankframework.pipes.JsonPipe.Direction
 
Xml2Map<V> - Class in org.frankframework.align
XML Schema guided XML to JSON converter;
Xml2Map(XmlAligner, Map<String, List<V>>) - Constructor for class org.frankframework.align.Xml2Map
 
XmlAligner - Class in org.frankframework.align
XMLFilter with option to get schema information about child elements to be parsed.
XmlAligner(ValidatorHandler) - Constructor for class org.frankframework.align.XmlAligner
 
XmlAligner(ValidatorHandler, List<XSModel>) - Constructor for class org.frankframework.align.XmlAligner
 
XmlArrayBuilder - Class in org.frankframework.stream.document
 
XmlArrayBuilder(SaxElementBuilder, String) - Constructor for class org.frankframework.stream.document.XmlArrayBuilder
 
XmlBuilder - Class in org.frankframework.util
Deprecated.
XmlBuilder(String) - Constructor for class org.frankframework.util.XmlBuilder
Deprecated.
 
XmlBuilderPipe - Class in org.frankframework.pipes
Deprecated.
XmlBuilderPipe() - Constructor for class org.frankframework.pipes.XmlBuilderPipe
Deprecated.
 
XMLDATETIME - Enum constant in enum org.frankframework.parameters.Parameter.ParameterType
Converts the result from a XML formatted dateTime to a Date.
XmlDocumentBuilder - Class in org.frankframework.stream.document
 
XmlDocumentBuilder(String) - Constructor for class org.frankframework.stream.document.XmlDocumentBuilder
 
XmlDocumentBuilder(String, Writer, boolean) - Constructor for class org.frankframework.stream.document.XmlDocumentBuilder
 
XmlDocumentBuilder(String, ContentHandler, boolean) - Constructor for class org.frankframework.stream.document.XmlDocumentBuilder
 
XmlException - Exception in org.frankframework.util
Exception class for errors during XML processing
XmlException() - Constructor for exception org.frankframework.util.XmlException
 
XmlException(String) - Constructor for exception org.frankframework.util.XmlException
 
XmlException(String, Throwable) - Constructor for exception org.frankframework.util.XmlException
 
XmlException(Throwable) - Constructor for exception org.frankframework.util.XmlException
 
XmlFileElementIteratorPipe - Class in org.frankframework.pipes
Deprecated.
Please replace with ForEachChildElementPipe.
XmlFileElementIteratorPipe() - Constructor for class org.frankframework.pipes.XmlFileElementIteratorPipe
Deprecated.
 
XmlIf - Class in org.frankframework.pipes
Selects an forward, based on XPath evaluation
XmlIf() - Constructor for class org.frankframework.pipes.XmlIf
 
XmlJmsBrowserSender - Class in org.frankframework.jms
Sender for browsing and removing queue messages (with input and output in a XML message).
XmlJmsBrowserSender() - Constructor for class org.frankframework.jms.XmlJmsBrowserSender
 
XmlJsonWriter - Class in org.frankframework.util
 
XmlJsonWriter() - Constructor for class org.frankframework.util.XmlJsonWriter
 
XmlJsonWriter(Writer) - Constructor for class org.frankframework.util.XmlJsonWriter
 
XmlNodeBuilder - Class in org.frankframework.stream.document
 
XmlNodeBuilder(SaxElementBuilder, String) - Constructor for class org.frankframework.stream.document.XmlNodeBuilder
 
XmlObjectBuilder - Class in org.frankframework.stream.document
 
XmlObjectBuilder(SaxElementBuilder, String) - Constructor for class org.frankframework.stream.document.XmlObjectBuilder
 
XmlQuerySender - Class in org.frankframework.jdbc
QuerySender that transforms the input message to a query.
XmlQuerySender() - Constructor for class org.frankframework.jdbc.XmlQuerySender
 
XmlQuerySender.Column - Class in org.frankframework.jdbc
 
XmlSwitch - Class in org.frankframework.pipes
Selects an exitState, based on either the content of the input message, by means of a XSLT-stylesheet, the content of a session variable or, by default, by returning the name of the root-element.
XmlSwitch() - Constructor for class org.frankframework.pipes.XmlSwitch
 
XmlTap - Class in org.frankframework.stream.xml
 
XmlTap() - Constructor for class org.frankframework.stream.xml.XmlTap
 
XmlTap(ContentHandler) - Constructor for class org.frankframework.stream.xml.XmlTap
 
XmlTee - Class in org.frankframework.stream.xml
 
XmlTee() - Constructor for class org.frankframework.stream.xml.XmlTee
 
XmlTee(ContentHandler, ContentHandler) - Constructor for class org.frankframework.stream.xml.XmlTee
 
XmlTo<C extends DocumentContainer> - Class in org.frankframework.align
XML Schema guided XML converter;
XmlTo(XmlAligner, C) - Constructor for class org.frankframework.align.XmlTo
 
XmlTypeToJsonSchemaConverter - Class in org.frankframework.align
 
XmlTypeToJsonSchemaConverter(List<XSModel>, boolean, boolean, String) - Constructor for class org.frankframework.align.XmlTypeToJsonSchemaConverter
 
XmlTypeToJsonSchemaConverter(List<XSModel>, boolean, boolean, String, String) - Constructor for class org.frankframework.align.XmlTypeToJsonSchemaConverter
 
XmlTypeToJsonSchemaConverter(List<XSModel>, boolean, String) - Constructor for class org.frankframework.align.XmlTypeToJsonSchemaConverter
 
XmlUtils - Class in org.frankframework.util
Some utilities for working with XML.
XmlUtils() - Constructor for class org.frankframework.util.XmlUtils
 
XmlValidator - Class in org.frankframework.pipes
Pipe that validates the input message against an XML Schema.
XmlValidator() - Constructor for class org.frankframework.pipes.XmlValidator
 
XmlValidator.ResponseValidatorWrapper - Class in org.frankframework.pipes
Wrapper for the response validator.
XmlValidatorContentHandler - Class in org.frankframework.validation
SAX ContentHandler used during XML validation for some additional validation checks and getting more information in case validation fails.
XmlValidatorContentHandler(Set<String>, RootValidations, Map<List<String>, List<String>>, Boolean) - Constructor for class org.frankframework.validation.XmlValidatorContentHandler
 
XmlValidatorContentHandler.IllegalRootElementException - Exception in org.frankframework.validation
 
XmlValidatorContentHandler.UnknownNamespaceException - Exception in org.frankframework.validation
 
XmlValidatorErrorHandler - Class in org.frankframework.validation
 
XmlValidatorErrorHandler(XmlValidatorContentHandler, String) - Constructor for class org.frankframework.validation.XmlValidatorErrorHandler
 
XmlValidatorErrorHandler.ReasonType - Enum in org.frankframework.validation
 
XmlValidatorException - Exception in org.frankframework.validation
 
XmlValidatorSender - Class in org.frankframework.senders
Sender that validates the input message against a XML Schema.
XmlValidatorSender() - Constructor for class org.frankframework.senders.XmlValidatorSender
 
XmlWellFormedChecker - Class in org.frankframework.pipes
Pipe that checks the well-formedness of the input message.
XmlWellFormedChecker() - Constructor for class org.frankframework.pipes.XmlWellFormedChecker
 
XmlWriter - Class in org.frankframework.xml
 
XmlWriter() - Constructor for class org.frankframework.xml.XmlWriter
 
XmlWriter(OutputStream) - Constructor for class org.frankframework.xml.XmlWriter
 
XmlWriter(OutputStream, boolean) - Constructor for class org.frankframework.xml.XmlWriter
 
XmlWriter(Writer) - Constructor for class org.frankframework.xml.XmlWriter
 
XmlWriter(Writer, boolean) - Constructor for class org.frankframework.xml.XmlWriter
 
XPATH_GETROOTNODENAME - Static variable in class org.frankframework.util.XmlUtils
 
XQueryPipe - Class in org.frankframework.pipes
Perform an XQuery.
XQueryPipe() - Constructor for class org.frankframework.pipes.XQueryPipe
 
XSD - Class in org.frankframework.validation
The representation of a XSD.
XSD - Static variable in class org.frankframework.validation.SchemaUtils
 
XSD() - Constructor for class org.frankframework.validation.XSD
 
XSD_NAMESPACE - Static variable in class org.frankframework.soap.WsdlGenerator
 
XSD_NAMESPACE_PREFIX - Static variable in class org.frankframework.soap.WsdlGenerator
 
XSD_VALIDATION_ERROR_SUPPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
XSD_VALIDATION_FATAL_ERROR_SUPPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
XSD_VALIDATION_WARNINGS_SUPPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
xsdToXmlStreamWriter(IXSD, XMLStreamWriter) - Static method in class org.frankframework.validation.SchemaUtils
 
xsdToXmlStreamWriter(IXSD, XMLStreamWriter, boolean, boolean, boolean, boolean, List<Attribute>, List<Namespace>, List<XMLEvent>, boolean) - Static method in class org.frankframework.validation.SchemaUtils
Including a IXSD into an XMLStreamWriter while parsing it.
XSI_PREFIX_MAPPING - Variable in class org.frankframework.align.ToXml
 
XslErrorMessageFormatter - Class in org.frankframework.errormessageformatters
Applies a XSLT-stylesheet to the standard error generated by an ErrorMessageFormatter.
XslErrorMessageFormatter() - Constructor for class org.frankframework.errormessageformatters.XslErrorMessageFormatter
 
XSLT_BUFFERSIZE_DEFAULT - Static variable in class org.frankframework.util.XmlUtils
 
XSLT_BUFFERSIZE_KEY - Static variable in class org.frankframework.util.XmlUtils
 
XSLT_STREAMING_BY_DEFAULT_KEY - Static variable in class org.frankframework.util.XmlUtils
 
XSLT_STREAMING_SUPRESS_KEY - Enum constant in enum org.frankframework.configuration.SuppressKeys
 
XsltPipe - Class in org.frankframework.pipes
Perform an XSLT transformation with a specified stylesheet.
XsltPipe() - Constructor for class org.frankframework.pipes.XsltPipe
 
XsltSender - Class in org.frankframework.senders
Perform an XSLT transformation with a specified stylesheet or XPath-expression.
XsltSender() - Constructor for class org.frankframework.senders.XsltSender
 

Y

yInvert(Boolean) - Method in class org.frankframework.util.flow.graphviz.Options
 

Z

zip(OutputStream, String) - Method in class org.frankframework.soap.WsdlGenerator
Generates a zip file (and writes it to the given outputstream), containing the WSDL and all referenced XSD's.
ZIP - Enum constant in enum org.frankframework.pipes.CompressPipe.FileFormat
Zip format; also used when direction is compress and resultIsContent=false or when direction is decompress and messageIsContent=false
ZipIteratorPipe - Class in org.frankframework.compression
Sends a message to a Sender for each entry of its input, that must be an ZipInputStream.
ZipIteratorPipe() - Constructor for class org.frankframework.compression.ZipIteratorPipe
 
ZipWriter - Class in org.frankframework.compression
 
ZipWriter(boolean) - Constructor for class org.frankframework.compression.ZipWriter
 
ZipWriter(boolean, String) - Constructor for class org.frankframework.compression.ZipWriter
Create a new ZipWriterCollector
ZipWriterPipe - Class in org.frankframework.compression
Pipe that creates a ZIP archive (on action close).
ZipWriterPipe() - Constructor for class org.frankframework.compression.ZipWriterPipe
 
ZipWriterSender - Class in org.frankframework.compression
Sender that writes an entry to a ZipStream, similar to ZipWriterPipe with action='write'.
ZipWriterSender() - Constructor for class org.frankframework.compression.ZipWriterSender
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form