Uses of Class
org.frankframework.configuration.ConfigurationException
Package
Description
-
Uses of ConfigurationException in org.frankframework.cache
-
Uses of ConfigurationException in org.frankframework.collection
-
Uses of ConfigurationException in org.frankframework.compression
-
Uses of ConfigurationException in org.frankframework.configuration
Modifier and TypeMethodDescriptionvoid
Configuration.setConfigurationException
(ConfigurationException exception) Modifier and TypeMethodDescriptionstatic boolean
ConfigurationUtils.activateConfig
(org.springframework.context.ApplicationContext applicationContext, String name, String version, String dataSourceName) Set the all ACTIVECONFIG to false and specified version to truestatic String
ConfigurationUtils.addConfigToDatabase
(org.springframework.context.ApplicationContext applicationContext, String datasource, boolean activate_config, boolean automatic_reload, String fileName, InputStream file, String ruser) static boolean
ConfigurationUtils.addConfigToDatabase
(org.springframework.context.ApplicationContext applicationContext, String dataSourceName, boolean activateConfig, boolean automaticReload, String name, String version, String fileName, InputStream file, String ruser) static boolean
ConfigurationUtils.autoReloadConfig
(org.springframework.context.ApplicationContext applicationContext, String name, String version, boolean booleanValue, String dataSourceName) Toggle AUTORELOADvoid
Configuration.configure()
Digest the configuration and generate flow diagram.void
ScheduleManager.configure()
void
ConfigurationDigester.digest()
ConfigurationUtils.getActiveConfigFromDatabase
(org.springframework.context.ApplicationContext applicationContext, String name, String dataSourceName) ConfigurationUtils.getActiveConfigsFromDatabase
(org.springframework.context.ApplicationContext applicationContext, String dataSourceName) ConfigurationUtils.getConfigFromDatabase
(org.springframework.context.ApplicationContext applicationContext, String name, String dataSourceName, String version) ConfigurationUtils.processMultiConfigZipFile
(org.springframework.context.ApplicationContext applicationContext, String datasource, boolean activate_config, boolean automatic_reload, InputStream file, String ruser) static void
ConfigurationUtils.removeConfigFromDatabase
(org.springframework.context.ApplicationContext applicationContext, String name, String datasourceName, String version) ConfigurationUtils.retrieveConfigNamesFromDatabase
(org.springframework.context.ApplicationContext applicationContext) -
Uses of ConfigurationException in org.frankframework.configuration.classloaders
Modifier and TypeMethodDescriptionvoid
ScanningDirectoryClassLoader.setScanInterval
(int interval) -
Uses of ConfigurationException in org.frankframework.core
Modifier and TypeMethodDescriptionjavax.wsdl.Definition
SharedWsdlDefinitions.getOrCompute
(String name, ThrowingFunction<String, javax.wsdl.Definition, ConfigurationException> creator) Modifier and TypeMethodDescriptionvoid
IPipe.addForward
(PipeForward forward) Register a PipeForward object to this Pipe.void
Register a Pipe at this pipeline.void
AbstractResponseValidatorWrapper.configure()
void
Adapter.configure()
Instruct the adapter to configure itself.void
IConfigurable.configure()
void
IListener.configure()
configure()
is called once at startup of the framework in theconfigure()
method of the owner of this listener.void
IPipe.configure()
void
ISender.configure()
configure()
is called once at startup of the framework in the configure method of the owner of this sender.void
ITransactionalStorage.configure()
void
PipeLine.configure()
Configures the pipes of this Pipeline and does some basic checks.void
void
TransactionAttributes.configure()
void
IListenerConnector.configureEndpointConnection
(IPortConnectedListener<M> listener, jakarta.jms.ConnectionFactory connectionFactory, CredentialFactory credentialFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener, IListenerConnector.CacheMode cacheMode, int acknowledgeMode, boolean sessionTransacted, String selector, long receiveTimeout, long pollGuardInterval) void
Adapter.configureReceiver
(Receiver<?> receiver) javax.wsdl.Definition
SharedWsdlDefinitions.getOrCompute
(String name, ThrowingFunction<String, javax.wsdl.Definition, ConfigurationException> creator) IXmlValidator.getXsds()
void
HasTransactionAttribute.setTransactionAttribute
(TransactionAttribute attribute) ThetransactionAttribute
declares transactional behavior of execution.void
DestinationValidator.validateListenerDestinations
(PipeLine pipeLine) void
DestinationValidator.validateSenderDestination
(ISender sender) -
Uses of ConfigurationException in org.frankframework.encryption
Modifier and TypeMethodDescriptionstatic void
AuthSSLContextFactory.verifyKeystoreConfiguration
(HasKeystore keystoreOwner, HasTruststore truststoreOwner) -
Uses of ConfigurationException in org.frankframework.http
Modifier and TypeMethodDescriptionvoid
AbstractHttpSender.configure()
void
AbstractHttpSession.configure()
void
HttpSender.configure()
void
PushingListenerAdapter.configure()
initialize listener and registerthis
to the JNDIvoid
WebServiceListener.configure()
initialize listener and registerthis
to the JNDIvoid
WebServiceSender.configure()
protected org.apache.http.conn.ssl.SSLConnectionSocketFactory
AbstractHttpSession.getSSLConnectionSocketFactory()
RestListener.transformToJson
(Message message) -
Uses of ConfigurationException in org.frankframework.http.rest
Modifier and TypeMethodDescriptionvoid
ApiListener.configure()
initialize listener and registerthis
to the JNDIvoid
ApiPrincipalPipe.configure()
void
ApiPrincipalPipe.setAuthenticationMethod
(String method) -
Uses of ConfigurationException in org.frankframework.jdbc
Modifier and TypeMethodDescriptionvoid
AbstractJdbcMessageBrowser.configure()
void
AbstractJdbcQuerySender.configure()
void
AbstractJdbcSender.configure()
void
DirectQuerySender.configure()
void
DirectQuerySender.configure
(boolean ignoreSQLInjectionWarning) void
void
FixedQuerySender.configure()
void
JdbcFacade.configure()
void
JdbcIteratingPipeBase.configure()
void
JdbcIteratingPipeBase.MixedQuerySender.configure()
void
JdbcListener.configure()
void
JdbcQueryListener.configure()
Deprecated, for removal: This API element is subject to removal in a future version.void
JdbcTableListener.configure()
void
JdbcTableMessageBrowser.configure()
void
JdbcTransactionalStorage.configure()
Creates a connection, checks if the table is existing and creates it when necessaryvoid
MessageStoreListener.configure()
void
MessageStoreSender.configure()
void
ResultSet2FileSender.configure()
void
ResultSetIteratingPipe.configure()
void
SimpleJdbcListener.configure()
void
StoredProcedureQuerySender.configure()
protected void
JdbcTableMessageBrowser.createQueryTexts
(IDbmsSupport dbmsSupport) protected void
JdbcTransactionalStorage.createQueryTexts
(IDbmsSupport dbmsSupport) -
Uses of ConfigurationException in org.frankframework.jdbc.migration
-
Uses of ConfigurationException in org.frankframework.jms
-
Uses of ConfigurationException in org.frankframework.jndi
-
Uses of ConfigurationException in org.frankframework.ldap
Modifier and TypeMethodDescriptionvoid
AbstractLdapQueryPipe.configure()
void
LdapChallengePipe.configure()
Deprecated, for removal: This API element is subject to removal in a future version.protected void
LdapClient.configure()
void
LdapFindGroupMembershipsPipe.configure()
void
LdapSender.configure()
-
Uses of ConfigurationException in org.frankframework.lifecycle
-
Uses of ConfigurationException in org.frankframework.mongodb
-
Uses of ConfigurationException in org.frankframework.monitoring
Modifier and TypeMethodDescriptionvoid
AbstractMonitorDestination.configure()
void
IMonitorDestination.configure()
void
ITrigger.configure()
void
Monitor.configure()
void
MonitorManager.configure()
(re)configure all destinations and all monitors.void
SenderMonitorAdapter.configure()
void
Trigger.configure()
-
Uses of ConfigurationException in org.frankframework.parameters
-
Uses of ConfigurationException in org.frankframework.pgp
Modifier and TypeMethodDescriptionvoid
AbstractPGPAction.configure()
Generates a keyring configuration with public keys and the private key. -
Uses of ConfigurationException in org.frankframework.pipes
Modifier and TypeFieldDescriptionprotected ConfigurationException
XmlValidator.configurationException
Modifier and TypeMethodDescriptionXmlValidator.getConfigurationException()
XmlValidator.ResponseValidatorWrapper.getConfigurationException()
Modifier and TypeMethodDescriptionprotected PipeRunResult
Json2XmlValidator.alignXml2Json
(String messageToValidate, PipeLineSession session, boolean responseMode) protected void
WsdlXmlValidator.checkSchemaSpecified()
protected void
XmlValidator.checkSchemaSpecified()
void
AbstractPipe.configure()
void
AbstractValidator.configure()
void
AsyncSenderWithListenerPipe.configure()
void
Base64Pipe.configure()
void
ChecksumPipe.configure()
Deprecated, for removal: This API element is subject to removal in a future version.void
CompareIntegerPipe.configure()
void
CompareStringPipe.configure()
void
CompressPipe.configure()
void
CounterSwitchPipe.configure()
void
CredentialCheckingPipe.configure()
void
CsvParserPipe.configure()
void
DataSonnetPipe.configure()
void
DomainTransformerPipe.configure()
void
EscapePipe.configure()
void
EtagHandlerPipe.configure()
Deprecated.void
ExceptionPipe.configure()
void
FilenameSwitch.configure()
Deprecated, for removal: This API element is subject to removal in a future version.void
FixedForwardPipe.configure()
checks for correct configuration of forwardvoid
FixedResultPipe.configure()
checks for correct configuration, and translates the filename to a file, to check existence.void
ForEachChildElementPipe.configure()
void
ForPipe.configure()
void
GetPrincipalPipe.configure()
void
HashPipe.configure()
void
IncreaseIntegerPipe.configure()
void
IsUserInRolePipe.configure()
void
IteratingPipe.configure()
void
Json2XmlValidator.configure()
void
JsonPipe.configure()
void
JsonValidator.configure()
void
JwtPipe.configure()
void
MessageSendingPipe.configure()
void
PasswordGeneratorPipe.configure()
void
PasswordHashPipe.configure()
void
PGPPipe.configure()
void
PostboxRetrieverPipe.configure()
Deprecated, for removal: This API element is subject to removal in a future version.void
PutInSession.configure()
void
PutSystemDateInSession.configure()
Checks whether the proper forward is defined, a dateFormat is specified and the dateFormat is valid.void
RegExPipe.configure()
void
ReplacerPipe.configure()
void
SenderPipe.configure()
void
SignaturePipe.configure()
void
StringIteratorPipe.configure()
void
Text2XmlPipe.configure()
void
UnzipPipe.configure()
void
WsdlGeneratorPipe.configure()
void
WsdlXmlValidator.configure()
void
XmlFileElementIteratorPipe.configure()
Deprecated, for removal: This API element is subject to removal in a future version.void
XmlIf.configure()
void
XmlSwitch.configure()
If nostyleSheetName
is specified, the switch uses the root node.void
XmlValidator.configure()
Configure the XmlValidatorvoid
XmlWellFormedChecker.configure()
void
XQueryPipe.configure()
void
XsltPipe.configure()
Theconfigure()
method instantiates a transformer for the specified XSL.protected javax.wsdl.Definition
WsdlXmlValidator.getDefinition
(String wsdl) XmlValidator.getSchemas()
XmlValidator.getSchemas
(boolean checkRootValidations) WsdlXmlValidator.getXsds()
XmlValidator.getXsds()
XmlValidator.ResponseValidatorWrapper.getXsds()
protected final PipeForward
AbstractValidator.validate
(String messageToValidate, PipeLineSession session) protected abstract PipeForward
AbstractValidator.validate
(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForward
WsdlXmlValidator.validate
(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) protected PipeForward
XmlValidator.validate
(Message messageToValidate, PipeLineSession session, boolean responseMode, String messageRoot) -
Uses of ConfigurationException in org.frankframework.receivers
-
Uses of ConfigurationException in org.frankframework.scheduler
Modifier and TypeMethodDescriptionvoid
AbstractJobDef.configure()
void
SchedulerSender.configure()
Deprecated, for removal: This API element is subject to removal in a future version.static void
SchedulerHelper.validateJob
(org.quartz.JobDetail jobDetail, String cronExpression) -
Uses of ConfigurationException in org.frankframework.scheduler.job
-
Uses of ConfigurationException in org.frankframework.senders
Modifier and TypeMethodDescriptionprotected void
AbstractSenderWithParameters.checkStringAttributeOrParameter
(String attributeName, String attributeValue, String parameterName) void
AbstractMailSender.configure()
void
AbstractSender.configure()
void
AbstractSenderWithParameters.configure()
void
AbstractSenderWrapper.configure()
void
FixedResultSender.configure()
void
FrankSender.configure()
void
IbisJavaSender.configure()
void
IbisLocalSender.configure()
void
JavascriptSender.configure()
void
JsonXsltSender.configure()
void
LogSender.configure()
void
MailSender.configure()
void
ParallelSenders.configure()
void
ReconnectSenderWrapper.configure()
void
SenderSeries.configure()
void
SenderWrapper.configure()
void
SendGridSender.configure()
void
ShadowSender.configure()
void
XmlValidatorSender.configure()
void
XsltSender.configure()
Theconfigure()
method instantiates a transformer for the specified XSL.protected TransformerPool
XsltSender.getTransformerPoolToUse
(PipeLineSession session) void
IbisJavaSender.setDispatchType
(String type) Set to 'DLL' to make the dispatcher communicate with a DLL set on the classpathShadowSender.validateExecutableSenders()
-
Uses of ConfigurationException in org.frankframework.soap
Modifier and TypeMethodDescriptionvoid
SoapValidator.configure()
void
SoapWrapperPipe.configure()
static SoapWrapper
SoapWrapper.getInstance()
WsdlGenerator.getXsds
(IXmlValidator xmlValidator) void
WsdlGenerator.init()
protected void
WsdlGenerator.types
(XMLStreamWriter w) Output the 'types' section of the WSDLvoid
WsdlGenerator.wsdl
(OutputStream out, String defaultLocation) Writes the WSDL to an output streamvoid
WsdlGenerator.zip
(OutputStream stream, String defaultLocation) Generates a zip file (and writes it to the given outputstream), containing the WSDL and all referenced XSD's. -
Uses of ConfigurationException in org.frankframework.unmanaged
Modifier and TypeMethodDescriptionvoid
AbstractJmsConfigurator.configureEndpointConnection
(IPortConnectedListener<jakarta.jms.Message> listener, jakarta.jms.ConnectionFactory connectionFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener) void
SpringJmsConnector.configureEndpointConnection
(IPortConnectedListener<jakarta.jms.Message> jmsListener, jakarta.jms.ConnectionFactory connectionFactory, CredentialFactory credentialFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener, IListenerConnector.CacheMode cacheMode, int acknowledgeMode, boolean sessionTransacted, String messageSelector, long receiveTimeout, long pollGuardInterval) -
Uses of ConfigurationException in org.frankframework.util
Modifier and TypeMethodDescriptionvoid
Locker.configure()
static TransformerPool
TransformerPool.configureStyleSheetTransformer
(IConfigurationAware scopeProvider, String styleSheetName, int xsltVersion) static TransformerPool
TransformerPool.configureTransformer
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.configureTransformer
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPool
TransformerPool.configureTransformer0
(IConfigurationAware scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, int xsltVersion) static TransformerPool
XmlUtils.getAddRootNamespaceTransformerPool
(String namespace, boolean omitXmlDeclaration, boolean indent) static TransformerPool
XmlUtils.getChangeRootTransformerPool
(String root, boolean omitXmlDeclaration, boolean indent) static TransformerPool
XmlUtils.getCopyOfSelectTransformerPool
(String xpath, boolean omitXmlDeclaration, boolean indent) static TransformerPool
XmlUtils.getGetRootNamespaceTransformerPool()
static TransformerPool
XmlUtils.getGetRootNodeNameTransformerPool()
static TransformerPool
XmlUtils.getRemoveUnusedNamespacesTransformerPool
(boolean omitXmlDeclaration, boolean indent) static TransformerPool
XmlUtils.getRemoveUnusedNamespacesXslt2TransformerPool
(boolean omitXmlDeclaration, boolean indent) -
Uses of ConfigurationException in org.frankframework.validation
Modifier and TypeMethodDescriptionvoid
AbstractXmlValidator.configure
(IConfigurationAware owner) Configure the XmlValidatorvoid
JavaxXmlValidator.configure
(IConfigurationAware owner) void
XercesXmlValidator.configure
(IConfigurationAware owner) AbstractXmlValidator.createValidationContext
(PipeLineSession session, RootValidations rootValidations, Map<List<String>, List<String>> invalidRootNamespaces) org.frankframework.validation.JavaxValidationContext
JavaxXmlValidator.createValidationContext
(PipeLineSession session, RootValidations rootValidations, Map<List<String>, List<String>> invalidRootNamespaces) org.frankframework.validation.XercesValidationContext
XercesXmlValidator.createValidationContext
(PipeLineSession session, RootValidations rootValidations, Map<List<String>, List<String>> invalidRootNamespaces) protected org.frankframework.validation.PreparseResult
XercesXmlValidator.getPreparseResult
(PipeLineSession session) protected Schema
JavaxXmlValidator.getSchemaObject
(String schemasId, List<Schema> schemas) Returns theSchema
associated with this validator.SchemasProvider.getSchemas()
SchemasProvider.getSchemasId()
abstract ValidatorHandler
AbstractXmlValidator.getValidatorHandler
(PipeLineSession session, AbstractValidationContext context) JavaxXmlValidator.getValidatorHandler
(PipeLineSession session, AbstractValidationContext context) XercesXmlValidator.getValidatorHandler
(PipeLineSession session, AbstractValidationContext context) AbstractXSD.getXsdsRecursive
(Set<IXSD> xsds) AbstractXSD.getXsdsRecursive
(Set<IXSD> xsds, boolean supportRedefine) void
AbstractXSD.initFromXsds
(String namespace, IScopeProvider scopeProvider, Set<IXSD> sourceXsds) protected void
AbstractXSD.initNamespace
(String namespace, IScopeProvider scopeProvider, String resourceRef) protected void
AbstractXSD.initNoNamespace
(IScopeProvider scopeProvider, String resourceRef) SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes
(IScopeProvider scopeProvider, Map<String, Set<IXSD>> xsdsGroupedByNamespace) Returns merged XSDs from a map of XSDs grouped by namespace.static void
SchemaUtils.mergeXsdsGroupedByNamespaceToSchemasWithoutIncludes
(IScopeProvider scopeProvider, Map<String, Set<IXSD>> xsdsGroupedByNamespace, XMLStreamWriter xmlStreamWriter) Write merged XSDs to xmlStreamWriter from a map of XSDs grouped by namespace.static void
SchemaUtils.sortByDependencies
(Set<IXSD> xsds, List<Schema> schemas) void
AbstractXmlValidator.start()
void
JavaxXmlValidator.start()
void
XercesXmlValidator.start()
AbstractXmlValidator.validate
(Object input, PipeLineSession session, RootValidations rootValidations, Map<List<String>, List<String>> invalidRootNamespaces) static void
SchemaUtils.writeStandaloneXsd
(IXSD xsd, XMLStreamWriter xmlStreamWriter) Write the XSD out to the XMLStreamWriter as a standalone XSD. -
Uses of ConfigurationException in org.frankframework.validation.xsd
Modifier and TypeMethodDescriptionvoid
ResourceXsd.initNamespace
(String namespace, IScopeProvider scopeProvider, String resourceRef) void
ResourceXsd.initNoNamespace
(IScopeProvider scopeProvider, String resourceRef)