Uses of Class
org.frankframework.configuration.ConfigurationException
Packages that use ConfigurationException
Package
Description
-
Uses of ConfigurationException in org.frankframework.cache
Methods in org.frankframework.cache that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.collection
Methods in org.frankframework.collection that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.compression
Methods in org.frankframework.compression that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.configuration
Methods in org.frankframework.configuration that return ConfigurationExceptionMethods in org.frankframework.configuration with parameters of type ConfigurationExceptionModifier and TypeMethodDescriptionvoid
Configuration.setConfigurationException
(ConfigurationException exception) Methods in org.frankframework.configuration that throw ConfigurationExceptionModifier 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) ConfigurationDigester.getDigester
(Configuration configuration) 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) Constructors in org.frankframework.configuration that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.configuration.classloaders
Methods in org.frankframework.configuration.classloaders that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
ScanningDirectoryClassLoader.setScanInterval
(int interval) -
Uses of ConfigurationException in org.frankframework.core
Methods in org.frankframework.core that return ConfigurationExceptionMethod parameters in org.frankframework.core with type arguments of type ConfigurationExceptionModifier and TypeMethodDescriptionjavax.wsdl.Definition
SharedWsdlDefinitions.getOrCompute
(String name, ThrowingFunction<String, javax.wsdl.Definition, ConfigurationException> creator) Methods in org.frankframework.core that throw ConfigurationExceptionModifier 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()
Configure this component.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, 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
Methods in org.frankframework.encryption that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic void
AuthSSLContextFactory.verifyKeystoreConfiguration
(HasKeystore keystoreOwner, HasTruststore truststoreOwner) -
Uses of ConfigurationException in org.frankframework.http
Methods in org.frankframework.http that throw ConfigurationExceptionModifier 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.authentication
Methods in org.frankframework.http.authentication that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.http.rest
Methods in org.frankframework.http.rest that throw ConfigurationExceptionModifier 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
Methods in org.frankframework.jdbc that throw ConfigurationExceptionModifier 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
Methods in org.frankframework.jdbc.migration that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.jms
Methods in org.frankframework.jms that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.jndi
Methods in org.frankframework.jndi that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.ldap
Methods in org.frankframework.ldap that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.lifecycle
Methods in org.frankframework.lifecycle that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
ConfiguringLifecycleProcessor.configure()
TheConfigurationDigester
may add new Lifecycle beans. -
Uses of ConfigurationException in org.frankframework.mongodb
Methods in org.frankframework.mongodb that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.monitoring
Methods in org.frankframework.monitoring that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.parameters
Methods in org.frankframework.parameters that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.pgp
Methods in org.frankframework.pgp that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
AbstractPGPAction.configure()
Generates a keyring configuration with public keys and the private key.Constructors in org.frankframework.pgp that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.pipes
Fields in org.frankframework.pipes declared as ConfigurationExceptionModifier and TypeFieldDescriptionprotected ConfigurationException
XmlValidator.configurationException
Methods in org.frankframework.pipes that return ConfigurationExceptionModifier and TypeMethodDescriptionXmlValidator.getConfigurationException()
XmlValidator.ResponseValidatorWrapper.getConfigurationException()
Methods in org.frankframework.pipes that throw ConfigurationExceptionModifier 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
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
IfPipe.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
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
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
Methods in org.frankframework.receivers that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.scheduler
Methods in org.frankframework.scheduler that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
AbstractJobDef.configure()
static void
SchedulerHelper.validateJob
(org.quartz.JobDetail jobDetail, String cronExpression) -
Uses of ConfigurationException in org.frankframework.scheduler.job
Methods in org.frankframework.scheduler.job that throw ConfigurationException -
Uses of ConfigurationException in org.frankframework.senders
Methods in org.frankframework.senders that throw ConfigurationExceptionModifier 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
Methods in org.frankframework.soap that throw ConfigurationExceptionModifier 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
Methods in org.frankframework.unmanaged that throw ConfigurationExceptionModifier 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, String messageSelector, long receiveTimeout, long pollGuardInterval) -
Uses of ConfigurationException in org.frankframework.util
Methods in org.frankframework.util that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
Locker.configure()
static TransformerPool
TransformerPool.configureStyleSheetTransformer
(FrankElement scopeProvider, String styleSheetName, int xsltVersion) static TransformerPool
TransformerPool.configureTransformer
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params) static TransformerPool
TransformerPool.configureTransformer
(FrankElement scopeProvider, String namespaceDefs, String xPathExpression, String styleSheetName, TransformerPool.OutputType outputType, boolean includeXmlDeclaration, ParameterList params, boolean mandatory) static TransformerPool
TransformerPool.configureTransformer0
(FrankElement 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
Methods in org.frankframework.validation that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
AbstractXmlValidator.configure
(HasApplicationContext owner) Configure the XmlValidatorvoid
JavaxXmlValidator.configure
(HasApplicationContext owner) void
XercesXmlValidator.configure
(HasApplicationContext 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) 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
Methods in org.frankframework.validation.xsd that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoid
ResourceXsd.initNamespace
(String namespace, IScopeProvider scopeProvider, String resourceRef) void
ResourceXsd.initNoNamespace
(IScopeProvider scopeProvider, String resourceRef)