Package org.frankframework.core
Interface IScopeProvider
- All Known Subinterfaces:
CanUseSharedResource<T>
,HasKeystore
,HasStatistics
,HasTruststore
,IBlockEnabledSender<H>
,IConfigurable
,IConfigurationAware
,ICorrelatedPullingListener<M>
,ICorrelatedSender
,IDualModeValidator
,IJob
,IKnowsDeliveryCount<M>
,IListener<M>
,IManagable
,IParameter
,IPeekableListener<M>
,IPipe
,IPortConnectedListener<M>
,IPostboxListener<M>
,IPullingListener<M>
,IPushingListener<M>
,IRedeliveringListener<M>
,ISender
,ISenderWithParameters
,IValidator
,IWrapperPipe
,IXmlValidator
,ReceiverAware<M>
,SharedResource<T>
- All Known Implementing Classes:
AbstractBlockEnabledSender
,AbstractCacheAdapter
,AbstractCollectorPipe
,AbstractCollectorSender
,AbstractDatabaseMigrator
,AbstractHttpSender
,AbstractHttpSession
,AbstractJdbcMessageBrowser
,AbstractJdbcQuerySender
,AbstractJdbcSender
,AbstractJmsListener
,AbstractJmsMessageBrowser
,AbstractJobDef
,AbstractLdapQueryPipe
,AbstractMailSender
,AbstractParameter
,AbstractPGPAction
,AbstractPipe
,AbstractResponseValidatorWrapper
,AbstractSender
,AbstractSenderWithParameters
,AbstractSenderWrapper
,AbstractValidator
,AbstractValidator.ResponseValidatorWrapper
,AbstractXmlValidator
,ActionJob
,Adapter
,ApiListener
,ApiPrincipalPipe
,AsyncSenderWithListenerPipe
,Base64Pipe
,BlobLineIteratingPipe
,BooleanParameter
,BytesOutputPipe
,BytesResource
,CheckReloadJob
,ChecksumPipe
,CleanupDatabaseJob
,CleanupFileSystemJob
,ClobLineIteratingPipe
,CommandSender
,CompareIntegerPipe
,CompareStringPipe
,CompressPipe
,Configuration
,CounterSwitchPipe
,CredentialCheckingPipe
,CrlPipe
,CsvParserPipe
,DatabaseJob
,DataSonnetPipe
,DateParameter
,Decrypt
,DelayPipe
,DelaySender
,DirectQuerySender
,DomainTransformerPipe
,DummyTransactionalStorage
,EchoPipe
,EchoSender
,EhCache
,Encrypt
,ErrorMessageFormatter
,EscapePipe
,EtagHandlerPipe
,ExceptionPipe
,ExecuteQueryJob
,FileLineIteratorPipe
,FilenameSwitch
,FixedErrorMessage
,FixedErrorMessageFormatter
,FixedForwardPipe
,FixedQuerySender
,FixedResultPipe
,FixedResultSender
,ForEachChildElementPipe
,ForPipe
,FrankListener
,FrankSender
,GetFromSession
,GetPrincipalPipe
,HashPipe
,HttpListener
,HttpSender
,HttpSession
,IbisActionJob
,IbisJavaSender
,IbisLocalSender
,IncreaseIntegerPipe
,IsUserInRolePipe
,IsXmlPipe
,IteratingPipe
,JavaListener
,JavascriptSender
,JavaxXmlValidator
,JdbcFacade
,JdbcIteratingPipeBase
,JdbcIteratingPipeBase.MixedQuerySender
,JdbcListener
,JdbcQueryListener
,JdbcTableListener
,JdbcTableMessageBrowser
,JdbcTransactionalStorage
,JmsBrowser
,JMSFacade
,JmsListener
,JmsSender
,JmsTransactionalStorage
,JndiBase
,Job
,Json2XmlValidator
,JsonPipe
,JsonValidator
,JsonWellFormedChecker
,JsonXsltPipe
,JsonXsltSender
,JwtPipe
,LdapChallengePipe
,LdapFindGroupMembershipsPipe
,LdapFindMemberPipe
,LdapSender
,LiquibaseMigrator
,LoadDatabaseSchedulesJob
,LobLineIteratingPipeBase
,Locker
,LogContextPipe
,LogSender
,MailSender
,MailSenderPipe
,MessageSendingPipe
,MessageStoreListener
,MessageStoreSender
,MongoDbSender
,Monitor
,MultipartHttpSender
,NumberParameter
,ParallelSenders
,Parameter
,PasswordGeneratorPipe
,PasswordHashPipe
,PGPPipe
,PipeLine
,PostboxRetrieverPipe
,PullingJmsListener
,PushingJmsListener
,PushingListenerAdapter
,PutInSession
,PutParametersInSession
,PutSystemDateInSession
,Receiver
,ReconnectSenderWrapper
,RecoverAdaptersJob
,RegExPipe
,ReloadSender
,RemoveCacheKeyPipe
,RemoveFromSession
,ReplacerPipe
,Resource
,Resource.GlobalScopeProvider
,RestListener
,RestSender
,ResultSet2FileSender
,ResultSetIteratingPipe
,SchedulerSender
,SenderPipe
,SenderSeries
,SenderWrapper
,SendGridSender
,SendMessageJob
,SendMessageJob.SendMessageJobSender
,ShadowSender
,Sign
,SignaturePipe
,SimpleJdbcListener
,SizePipe
,SkipPipe
,SoapErrorMessage
,SoapErrorMessageFormatter
,SoapValidator
,SoapWrapperPipe
,StoredProcedureQuerySender
,Stream2StringPipe
,StreamLineIteratorPipe
,StreamPipe
,StringIteratorPipe
,Text2XmlPipe
,TextSplitterPipe
,TimeoutGuardPipe
,TomcatJndiProxy
,UnzipPipe
,URLResource
,UUIDGeneratorPipe
,Verify
,WebServiceListener
,WebServiceSender
,WsdlGeneratorPipe
,WsdlXmlValidator
,XercesXmlValidator
,XmlBuilderPipe
,XmlFileElementIteratorPipe
,XmlIf
,XmlJmsBrowserSender
,XmlParameter
,XmlQuerySender
,XmlSwitch
,XmlValidator
,XmlValidator.ResponseValidatorWrapper
,XmlValidatorSender
,XmlWellFormedChecker
,XQueryPipe
,XslErrorMessageFormatter
,XsltPipe
,XsltSender
,ZipIteratorPipe
,ZipWriterPipe
,ZipWriterSender
public interface IScopeProvider
-
Method Summary
Modifier and TypeMethodDescriptionThis ClassLoader is set upon creation of the object, used to retrieve resources configured by the Ibis application.
-
Method Details
-
getConfigurationClassLoader
ClassLoader getConfigurationClassLoader()This ClassLoader is set upon creation of the object, used to retrieve resources configured by the Ibis application.- Returns:
- returns the ClassLoader created by the
ClassLoaderManager
.
-